.....
The Web
MINDBLOWING WALLPAPER DOWNLOAD BOLLYWOOD HEARTTHROB FLOWER NATURE BIKE CARTOON












TOP 10 WEB HOSTING


BlueHost review

Hosting Rating #1

$6.95

$3.95

HostMonster review

Hosting Ranking #2

$6.95

$3.95

JustHost review

Host Rating #3

$6.95

$3.45

HostGator review

Hosting Ranking #4

$4.95

IXWebHostingreview

Hosting Rating #5

$3.95

Fatcow review

Host Ranking #6

$7.33

$3.67

GreenGeeks review

Hosting Rating #7

$4.95

Arvixe review

Hosting Ranking #8

$4.00

Yahoo Web Hosting

Host Rating #9

$7.46

1and1 hosting review

Hosting Ranking #10

$3.99










 

LIST ITEMS


There are two kinds of lists in HTML

i) ORDERED List : This list is used to create NUMBERED List. You use the <ol> tag to create
                                                    an  ORDERED List.


ii) UNORDERED List : This list is used to create BULLETED List. You use the <ul> tag to
                                                               create an  UNORDERED List.

<li> : This tag is used to denote the list items, You use this tag in both ORDERED and UNORDERED list.

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <li> tag is supported in all major browsers.


Example:

<html>
<body>

<p>An ordered list:</p>
<ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>

<p>An unordered list:</p>
<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

</body>
</html>


How the HTML code above looks in a browser:

An ordered list:

  1. Coffee
  2. Tea
  3. Milk

An unordered list:

  • Coffee
  • Tea
  • Milk




Previous                                                                                             Next







Today, there have been 1 visitors (15 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free