Basic Web Design
 
Intermediate Web Design
 
Advanced Web Design
Web Design Program
 
Scripting Database
 
 

Definition List Function

You can also make definition lists in HTML. These can be done like this: 

HTML Code
Example
<DL> <!--Starts Definition List Call-->

<DT> <!--Definition Title-->
Definition #1

<DD> <!--Definition Indented-->
This is the first definition of something. You will notice that the text will wrap back <BR> 
to where the definition starts.

<DT> <!--Definition Title-->
HTML

<DD> <!--Definition Indented-->
Hypertext Markup Language.

</DL> <!--Ends Definition List Call-->

Definition #1
This is the first definition of something. You will notice that the text will wrap back
to where the definition starts.
HTML
Hypertext Markup Language.

 
 Up ] List Functions ] Ordered Lists ] Unordered Lists ] Ordered & Unordered Lists ] BlockQuote Function ] [ Directory List Function ]  
Home ] Index ] Glossary ]

This file was last modified on Wednesday, May 09, 2001