Write the HTML code as per following output instructions.
Q1. Insert the <UL>tag around the following list text.
India celebrate mainly three national festivals.
Republic Day on 26th January
Independence Day on 15th August
Gandhi Jayanti on 2nd October
dubeypankhudi5:
ok
Answers
Answered by
5
<html>
<head>
<title>National festivals of India</title>
</head>
<body>
India celebrate mainly three national festivals.<br>
<ul>
<li> Republic Day on 26th January</li>
<li> Independence Day on 15th August</li>
<li> Gandhi Jayanti on 2nd October</li>
</ul>
</body>
</html>
Similar questions