-
Notifications
You must be signed in to change notification settings - Fork 0
/
page2.html
38 lines (27 loc) · 1.08 KB
/
page2.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>
<head>
<meta charset = "ISO-8859-1">
<link href="style.css" rel ="stylesheet" type="text/css"/>
<title>GETTING STARTED WITH BRACKETS</title>
<meta name="description" content="Just me, Seb">
</head>
<body>
<center>
<h1>HELLO I AM SEB, WHO R U?</h1>
</center>
<h3> Navigaishun:</h3>
<div class ="navigation">
<ul>
<li><a href="hi-i-am-seb.html">Home</a></li>
<li><a href="page2.html">Garlic Bread</a></li>
<li><a href="page3.html">Microwave Cooking</a></li>
</ul>
</div>
<h2>Why garlic bread is the superfood of the future</h2>
<p> Have you ever walked into a room, and suddenly felt an overwhelming feeling of happiness? YES! That is garlic bread you are smelling. Garlic bread can be a way to release stress, relieve pain and feel loved. </p>
<center>
<img src="send-nudes-whoops-thats-garlic-bread-even-better-funny-ce-26319342.png" alt="garlic bread">
</center>
</body>
</html>