Creating Link Lists
A link list is just what it sounds link – a list of hypertext links, usually bulleted, but sometimes numbered. Because link lists are are so universal, everybody should know how to create them. To create a simple link list, all you have to do is combine an unordered list and some hypertext links.
Creating a Simple Link List
In the simplest form of a link list, the text of each link comprises the entries list item. Other the link text simply is the title of a Web page being linked, although sometimes a little editing is necessary to more informative. No other explanatory or descriptive text in include.
Example:
HTML>
HEAD>
TITLE> Link List
/TITLE>
/HEAD>
BODY>
H2>Courses
/H2>
UL>
LI>
a href=”dca.htm”> DCA
/a>
LI>
a href=”pg.htm”> PG Diploma
/a>
LI>
a href=”advance.htm”> Advanced Courses
/a>
/UL>
/BODY>
/HTML>
Creating a Simple Link List
In the simplest form of a link list, the text of each link comprises the entries list item. Other the link text simply is the title of a Web page being linked, although sometimes a little editing is necessary to more informative. No other explanatory or descriptive text in include.
Example:
HTML>
HEAD>
TITLE> Link List
/TITLE>
/HEAD>
BODY>
H2>Courses
/H2>
UL>
LI>
a href=”dca.htm”> DCA
/a>
LI>
a href=”pg.htm”> PG Diploma
/a>
LI>
a href=”advance.htm”> Advanced Courses
/a>
/UL>
/BODY>
/HTML>
0 comments:
Post a Comment