-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 809 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 809 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
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kitties</title>
<link rel="stylesheet" type="text/css" href="all.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
Hello, This is my website for facts <br/>
I love this class!
<div class="catCaption">
<table id="catTable">
<tr>
<th>Caption</th>
<th>Image</th>
</tr>
<tr>
<td class="catCaption"> Happy Birthday</td>
<td>
<img class="sadCat"
src="http://cdn3-www.cattime.com/assets/uploads/2015/07/saddest-kitten-feat.jpg"/>
</td>
</tr>
</table>
</div>
</body>>
</html>