UnOrdered List
<body>
<ul>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
OutPut
Ordered List have two attributes Like TYPE and START
Type Replace Circle, Square
<body>
<ul TYPE='Circle'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
Output
<ul TYPE='Square'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
Output
<body>
<ul>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
OutPut
- Youtube
Ordered List have two attributes Like TYPE and START
Type Replace Circle, Square
<body>
<ul TYPE='Circle'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
Output
- Youtube
<ul TYPE='Square'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
</body>
Output
- Youtube
0 comments:
Post a Comment