-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
29 lines (29 loc) · 922 Bytes
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My First Website</title>
<link rel="stylesheet"type="text/css"href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li>About</li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
</header>
<section>
<h2>About</h2>
<p>
Create an HTML file and cope and paste all this code and rename the file as about.html
Create an HTML file and cope and paste all this code and rename the file as about.html
Create an HTML file and cope and paste all this code and rename the file as about.html
Create an HTML file and cope and paste all this code and rename the file as about.html
Create an HTML file and cope and paste all this code and rename the file as about.html
</p>
</section>
</body>
</html>