[HTML][JavaScript][Computer Stuff][Freeing the Mind] Ken Ward's HTML Tutorial ...Lists!There are several types of list;
The above list is a bulleted list. The code is; < ul>< li>bulleted Lists < li>Numbered lists < li>Directory < li>Menu < li>Definition < /ul>The list begins with the <ul> tag. The ul stands for un-ordered List. Each list item is preceded with the <li> tag. Finally the list ends with the </ul> end tag with the now familiar '/.' If instead of using the <ul> tag we used <ol> then the list would have numbers;
<ol> The following is a definition list;
<dl> The whole is enclosed in the tags for the definition list <dl> The term to be defined is preceded by the Definition Term tag, <dt>, and the definition is preceded by the Definition Definition tag <dd> The definition list <dd> is often used to indent text;
Directory and Menu Lists<dir> </dir> Rather like bullets, aren't they? Let's have a look at the font tag now. [back to: images with links]
Most Recent Revision: 18-Oct-98. I am always pleased to hear from you. |