-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage6.html
35 lines (26 loc) · 1.3 KB
/
page6.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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="utf-8">
<title>Spongebob Squarepants Uncovered</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div class="banner">
<center><h1>Spongebob Squarepants Uncovered</h1></center>
</div> <!--close banner-->
<div class="content">
<h2>Plankton</h2>
<p>Many know of Plankton for his bad attitude and thievery. However, he has an even darker secret that is hardly known. Plankton is actually the Jeff Besos of bikini bottom. He is filthy rich - no wonder Mr. Krabs is always smelling money from across the street. The bad part though, is that he made his billions off of the ideas of his robot wife, Karen. Even worse he keeps her hidden from the world in the Chum Bucket and only pretends to be in love when people come to visit. Ever wondered why he lives so lavishly but never has customers?</p>
<center><img src="img/plankton.png"></center>
<a href="page5.html"><div id="back">
<center><h3>Back</h3></center>
</div></a> <!--close back button-->
<a href="page7.html"><div id="next">
<center><h3>Next</h3></center>
</div></a> <!--close next button-->
</div> <!--close content-->
</div> <!--close wrapper-->
</body>
</html>