write an html statement to create an ordered list of small Roman numerals (I, II,...) starting with "vi"
Answers
Answered by
3
<html>
<head>
<title>ordered list </title>
</head>
<body >
<ol type " I " start "vi">
<Li > Sagar </Li>
<Li > ..........</Li>
</ol>
</body>
</html>
output >>>>>>
vi. Sagar
vii. ..........
i hope it is useful for you
thanks
<head>
<title>ordered list </title>
</head>
<body >
<ol type " I " start "vi">
<Li > Sagar </Li>
<Li > ..........</Li>
</ol>
</body>
</html>
output >>>>>>
vi. Sagar
vii. ..........
i hope it is useful for you
thanks
sagar10031:
follow me
Similar questions