Website Design Edmonton       Website Design Feedback       Website Design Sitemap     Contact Website Design Company
Website Designers R Us - Home
XHTML Get Ready for New Types of Lists

The <nl> tag is coming and it represents the new navigational lists. Navigational lists work so well because users select them in order to see more. It works like a menu. It has a <label> element that defines the heading for the navigation list. Something like this would be a list:

<nl>
 <label>Heading</label>
 <li href = "#section1">Section1</li>
 <li href = "#section2">Section2</li>
</nl>

This is not the only new list. Definition lists have headings and list items below them. It defines four tags (dl, dd, dt, and di) but is fairly simple. Everything is in the <dl> tag and then you have a <di> for each section. The <dt> contains inline content (the heading) and the <dd> will then contain block level content. Something like this:

<dl>
 <di>
  <dt>Heading 1</dt>
  <dd>Content Content Content</dd>
 </di>
 <di>
  <dt>Heading 2</dt>
  <dd>Content Content Content</dd>
 </di>
</dl>

Return to Listing

Website Designer R Us is one the leading website design companies on the internet. Based out of Toronto, Canada the company has dsigned and developed more than a 1000 websites worldwide.
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2011 Website Designers R Us, a DOT Specialist Company. All rights reserved.