Notes on HTML
Notes on HTML
List in HTML
a) Ordered List
b) Unordered List
In ordered list the elements are specified with the chronological order.
An Unordered List:
• Item1
• Item2
• Item3
• Item4
An Ordered List:
1. First item
2. Second item
3. Third item
4. Fourth item
Ordered List
• An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
The property used to define the style of the list item marker is:
1
d) None The list items will not be marked
The type attribute of the <ol> tag, defines the type of the list item marker:
d) type="I“ The list items will be numbered with uppercase roman numbers
e) type="i“ The list items will be numbered with lowercase roman numbers
1) HTML stands for Hypertext Markup Language. XHTML stands for Extensible Hypertext
Markup Language.
4) All tags and attributes are not necessarily to be in lower or upper case.
2
Filename extension are .xhtml, .xht, .xml.
Application of XML