Division Marker

End Tag: Required
Support Key: 2 | 3 | 3.2 | 4 | IE3A1 | M | N2
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Top Of Tree | Tag Index | Tag History


What is it?
The DIV element is a generic, catch-all Block Formatting element with an implied line break before and after. Within the realm of Style Sheets, this element is nestable to allow hierarchies of sections, subsections or chapters to be defined. This nesting ability also allows for powerful Style Sheet mechanisms to be applied.

The recent addition of the many linking attributes to DIV and SPAN appear to be an attempt to expand the generic block and in-line capabilities of these two elements.

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE3 | M | N4B2
%Events%
2 | 3 | 3.2 | 4 | IE4B1 | M | N
%Language%
2 | 3 | 3.2 | 4 | IE?? | M | N

Specific Attributes
Align
2 | 3 | 3.2 | 4 | IE3A1 | M | N2
Required? No
Description:
This indicates the horizontal alignment of the Division block text in the browser window. These values can be over-ridden by style sheets values.
Values: Left [DEFAULT] | Center | Right | Justify
Charset
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute indicates the character encoding of the destination resource of the HREF attribute.
Values:
A recognized RFC 2045 language character set string. Default is ISO-8859-1.
Href
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute indicates the URL to be loaded when the linked content is activated.
Values: Either relative or absolute URLs.
Hreflang
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute specifies the base language of the resource indicated in the HREF attribute.
Values: RFC 1766 values.
Media
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute is a keyword representing the intended rendering destination for the style sheet properties applied to this element. Multiple destinations are given delimited by commas.
Values:
screen [DEFAULT] - style information should be used for rendering to computer screens.
print - style information should be used for rendering to page-centric devices, ie: printed paper or print preview screen modes.
projection - style information should be used for rendering to transparent projected media devices.
braille - style information should be used for rendering to braille devices.
speech - style information should be used for rendering to speech synthesizers.
all - style information should be used for rendering to all devices.
Rel
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
The REL attribute is meant to give the relationship(s) described between the current document and the document specified by the HREF attribute.
Values: A whitespace separated list of relationship names.
Rev
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
The REL attribute is basically meant to be the same as the REL attribute, but the semantics of the relationship are in the reverse direction. A link from A to B with REL="X" expresses the same relationship as a link from B to A with REV="X". Both the REL and REV attributes may be used in the same element.
Values: A whitespace separated list of relationship names.
Target
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute specifies the named frame for the contents specified by the HREF attribute to load to when activated.
Values: The TARGET reserved names apply.
Type
2 | 3 | 3.2 | 4 | IE | M | N
Required? No
Description:
This attribute specifies the MIME type of the resource indicated in the HREF attribute.
Values: Alphanumeric MIME type
Example
<div ALIGN="right" CLASS="greensection" STYLE="color: lime">text</div>
Parent Model
%Block Parent%
Content Model
%In-line Content% | %Block Content%
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...