What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-html, is-html-attribute
DlAlignAttribute  
The dl align attribute specifies the horizontal alignment of the element within its bounding box.

You are here: Home > HTML Reference > Elements > <dl> element > align attribute

Usage

The align attribute is deprecated in favor of the text-align CSS property, but browsers still support it.

Values

Elements

You can use the align attribute on the following elements:

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
dl.align reflects <dl align="center"> Y Y Y N N N Y N
dl.align reflects <dl align="justify"> Y Y Y N N N Y N
dl.align reflects <dl align="left"> Y Y Y N N N Y N
dl.align reflects <dl align="right"> Y Y Y N N N Y N

Further reading


Sign in to add a comment