| Multiwingspan Home Page |
| Multiwingspan Games |
| Gnasher @ Multiwingspan |
| Multiwingspan Calendar |
| Multiwingspan Clock |
| About Multiwingspan |
| Visual Basic 6.0 Guide |
| Visual Basic 6.0 Examples |
| Turbo Pascal Guide |
| SWI Prolog Guide |
| Visual Basic 2005 Guide |
| Structured Query Language |
| HTML Design Tasks |
| Introduction To HTML |
| Introduction To CSS |
| Introduction To Javascript |
| AS/A2 Level Computing |
There are two types of list – ordered lists where numbers are used as markers or unordered lists which use bullets to mark each list item.
| <ol type="1"> values for type: 1,i, A, a,I <li>Item 1</li> <li>Item2</li> </ol> |
<ul type="circle"> values for type: disc, square, circle <li>Item 1</li> <li>Item2</li> </ul> |
Open your page of links (Exercise 5). Alter your HTML so that the links are now in a bulleted list. Save, view and print your work.
Return To HTML Guide || Return To Homepage