Page 108 - TP_Pluse_V2.2_Class_7
P. 108
<LI> Potato </LI>
<LI> Onion </LI>
</UL>
</OL>
</BODY>
</HTML>
Let’s PraCtiCe
21 st
Century #Critical Thinking
Write the HTML code to create the following list: Skills
1. Office
a. Word b. Excel c. PowerPoint
2. Adobe Software
a. Adobe Animate b. Adobe Photoshop
Definition List
The definition list is also known as a description list. The description list is created by using the <DL> tag
in conjunction with <DD> and <DT> tags. The <DL> tag defines the entire description list. The <DT> tag
defines the description term. The <DD> tag defines the description term's definition.
Let us use the <DL> tag to create a definition list.
<HTML>
<HEAD> <TITLE> Definition List </TITLE> </HEAD>
<BODY>
<B> Example of Definition List </B>
<HR>
<DL>
106 Plus (Ver. 2.2)-VII

