-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (35 loc) · 1.31 KB
/
index.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
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Walter White</title>
</head>
<body>
<header>WalterWhite.com</header>
<h1>Walter White</h1>
<img src="walter.jpg" alt="Walter" width="300px">
<section>
<h2>Bio</h2>
<p>
<strong>Walter White</strong>, a high school chemistry teacher and family man, learns he has inoperable lung cancer. To secure his family's financial future, he begins making meth with <em>Jesse Pinkman</em>, a former student. The two become known for their top-quality blue meth, but success has its complications: Walt finds himself in over his head in the drug underworld. Meanwhile, a DEA team led by Walt's brother-in-law, Hank Schrader, begins investigating " <a target="_blank" href="https://en.wikipedia.org/wiki/Walter_White_(Breaking_Bad)">Heisenberg</a>," Walt's alter ego.
</p>
</section>
<section>
<h2>Family Members</h2>
<ul>
<li>Skyler</li>
<li>Walt Jr.</li>
<li>Haylee</li>
</ul>
</section>
<section>
<h2>Top Skills</h2>
<ol>
<li>Cooking</li>
<li>Teaching Chemistry</li>
<li>Being a good parent (kind of)</li>
</ol>
</section>
<footer>All Rights Reserved...</footer>
</body>
</html>