-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInterests.html
More file actions
175 lines (138 loc) · 3.15 KB
/
Copy pathInterests.html
File metadata and controls
175 lines (138 loc) · 3.15 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<html>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
body {
color:Black;
}
.topnav {
overflow: hidden;
background-color: black;
}
.topnav a {
float: left;
color:white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: black;
color: white;
}
.topnav a.active {
background-color:black;
color: white;
}
</style>
</head>
<body>
<div class="topnav">
<a class="active" href="index.html">Index</a>
<a href="About_Me.html">About Me</a>
<a href="Interests.html">Interests</a>
<a href="gallery.html">Gallery</a>
<a href="Contact_Me.html">Contact Me</a>
<a href="Questions.html">Questions</a>
</div>
<div style="padding-left:16px">
<h2 style="font-size:300%">Interests</h2>
<head>
<style>
body {
background-color: LIGHTSALMON;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: LIGHTSALMON;
}
</style>
</head>
<body>
<p id="demo" style="color:black;"></p>
<script>
document.getElementById("demo").innerHTML = Date();
</script>
<h2><i><p><u><font color="DARKBLUE">My Favorite Book Series</i></u></h2></p></font>
<table>
<tr>
<th>Series</th>
<th>Author</th>
<th>Picture</th>
</tr>
<tr>
<td>The Selection Series</td>
<td>Kiera Cass</td>
<td><img src="pictures/Selection.jpg" width="200" height="200"></td>
</tr>
<tr>
<td>Divergent</td>
<td>Veronica Roth</td>
<td><img src="pictures/the_divergent_series.jpg" width="200" height="200"></td>
</tr>
<tr>
<td>The Hunger Games</td>
<td>Roland Mendel</td>
<td><img src="pictures/the_hunger_games.jpg" width="200" height="200"></td>
</tr>
</table>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: LIGHTSALMON;
}
</style>
</head>
<body>
<h2><i><p><u><font color="DARKBLUE">My Favorite TV Shows</i></u></h2></p></font>
<table>
<tr>
<th>Show</th>
<th>Director</th>
<th>Picture</th>
</tr>
<tr>
<td>F.R.I.E.N.D.S</td>
<td>David Crane</td>
<td><img src="pictures/Friends.jpg" width="200" height="200"></td>
</tr>
<tr>
<td>Once Upon A Time</td>
<td>Geofrey Hildrew</td>
<td><img src="pictures/once_upon_a_time.jpg" width="200" height="200"></td>
</tr>
<tr>
<td>Baby Daddy</td>
<td>Michael Lembeck</td>
<td><img src="pictures/baby_daddy.jpg" width="200" height="200"></td>
</tr>
</table>
<iframe width="420" height="345" src="https://www.youtube.com/embed/91vKu0IWavw">
</iframe>
<p>Video courtesy of <a href="https://www.youtube.com/watch?v=cSDCDtWtsNE">Youtube</a>.</p>
</body>
</html>