The UL (
Unordered List)
tag defines a
bulleted list of items. The Li (List Item) tag is nested inside the UL tag and defines each item within the list.
Examples:
HTML>

HEAD>

TITLE> My First Web Page

/TITLE>

/HEAD>

BODY>

UL>

LI> Computer Concepts

LI> MS-Windows

LI> MS-Excel

LI> MS-Word

/UL>

/BODY>

/HTML>
0 comments:
Post a Comment