HTML
LISTS IN HTML
Using HTML, you can arrange items in lists in several ways. The two most commonly used methods are as follows ;
i) Bulleted
ii) Numbered
Bulleted List <ul>
This is an unordered list. In this, each item (paragraph) is prefaced with a bullet.
An unordered list is used for a list of items in which the ordering is not specific.
<ul type="None/disc/square/circle">
A browser adds a bullet for each item and indents it.
Numbered List <ol>
A number list is a list with numbers arranged in an either ascending or descending order. It is an ordered list which defines a list in which order is taken into account.
BROWSER VIEW |
<ol start="10">....</ol> ; When you want to start your list from 10
**you reached end of lecture**
Your feedback is important for us :)

Post a Comment
0 Comments