Computer Science, asked by NinjaSagnik2008, 15 hours ago

An HTML document is given below. Rewrite the same document using tags or headings and ordered lists.


REFLECTION OF LIGHT


USES OF PLANE MIRROR

As a looking glass
In an optician's room
In a parlour
In a kaleidoscope
In a solar cooker

Answers

Answered by sharanya300013
0

Answer:

<html>

<head>

<TITLE> REFLECTION </TITLE>

</Head>

<Body>

<Font> REFLECTION OF LIGHT <br>

USES OF PLANE MIRROR <p>

<OL type="A">

<LI> As a looking glass

<LI> In an optician's room

<LI> In a parlour

<LI> In a kaleidoscope

<LI> In a solar cooker

</OL>

</font>

<Body>

</html>

Hope it helps.

Similar questions