-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (24 loc) · 781 Bytes
/
about.html
File metadata and controls
26 lines (24 loc) · 781 Bytes
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>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
Fantastic! You have me linked!
</body>
<h2>Now a little bit about me:</h2>
<p>I have 3 sisters that live in 3 different parts of Europe:<p>
<ul>
<li>Germany</li>
<button type="button" name="button" id="germany">Show me Germany</button>
<div class="germany">
</div>
<li>Belgium</li>
<button type="button" name="button" id="belgium">Show me Belgium</button>
<li>Italy</li>
<button type="button" name="button" id="italy">Show me Italy</button>
</ul>
<p>
<p> Link also this page and make these buttons work!<p>
</html>