4.2.4. Definition lists
HTML provides a special marker for creating definition lists. This type of list is particularly suited to glossaries but works well with any list that phrase with a longer description.
Example 4.3 – Definition lists
HTML provides a special marker for creating definition lists. This type of list particularly suited to glossaries but works well with any list that pairs a word or phrase with a longer description.
Example 4.3 –Definition list
<HTML>
<HEAD> <TITLE> Mushrooms – Definition </TITLE> </HEAD>
<BODY>
<P><H1 align =”center” > Mushrooms </H1>
<FONT SIZE = “15pt”>
<DL>
<DT> <STRONG> Chanterelle </STRONG>
<DD> Bright yellow mushroom with wavy margin and yellow-orange, forked, thick-edged ridges
<DT> <STRONG> Chicken Mushroom </STRONG>
<DD> Single to overlappy clusters offleshy, orange—red to orange-yellow caps.
<DT> <STRONG> Kurotake </STRONG>
<DD> Fleshy, gray to brownish or blackish, smooth capo wirh whitish pores.
</DL> </FONT>
</P> </BODY>
</HTML>
Related Posts:
Subscribe Here (or)
Leave a Reply