html lists types of html list =
explain exa
1 ordered list- iski help se hum order creat kar sakte hai.. ⇢ A
ye oder form me hoti hai..exa ⇢ B⇢ C
number(1,2,4,5,6) and english word
exa(a,b,c,h,y,t,r) order form me creat kar
sakte hai..this
tag <ol> hota hai..
exa- <html>
<head>
<title>order list</title>
</head>
</body>
<ol>
<li>ramesh</li>
<li>ujjual</li>
<li>vinod</li>
</ol>
</body>
</html>
2 unordered list-
ise type ki list unordered form me hoti hai.. isme bullet form ka use kiya jata hai.. isme <ul> tag ka use kiya jata hai.. exa typeexa- <html>
<head>
<title>unordered list</title>
<head>
<body>
<ul type=''squar''e>
<li>ujjawal</li>
<li>vedprakash</li>
</ul>
</body>
</html>
<ul> -universal elements <li> - list element..
3 definition list- term ko define provide kiya jata hai. isme <dt> and <dd> tag ka use hota hai..
exa- <html>
<head>
<title>definition list</title>
<head>
<body>
<dl>
<dt>a</dt>
<dd>list of first bullet point</dd>
<dt>b</dt>
<dd>list of second bullet point</dd>
</d1>
</body>
</html>
4 type attributes-
type attributes se type related information de jati hai..list ko order diya jata hai..
exa- <html>
<head>
<title>type list</title>
</head>
</body>
<ol> type='i'
<li>ramesh</li>
<li>ujjual</li>
<li>vinod</li>
</ol>
</body>
</html>

No comments:
Post a Comment