-
Notifications
You must be signed in to change notification settings - Fork 0
/
page1.html
26 lines (26 loc) · 906 Bytes
/
page1.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
<DOCTYPE! html>
<html lang="en">
<head>
<meta charpset="UTF-8">
<meta http-equiv="X-UA compatible" content>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylepage1.css">
<title>DOCUMENT</title>
</head>
<body>
<header>
<div class="logo">portfolio</div>
<nav>
<div><a href="page2.html">home</a></div>
<div><a href="page3.html">about us</a></div>
<div><a href="page4.html">contact</a></div>
</nav>
</header>
<section class="paragraph">
<div id="text">i'm a<br/>web developer</div>
<div>
<img src="awesome.jpg" alt="photo" width="375px" height="325px"></img>
</div>
</section>
</body>
</html>