-
Notifications
You must be signed in to change notification settings - Fork 6
/
HTML
34 lines (33 loc) · 909 Bytes
/
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
25
26
27
28
29
30
31
32
33
34
<!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>Manahil Ameer</title>
</head>
<body>
<div>
<header>
<button>menu</button>
<span>for hactoberfest</span>
<span>Manahlil Ameer</span>
</header>
<div>
<img src="https://images.pexels.com/photos/1054289/pexels-photo-1054289.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="Picture Here">
<a href="https://www.pexels.com/" target="_blank"> For more pictures, visit to pexels.com</a>
</div>
<article>
<p>sbdsbdjsbdjs sjhsjd</p>
</article>
</div>
<div>
<footer>
<ol>
<li>bit</li>
<li>bit</li><li>bit</li>
</ol>
</footer>
</div>
</body>
</html>