| www.sum-it.nl > Manpower > Courses > HTML course > Basic HTML > Lists |
Previous
Nederlands · Search... |
|
Lists |
Intro
What is HTML
Text and Headers
Images
Links
Break
HTML continued
Design
End
|
|
|
<HTML>
<HEAD> <TITLE>Lists </TITLE> </HEAD> <BODY> <ul> <li>milk <li>flower <li>egg <li>butter </ul> <ol> <li>Beat up the flower in the milk <li>Beat up the egg too <li>Melt the butter <li>Fry the pancakes on both sides </ol> </BODY> </HTML> |
|
|
| Next Exercise | ||