<ol>
To make a standard ordered list like this:
- Item 1
- Item 2
- Item 3
You would use the tag <ol> which stands for Ordered List, for any list you must also use the tag <li> which stands for List Item, You use the tags together like so:
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
This will show up like the above example.
<ul>
<ul> stands for Un-ordered list which is bullet points, like so:
- Item 1
- Item 2
- Item 3
To use them you simply change <ol> to <ul> like this:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<menu>
This is probably the most used form of lists, Checkboxes, They look like this:
To use them you simply use the following code:
Catch'ya later guys.
<menu>
<li><input type="checkbox" />Item 1</li>
<li><input type="checkbox" />Item 2</li>
<li><input type="checkbox" />Item 3</li>
</menu>
Catch'ya later guys.
I really like these tutorials.
ReplyDeleteHuh, this might come in handy for my blog. Thanks.
ReplyDeletebrilliant, always really simple to follow and understand :) will use to further my blog (y)
ReplyDeleteHad no idea how to do this! Nice tutorials.
ReplyDeleteGreat Guide!
ReplyDeleteThank you! Been looking on how to do that lately.
ReplyDeletei really have to check out more it seems perfect to learn from here
ReplyDeletety
Nice, learn something new here every day.
ReplyDeleteI want to use the check boxes for something on my blog lol
ReplyDeletethat is very helpful and easy thanks
ReplyDeleteI once made it my goal to learn HTML...then I just kinda gave up but this makes me wanna start it up again. Definitely worth it i think. Love your blog def gonna follow and keep updated with it :)
ReplyDeleteFollowed! I've been looking for a place to learn HTML for a long time now. Keep up the posts, it's a great idea!
ReplyDeleteSeems useful, I've been considering learning some coding for my website, and this might help me out. Great blog, +1 following!
ReplyDeleteI think my uni course next year is gonna cover html, so i hope this will give me an edge! :)
ReplyDeleteI've always wanted to learn a code language. Great information!
ReplyDeletecool I always considered learning HTML
ReplyDeleteSweet tutorial dude! I've been meaning to learn HTML 5 for a while now!
ReplyDeletelol! to me html is harder than taking blood from a rock!
ReplyDeleteanyway, +following and supporting! ;)
HTML5 is the future.
ReplyDeleteI love this guide, can't wait for more!
ReplyDeleteThis comment has been removed by the author.
ReplyDelete