-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 817 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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</title>
</head>
<body>
<h1>Assignment No.02</h1>
<h2>Learn With Sir Naveed Sarwar</h2>
<h3>Batch-06</h3>
<h4>Let's start the journey</h4>
<h6>Let's learn and grow together</h6>
<a href="https://www.google.com/">Google</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestiae quas suscipit modi totam eligendi, voluptatum
earum aspernatur autem fugiat <br> consequatur excepturi voluptatibus consectetur eos voluptas ea illum <br>
quia! Minima, delectus.</p>
<img src="2.jpg" width="300" alt="Sir Naveed Sarwar">
</body>
</html>