Computer Science, asked by rrushab0, 2 months ago

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 shaurya200740
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