Please please answer as fast as you can please
Answers
Here is Your Answer Please make me as the brainliest
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style type="text/css" >
body{
background:rgba(0,0,0,0.2);
text-shadow: 0px 0px 1px #0a343e4e;
}
ul {
color:#ebf074;
text-shadow: 1px 1px 2px #000;
}
</style>
</head>
<body>
<div class="container">
<h1 style="color:#00d;font-family:cursive;" align="center" class="vacation">My Vacations</h1>
</div>
<img align="center" src="vacation.jpg" alt="Use Your Own Image">
<h1 style="color:#00d;font-family:cursive;" align="center" class="vacation"> My <br>
Visit to Jaipur</h2>
<h2 style="color:#9b8f02;font-family:cursive;" align="center" class="vacation">What <br> I Did In Jaipur</h2>
<ul style="list-style-type:none; margin-left:47px; color:999">
<li>Visit To HawaMhal</li>
<li>Visit to Amber Palace</li>
<li>Visit To City Palace</li>
<li>Visit to Jantar Mantar</li>
<li>Visit To Jal Mahal</li>
</ul>
</body>
</html>