10.What is the output of following HTML code? [2m]
<HTML>
<HEAD>
<TITLE>
Ordered List with type attribute
</TITLE>
</HEAD>
<BODY>
<0L start=‘3" type=“I” >
<LI> Rose </LI>
<LI> Lotus </LI>
<LI> Lily </LI>
</OL>
</B0DY>
</HTML>
Answers
Answered by
0
Answer:
this is an example of ordered list the output will be
ordered list with type attributes
I Rose
II lotus
III lily
(hope it helps)
:)
Similar questions