Lists
To create a list on your webpage add this coding for an unordered list:
<ul><li>Your information here<li>Add whatever you want<li>It doesn't matter what</ul>
This will show up as follows:
-
Your information here
- Add whatever you want
- It doesn't matter what
To add a ordered list:
<ol><li>Your information here<li>Add whatever you want<li>It doesn't matter what</ol>
This will show up like this:
-
Your information here
- Add whatever you want
- It doesn't matter what
This concludes our lessons for now. Click here to go back to the tutorial index.
Click here to go back to my main page.