You are on page 1of 2

Day 3 – Assignment No.

Source Code
Assignment_No1.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment 1</title>
</head>
<body>
<h1>THIS IS MY BANNER TEXT</h1>
<ul>
<a href="#Home"><li>HOME</li></a>
<a href="#Info"><li>INFO</li></a>
<a href="#Contact"><li>CONTACT</li></a>
<a href="#Hubpage"><li>HUBPAGES</li></a>
</ul>

<h2>This is my paragraph Header</h2>

<div>
<p>This is where I am going to put useful and infromative text about my
website</p>
<p>This is where I am going to put more useful and infromative text about
my website</p>
<p>This is where I can place a copyright logo like this &#169;</p>
</div>
</body>
</html>
Output

You might also like