Multiple choice

The tag used to create a new item and also includes a hyperlink is

  1. <LI>

  2. <DL>

  3. <DD>

  4. <UL>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

By using <LI> tag you can add links to lists and tables. Each list item or table entry can serve as a link to a different page, FTP site so on. Whereas <UL> tag is used for unordered list, <DD> and <DL> is used to create a glossary list.