<!-- this is a comment - all text must be placed between these symbols: <!-- --> <!-- it doesn't render in the preview window --> <!-- Follow the comments below and click the run button to show the changes you make to the code --> <!-- The preview window will show your updated code! --> <html> <head> <!-- Give your page a title --> </head> <body> <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
11
12
13
<!-- this is a comment - all text must be placed between these symbols: <!-- -->
<!-- it doesn't render in the preview window -->
<!-- Follow the comments below and click the run button to show the changes you make to the code -->
<!-- The preview window will show your updated code! -->
<html>
<head>
<!-- Give your page a title -->
</head>
<body>
<h1>Meet Rocky!</h1>
<p>Rocky is a black and tan Rottweiler/Labrador mix</p>