HTML: Definition List

A definition list is a list of terms, with a definition of each term.

We can create definition list by using the <dl> ………. </dl> with <dt> and <dd> tag.

The <dt> …….. </dt> tag is used to define the term; whrereas, the <dd> tag is used to give the term’s definition.

<dl>
	<dt>College</dt>
	<dd>A boring place</dd>
	<dt>School</dt>
	<dd>Learn as much as you can</dd>
	<dt>University</dt>
	<dd>for fun</dd>
</dl>
vikashdev k
Latest posts by vikashdev k (see all)
Tagged : / / / / / / /
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x