List:-
Lists are created for summarizing the data. There are two Kinds of Listing methods.
1.Order List(OL)
2.Unorder List (UL)
1.OrderList (ol):-
Listing with alphabet ,number, roman numbers is called order list.It is used as below:-
Tag:-
<ol>...</ol>
attributes:-
type ="1"--displays in 1,2,3 etc.
type="a"---displays in a,b,c,d etc.
type= "A"...list in A,B,C,etc.
type="i"....list in i,ii,iii order.
type="I"...list in I,II,III order.
<li> ...tag contains the list.
syntax:-
<ol type ="1">
<li>Element in text
</ol>
2.UnorderList(ul):-
Listing with some round,square etc characters is unordered list.
Tags are given below:-
<ul>.........</ul>
attributes:-
type="disc" or "fillround"--for round symbol.
type ="Square"--for square.
type="circle"-for circle.
It is also listed with <li> tag.
syntax:-
<ul type =" ">
<li>elements
<li>elements
</ul>
Special Characters:-
For copyright(©)- ©
space -
For Further Reading,

0 comments:
Post a Comment