-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pet</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</header>
<link href="https://fonts.googleapis.com/css?family=Marck+Script&display=swap" rel="stylesheet">
<h1>My Pet Bandit</h1>
<div class="Terry">Terry
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
</div>
<div class="Bandit">Bandit
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
</div>
<img src="image001.jpg">
</header>
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet"><header>
<h2>My Pet is Wonderful. Everyone should have a Pet like mine. He is the Best.</h2>
<table>
<tr>
<th scope="col">Age</th>
<th scope="col">Breed</th>
<th scope="col">Coat Color</th>
<th scopt="col">Age</th>
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap" rel="stylesheet">
</tr>
<tr>
<td>Bandit</td>
<td>Chihuahua</td>
<td>Light Brown</td>
<td>11</td>
<link href="https://fonts.googleapis.com/css?family=Arvo&display=swap" rel="stylesheet">
</tr>
</table>
</Body>