<html> <head> <title>Rocky the Rottweiler/Lab</title> </head> <body> <h1>Meet Rocky!</h1> <p>Rocky is a black and tan Rottweiler/Labrador mix</p> <ul> <li>is 8 years old</li> <li>loves going to the beach, swimming, and playing fetch</li> <li>loves to eat and sleep too!</li> </ul> <img src="images/rocky.jpg" alt="Rocky the rottweiler/labrador dog" width="400" /> </body> </html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<title>Rocky the Rottweiler/Lab</title>
</head>
<body>
<h1>Meet Rocky!</h1>
<p>Rocky is a black and tan Rottweiler/Labrador mix</p>
<ul>
<li>is 8 years old</li>
<li>loves going to the beach, swimming, and playing fetch</li>
<li>loves to eat and sleep too!</li>
</ul>
<imgsrc="images/rocky.jpg"alt="Rocky the rottweiler/labrador dog"width="400"/>