-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 925 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<meta name="description" content="Emma's awesome cat">
</head>
<header>
<h1 id="PepperTitle">My Cat Pepper</h1>
</header>
<body>
<p class="custom">The best cat in the whole world!</p>
<img src="pepper.jpg" alt="Pepper the tuxedo cat" style="width:300px;height:400px" class="image">
</body>
<div class="div">
<h2 class="subHeader">About Pepper</h2>
<p class="custom">She was adopted from <a href="https://www.austinpetsalive.org/">Austin Pets Alive!</a></p>
<p class="custom">She is an American shorthair cat with tuxedo coloring</p>
</div>
<div class="div">
<h3 class="subHeader">Another cute picture of Pepper</h3>
<img src="pepper2.jpg" alt="Pepper on her hammock" style="width:300px;height:400px" class="image">
</div>
</html>