Computer Science, asked by dubeypankhudi5, 3 months ago

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
fly74: can send the photo of your question
fly74: can you send the photo of your question
dubeypankhudi5: sue wait a sec
dubeypankhudi5: sure wait a sec
fly74: ok
fly74: I will help you
fly74: I know html
fly74: please send
fly74: Hello

Answers

Answered by fly74
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