I. An HTML document is given below. Rewrite the same document using tags for
headings and ordered list.
<TITLE>REFLECTION OF LIGHT </TITLE>
Aca
<HTML>
<HEAD>
</HEAD>
<BODY>
<P> USES OF PLANE MIRROR</P>
<ul>
<li>As a looking glass</li>
<li>In an optician's room</li>
<li>In a parlour</li>
<li>In a kaleidoscope</li>
<li>In a solar cooker</li>
</ul>
</BODY
</HTML>
please give the correct answer please I will mark as brainlist
Answers
Answered by
11
Answer:
<HTML>
<HEAD>
<TITLE>REFLECTION OF LIGHT </TITLE>
</HEAD>
<BODY>
<h1> USES OF PLANE MIRROR</h1>
<ol>
<li>As a looking glass</li>
<li>In an optician's room</li>
<li>In a parlour</li>
<li>In a kaleidoscope</li>
<li>In a solar cooker</li>
</ol>
</BODY
</HTML>
Explanation:
Answered by
4
Answer:
hope it will help you thankyou
Attachments:
Similar questions
Computer Science,
4 months ago
History,
4 months ago
Social Sciences,
8 months ago
Biology,
8 months ago
Math,
11 months ago
Computer Science,
11 months ago