<html> <head> <title>Rocky the Rottweiler/Lab</title> </head> <body> <!-- Add a heading to your code. Try a few sizes and run your code --> <h1>Meet Rocky!</h1> <p>Rocky is a black and tan Rottweiler/Labrador mix</p> </body> </html>
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Rocky the Rottweiler/Lab</title>
</head>
<body>
<!-- Add a heading to your code. Try a few sizes and run your code -->
<h1>Meet Rocky!</h1>
<p>Rocky is a black and tan Rottweiler/Labrador mix</p>