Ordered List
<body>
<ol>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
OutPut
Ordered List have two attributes Like TYPE and START
Type Replace a (Lower Case), A (Upper Case), i (Lower Roman Letter), I(Upper Roman Letter)
<body>
<ol TYPE='a'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
Output
<body>
<ol START='100'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
Output
<body>
<ol>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
OutPut
- Youtube
Ordered List have two attributes Like TYPE and START
Type Replace a (Lower Case), A (Upper Case), i (Lower Roman Letter), I(Upper Roman Letter)
<body>
<ol TYPE='a'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
Output
- Youtube
<body>
<ol START='100'>
<li>Google</li>
<li>Youtube</li>
<li>Twitter</li>
<li>Facebook</li>
</ol>
</body>
Output
- Youtube
0 comments:
Post a Comment