Site hosted by Angelfire.com: Build your free website today!

HTML>HTML Lsts>Unordered Lists

The Unordered List Tag

An unordered list is a list where the items are marked with bullets, typically small black circles.

An unordered list opens with the <ul> tag and closes with the </ul>. Each list item starts with the <li> tag.

Example

Try it out for yourself!

Examine the HTML code below. Cut and paste the following HTML code into the form window below and press the check it out button to see the resulting webpage.

<html>
<head>
<title>The Unordered List Tag</title>
<body>

<h2>Unordered List</h2>

<p>
<ul>
<li>English
<li>Maths
<li>Art
</ul>
</p>

</body>
</html>

Creating your own webpage

Follow these simple steps to create your own webpage and to view your created webpage in your browser.

HTML Ordered List TagHTML Ordered List TagHTML Definition List TagHTML Definition List Tag

 

 

HTML OverviewHTML RequirementsHTML TagsHTML Document StructureViewing HTML Source CodeHTML Heading TagHTML Paragraph TagHTML Line Break TagHTML Comment TagHTML Horizontal Rule TagHTML Block Quote TagsHTML Font Size AttributeHTML Font Colour TagHTML Font Type TagHTML Teletype TagHTML Alignment TagHTML Ordered ListsHTML Definition ListsHTML Anchored Link TagsHTML Mailto Link TagsHTML Image TagsLets create a webpageTake the HTML QuizHTML Quick Reference GuidePublishing your Website