Thursday, 21 June 2012

How to makeUnordered list in a Web Page

An Unordered List is one that uses bullets. Like this:

An HTML Unordered Lists

There are three types of bullets you can use for unordered lists: Disc, Circle, and Square. You use them like this:

Unordered List Types

The default is Disc. So if you want round black circles for your bullets, you can miss the TYPE attribute off:

Notepad showing the HTML for an Unordered List

And here are the results in a browser:

Browser showing an Unordered List

Try out the various lists in your HTML code, and add the different types to the code. That way you will get a feel for how they are used, and what they look like.

No comments:

Post a Comment