Create a website using HTML on festivals of India.
please don't give wrong answers.
i will mark Brainliest for correct answer.
wrong And unwanted answers will be reported.
Answers
<html>
<head>
<h1>Festivals of India</h1>
</head>
<div>
<h2><em>Diwali</em></h2>
<p><b>Diwali</b> is a festival of lights. <b>Diwali</b> symbolises the spiritual <b><em>"victory of light over darkness, good over evil and knowledge over ignorance."</em></b></p>
</div>
<div>
<h2><em>Raksha Bandhan Or Rakhi</em></h2>
<p><b>Raksha bandhan</b> is a festival celebrating the eternal bond of brothers and sisters. In this festival, <b><em>sister tie an auspicious thread to the brother's wrist, as a symbol of protection, that the brother bestows on her.</em></b></p>
</div>
<h3 class = "FestivalsTitle">Top 5 festivals of India</h3>
<ol>
<li class = "festfontsize">Diwali</li>
<li class = "festfontsize">Holi</li>
<li class = "festfontsize">Navaratri</li>
<li class = "festfontsize">Ganapati Festival</li>
<li class = "festfontsize">Krishna Janmashtami</li>
</ol>
<h3 class = "PlacesTitle">Places to visit</h3>
<ul>
<li class = "festfontsize">Ladakh</li>
<li class = "festfontsize">Amritsar</li>
<li class = "festfontsize">Darjeeling</li>
<li class = "festfontsize">Rajasthan</li>
<li class = "festfontsize">Kashmir</li>
</ul>
<table>
<tr>
<th>State</th>
<th>Language</th>
</tr>
<tr>
<td>Goa</td>
<td>Konkani</td>
</tr>
<tr>
<td>Punjab</td>
<td>Punjabi</td>
</tr>
<tr>
<td>Odisha</td>
<td>Oriya</td>
</tr>
</table>
</html>
HOPE IT HELPS YOU.