HTML Feature: Hyperlinks
Sample HTML with Hyperlinks (in a List!)
<title>Samples of a List of Hyperlinks</title>
Ordered List of Links<ol>
<li><A href=“http://cnn.com>CNN News Online</A>
<li><A href=“http://www.pitt.edu>Pitt Home Page</A>
<li><A href=“http://www.pythonline.com>Monty Python</A></ol>
http://www.pitt.edu/~richfran/sample4.htm