-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.11 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.11 KB
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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<img src="https://students.galvanize.com/assets/galvanize-logo-ac9865cc4217b77aebbce9e63670dd96.svg" height= 300px; width = 600px;>
<ul>
<h3>I have lived in these cities!</h3>
<p>I was born in San Francisco.
I moved to Galt when I was 1 month old.
I moved to Fort collins when I was 7.</p>
<li>San Francisco</li>
<li>Galt</li>
<li>Fort Collins</li>
</ul>
<ol>
<h3><strong>I</strong> <em>want</em> <strong>to</strong> <em>visit</em>
<strong>these</strong> <em>cities!</em></h3>
<p>I want to visit Dublin and London
because I would love to see the culture
and Prague because of it's music history.</p>
<strong><li>Dublin<span>™</span></li></strong>
<em><li>London <span>‡</span></li></em>
<strong><li>Prague <span>ø</span></li></strong>
</ol>
<video autoplay controls>
<source src="https://upload.wikimedia.org/wikipedia/en/2/28/Illusion_movie.ogg">
</video>
<audio src="https://upload.wikimedia.org/wikipedia/en/0/04/Rayman_2_music_sample.ogg" autoplay controls></audio>
</body>
</html>