-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcities.html
More file actions
49 lines (44 loc) · 1.71 KB
/
cities.html
File metadata and controls
49 lines (44 loc) · 1.71 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head> Gal1 </head>
<title> GalHtml </title>
<ul>
<h1> Places I've Lived</h1>
<li>Lubbock</li>
<p>I was Born and raised in Lubbock</p>
<li> Anchorage</li>
<p> Anchorage was my first duty station </p>
<li> Fayettville <ul>
<p>I Pcsed to Fayettville</p>
<li> Spring Lake </li>
<p>Spring Lake is a Suburb of 'The Ville'
</p>
</ul>
<H2>Places I want to visit </H2>
<ol>
<li> <strong> Boston (in the fall) the <span style="color:gold"> Fall</span> is pretty there </strong>
<li> <em> San Francisco, the weather is <span style="color:gold"> nice </span> there </em> </li>
<li> <strong> Miami I just love the <span style="color:gold">Beach</span> </strong> </li>
</li>
</ol>
<div>
<img
class="fit-picture"
src="C:\Users\garrett\Pictures\Saved Pictures\release-date-january-11-2008-movie-title-the-pirates-who-dont-do-anything-F6M18G.jpg"
alt="Boston in the fall"
width="100" height="100">
</div>
<div>
<img
class="fit-picture"
src="C:\Users\garrett\Pictures\Saved Pictures\360_F_264880447_47EBgqWIUP1qlfyOSo1Gi79eWR9YzQBu.jpg"
alt="San Francisco"
width="100" height="100">
</div>
<div>
<img
class="fit-picture"
src="C:\Users\garrett\Pictures\Saved Pictures\depositphotos_72010793-stock-photo-aerial-view-of-south-miami.jpg"
alt="Miami"
width="100" height="100">
</html>