In earlier post we have seen List element with out any attribute and that was the reason it took 1,2,3.. etc as default. We can set from which number the list element will start.
Format:
<OL Start="Number">.....</OL>
...
LIST Element
We covered few elements to make a web page. Now we will learn how to use LIST Element.
This is an example of List Element
We use this type of list in different purposes, such as Dictionary, Telephone...
Horizontal Line Element
With this tag you can draw Horizontal line under document. Only in special occasion we need to use this one, for example after contact us details.
Format: <HR>
Code:
<HTML><HEAD><Title>...