HTML
|
JavaScript
Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Bullet List
Definition List
Ordered List
Definition List
267
Definition List
Description
For giving a word and its definition.
Code
<DL>
<DT> Web Page </DT>
<DD> A text document with HTML tags to specify formatting and links from the document to other documents and to graphics and multimedia files.</DD>
</DL>
Output
Web Page
A text document with HTML tags to specify formatting and links from the document to other documents and to graphics and multimedia files.
Practice
<DL> <DT> Web Page </DT> <DD> A text document with HTML tags to specify formatting and links from the document to other documents and to graphics and multimedia files.</DD> </DL>
Advertisements