Sometimes you may wish to split up your lists, and you may need to start a
list from a different number. You just start="?", the ? being the number you start at.
A definition list is done similar to the above but with <dl> (definition list), <dt> (definition title) and <dd> (definition data)
<dl>
<dt>heading one</dt>
<dd>this could go on and on and on .....this could go on and on and on ... </dd>
<dt>heading two</dt>
<dd>this could go on and on ... </dd>
</dl>
heading one
this could go on and on and on ... this could go on and on and on ... this could go on and on and on ...
heading two
this could go on and on and on ...
Nesting lists isn't really advised (not sure where you'd use it) but can be done by:
Typos are always a problem, remeber ol = ordered list, ul = unordered list, li = list objects
Missing end tag, or wrong order of tags, missing quote
Summary
We have seen how to make ordered (numbered) lists.
We have seen how to make unordered (bulleted) lists.
We have seen how change the bullets and starting numbers etc.
We have seen how to make a definition list
Exercise
Make a list listing some good things about yourself
Write a few sentences about (anything) using the definition list
Make a list of links listed by a list of your choice
These exercises are to get you going, the more you do the better you'll get so if you want to try something go for it, do it. Don't be afraid of trying new things, with HTML the worse you can do is lock up your computer (save your work as you go). HTML is an easy language but trying to filter it down into subjects is hard because every part of it is used within each other.
Optional Quiz
This is optional to see if you know what we have learnt so far. Take the quiz