Now save these two images to your folder titled kermit and piggy
New HTML Document titled muppets.html
!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="style2.css">
<title><muppets> </title>
<!--Your Name Date and Block-->
</head>
<body>
These are words with no formatting
<p>These are words with simple paragraph formatting </p>
<div class = "green">
<p>This uses the "green" formatting </p>
<br>
</div>
<img src = "kermit.jpg" alt = "kermit">
These are more words
<div class = "center">
<img src = "piggy.jpg" alt = "piggy">
</div>
</body>
</html>