<!DOCTYPE html>
<html>
<head>
<meta charset="utf-16">
<title>HTML: Images</title>
</head>
<body>
<h1>All about rrrrrrrabbits!</h1>
<img src="https://www.kasandbox.org/programming-images/animals/rabbit.png" alt="Rabbit with lop ears in barn" width="203">
<h3>Why rabbits make great pets</h3>
<ul>
<li>They're furry!</li>
<li>Great listeners!</li>
<li>Eat all your leftover carrots!</li>
</ul>
<h3>Top 3 most famous rabbits</h3>
<ol>
<li>Bugs bunny</li>
<li>Easter Bunny</li>
<li>Thumper</li>
</ol>
<h2>Basic info</h2>
<p>Rabbits are little creatures with long ears and puffy tails, and they move their nose up and down in an adorable way. They eat the most orange vegetables in <em>our</em> world, and <strong>they reproduce more than any human <em>ever</em> has</strong>.</p>
<h2>Songs</h2>
<p>Little Bunny Foo Foo, <br>
I don't want to see you <br>
scooping up the field mice <br>
and bopping them on the head!</p>
</body>
</html>
<html>
<head>
<meta charset="utf-16">
<title>HTML: Images</title>
</head>
<body>
<h1>All about rrrrrrrabbits!</h1>
<img src="https://www.kasandbox.org/programming-images/animals/rabbit.png" alt="Rabbit with lop ears in barn" width="203">
<h3>Why rabbits make great pets</h3>
<ul>
<li>They're furry!</li>
<li>Great listeners!</li>
<li>Eat all your leftover carrots!</li>
</ul>
<h3>Top 3 most famous rabbits</h3>
<ol>
<li>Bugs bunny</li>
<li>Easter Bunny</li>
<li>Thumper</li>
</ol>
<h2>Basic info</h2>
<p>Rabbits are little creatures with long ears and puffy tails, and they move their nose up and down in an adorable way. They eat the most orange vegetables in <em>our</em> world, and <strong>they reproduce more than any human <em>ever</em> has</strong>.</p>
<h2>Songs</h2>
<p>Little Bunny Foo Foo, <br>
I don't want to see you <br>
scooping up the field mice <br>
and bopping them on the head!</p>
</body>
</html>