Consider the following code created by Sumantha for a webpage:
<html>
<body bgcolor="yellow">
<center>
<hl>Our Country : India <...> ------line 1
<imgsrc ="india.jpg">
</center>
<p>
<font color="red" size="5" ____="Times New Roman"> ------line2
India is spread over a large geographical area. In terms of area, it is the 7th largest country while in terms of population,
it is the 2<sup>nd</sup> largest country in the world.
Some facts about India are as follows <......></p>------line3
<ul>
<li> Area :Approx 3.28 million sq. km <...> -----line4
<li>North to South extension :Approx 3,200 km</li> <....> ------line5
</body>
<ihtml>
(i) Choose the correct option from the following to fill up in line 1:
a. /hl
b. /h6
c. \h6
d. /hl
(ii) Choose the correct option from the following to fill up in line 2:
a. font
b. face
c. type
d. text
(iii) Choose the correct option from the following to fill up in line 3:
a. </f>
b. <f>
c. </font>
d. <font>
(iv) Choose the correct option from the following to fill up in line 4:
a. <i>
b. </li>
c. <\li>
d. <\i>
(v) Choose the correct option from the following to fill up in line 5:
a. ul
b. <\ul>
c. <ul>
d. </ul>