-
Notifications
You must be signed in to change notification settings - Fork 0
/
headers_footers_13.html
38 lines (36 loc) · 1.06 KB
/
headers_footers_13.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
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<title>header & footer</title>
</head>
<body>
<header style="background-color:magenta">
<h1>Welcome to Artkung</h1>
<a href="">Home</a>
<a href="">About us</a>
<a href="">Products</a>
<a href="">Contact Us</a>
</header>
<main>
<h4>Check out these cool moves: </h4>
<img src="funnyimage/favicon.jpeg">
alt="profile pic" height="200">
<p>Lorem ipsum dolor sit amet,
consectetur adipisicing elit.
Ipsa atque ab quam soluta tempore
illo sapiente reiciendis adipisci
unde neque labore, autem voluptas
harum sit! Rem veniam odio sed laborum!</p>
</main>
<footer style="background-color:rgb(243, 103, 147)">
<hr>
author: 7_anxh_45 <br>
© copyright reserved <br>
<small>
<a href="mailto:artcode@fake.com">
artcode@fake.come
</a>
</small>
</footer>
</body>
</html>