Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
The menu (<MENU>...</MENU>) and directory (<DIR>...</DIR>) tags are the logical
list tags. They are used to denote a menu of items or the file listing from a directory.
Browsers tend to render these tags just like unordered list tags.
The definition list tags is used to list term or phrases as well as the definitions of those
terms and phrases. It is also the tag that deviates from the norm since it contains no <LI>
indicators.
A typical glossary list in HTML may look like this:
<DL>
<DT>Preschool
<DD>Schooling before the age of 5
<DT>Elementary school
<DD>Grades kindergarten through 12 grade; ages 5 through 18
</DL>
This sort of HTML typically gets rendered like this:
Summary :
The menu (<MENU>...</MENU>) and directory (<DIR>...</DIR>) tags are the logical list tags. The definition list tags is used to list term or phrases as well as the definitions of those terms and phrases.
Tags :
tags,list,like,directory,ltdlgt,phrases,menu,used,through,html,indicators,school,look