HTML Formatting: Lists
Sample HTML for lists:
<html>
<head>
<title>Samples of Lists</title>
</head>
<body>
Ordered List<ol>
<li>first item<li>second item><li>third item</ol>
Unordered List <ul>
<li>first item<li>second item><li>third item</ul>
</body>
</html>
http://www.pitt.edu/~richfran/sample3.htm
Previous slide
Next slide
Back to first slide
View graphic version