HTML nl labels - HTML list - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

8.4. HTML nl labels

Nl labels - on behalf of HTML navigation List
  • Nl the label is paired to <nl>, </ nl> end
  • Attribute:
  • Nl is the English abbreviation for navigation lists
  • Trackback Address: http://www.nt22.com/xhtml-html/tag_nl/

Example

  <nl> <label> NT22 Tutorial </ label> "#introduction" <li href => introduced </ li> <li> <nl> <label> web site (http://www.nt22.com/) </ label> "#http" <li href => http:// </ li> "#www" <li href => www </ li> "#nt22" <li href => nt22 </ li> <li href = "# com" /> com </ li> </ nl> </ li> "#html" <li href => html tutorial </ li> "#css" <li href => css Guide </ li> < / nl> 

Description:

  • List normally used for navigation needs of the local navigation, for example, the menu navigation buttons.
  • Nl navigation using the content, you can use the label on the description of contents.

Extended reading

  • CSS list-style-type attributes
  • CSS list-style-image attribute
  • CSS list-style-position attributes

Reference