in resources by fyd on 21 Jan 2008
HTML Block-Level Elements
Here is a quick run down of some HTML block-level elements - some are linked to previous articles here at freeyourdesign.com
<address> </address> Used for contact information - italicizes text <blockquote> </blockquote> Used for long quotation - indents text left and right <dd> </dd> definition in definition list <div> </div> Used to create generic block-level element <dl> </dl> definition list <dt> </dt> term in definition list <h#> </h#> Headings - # is 1 through 6 <li> </li> Element in an ordered or unordered list <ol> </ol> Ordered List <p> </p> Paragraph <ul> </ul> Unordered List
Popularity: 7% [?]


