-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
37 lines (27 loc) · 1.16 KB
/
page3.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
<!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> Navigeishawn:</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>Microwave Cooking</h2>
<p> I like garlic bread, but it is also important to cook other stuff. I cook in my flat sometimes by using a microwave. Cooking in a normal way really sucks because it takes time. Little that you know, if you just whack your food into a microwave for like 10 minutes, your food will be cooked and piping hot. The picture below depicts me the in the morning after a night out. </p>
<center>
<img src="kitchen-fail-eggs-rice-alien.jpg" alt="alien">
</center>
</body>
</html>