-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.html
More file actions
38 lines (32 loc) · 1.03 KB
/
Copy pathdescription.html
File metadata and controls
38 lines (32 loc) · 1.03 KB
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>
<head>
<title>Rain</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<div class="logo"><a href = "#"><img src = "water drop.png"> </a></div>
</head>
<body>
<header> <!--this a good pratice to have header, main and footer so it becomes more readeable.-->
<div class="topnav">
<div class="wrapper">
<a href="homepage.html">Home</a>
<a href="gallery.html">Gallery</a>
<a class="active">About</a>
</div>
</div>
</header>
<br>
<br>
<br>
<br>
<br>
<main>
<div class="wrapper">
<p><h1 class="text-style">Website credits: Sahd and Irfan of grade 8A.</h1></p>
</h2></p>
</div>
</main>
<footer>
</footer>
</html>