div

div
The HTML <div> division element put simply is an all purpose container to do what you like with where appropriate. To see it used with CSS to create DIV column layouts for web design, click here. Apply CSS to the DIV element to make bordered boxes and creative content containers. You can also use CSS to give your DIVs a creative background image that HTML can be placed on top of.
HTML CODE EXAMPLE
<div class="divgroup" id="d1">Content for div 1</div>
<div class="divgroup" id="d2">Content for div 2</div>
<div class="divgroup" id="d3">Content for div 3</div>
 
Content for div 1
Content for div 2
Content for div 3

Attributes for this element:

datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers


0 Response to "div"

Post a Comment