Live Traffic

Saturday, May 14, 2011

Home » HTML List

HTML List

HTML provides a simple way to show unordered lists (bullet lists) or ordered lists (numbered lists).

Unordered Lists
An unordered list is a list of items marked with bullets (typically small black circles). An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.


Ordered Lists
An ordered list is also a list of items. The list items are marked with numbers. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.







Inside a definition-list definition (thr <dd> tag) you can put paragraph, line breaks, image, links, other lists, etc.

Try It Out
Open your text editor and type the following:

<html>
<html>
<head>
<title>My First Webpage</title>
</head>
<body bgcolor="#EDDD9E">
<h1 align="center">My First Webpage</h1>
<p>Welcome to my <strong>first</strong> webpage. I am writing this page using a text editor and plain old html.</p>
<p>By learning html, I'll be able to create web pages like a pro....<br>
which I am of course.</p>
Here's what I've learned:
<ul>
<li>How to use HTML tags</li>
<li>How to use HTML colors</li>
<li>How to create Lists</li>
</ul>
</body>
</html>
Save your page as mypage4.html and view it in your browser. To see how your page should look visit this web page: http://profdevtrain.austincc.edu/html/mypage4.html

1 komentar:

The blog was absolutely fantastic! Lot of great information which can be helpful in some or the other way. Keep updating the blog, looking forward for more contents...Great job, keep it up..
Website Design Company Bangalore | Website Development Company

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More