Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level5 lesson7

Answer
by

1 Answer

iamabhishek
Try this:
*
<!DOCTYPE HTML>
<html>
<head>
<title>Neela Prasad</title>
</head>

<body>
<p style="text-align:center">
<img src="https://www.studytonight.com/css/resource.v3/icons/studytonight/svg/st-logo-dark.svg";/>
</p>
<h1 style="text-align:center">GOOGLE</h1>
<p style="text-align:center"><small>Google make it simple!</small></p>
<hr>
<h2><u>About Me</u></h2>
<p>Anything you want to write about yourself write here...</p>
<h2><u>Hobbies</u></h2>
<ul>
<li>Sleeping</li>
</li>Sleeping</li>
</ul>
</body>
</html>

Login / Signup to Answer the Question.