Definition Lists
EACH MEMBER OF A
DEFINITION LIST
REQUIRES 2 ELEMENTS:
THE TERM DEFINED IS SPECIFIED AS A
< DT >
ELEMENT (AND CAN NOT CONTAIN NESTED BLOCKS).
THE DEFINITION IS SPECIFIED AS A
< DD >
ELEMENT.
< H4 > VOCAB LIST < /H4 >
< DL >
< DT > HTML < /DT >
< DD > THIS STUFF < /DD >
< DT > TCP/IP < /DT >
< DD > INTERNET MAGIC < /DD >
< /DL >
VOCAB LIST
HTML
THIS STUFF
TCP/IP
INTERNET MAGIC
The Web:
Technologies and
Techniques
Links to other course pages:
CS 105 Home Page
CS 105 Lecture Schedule
CS 105 On-line Discussion Group:
All discussions
Discussion relating to this lecture topic
Williams College
Department of Computer Science
This page is part of a section of lecture slides related to " List Tags " within the topic "HTML II". Other slides within this section and other sections of slides for the topic "HTML II" can be accessed using the links below.
TEXT
Text Style Tags
Getting Physical...
Text That Isn't Text
List Tags
List Elements
Ordered and Unordered Lists
Ordered and Unordered Lists (cont.)
Definition Lists
HTML tables
Tables
Table Borders and Headers
Table Cell Spacing
Table Cell Padding
Irregular Table Cells
Table Cell Alignment
Table Width and Height Attributes