You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>My First Page</title>

</head>
<body>
<div>I am div <span>I am another div</span></div>
<div>I am another div</div>
<strong>I am strong text</strong>
<a href="https://google.com">Go to Google</a>

<a href="https://google.com">Go to Google</a>


<p>
<img src="https://picsum.photos/200"/>
</p>

<div data-name="Nikhil">Username</div>

<div>Welocme to my first HTML page...</div>


<p>This is paragraph</p>
<ul>
<li>List 1</li>
<li>List 2</li>
</ul>
<hi>heading 1</hi>
<hi>heading 2</hi>
<hi>heading 3</hi>
<hi>heading 4</hi> --->
</body>
</html>

You might also like