<!DOCTYPE html>
<html>
<head>
<title> 2.2 HTML: Comments and Unfamiliar Code </title> <link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Part A: Name and "un-comment" each section. -->
<!-- My section on my favorite animals -->
<div>
<h2> Dogs </h2>
<h2> Otters </h2>
<h2> Turtles </h2>
<h2> Jellyfish </h2>
</div>
<!--What should this section be named? -->
<div>
<h6> Roblox </h6>
<h6> Fortnite </h6>
<h6> Minecraft </h6>
</div>
<!--What should this section be named? -->
<div>
<p> iPhone </p>
<p> Samsung Galaxy </p>
<p> Google Pixel </p>
</div>
<!--What should this section be named? -->
<div>
<p> Santa Ana </p>
<p> Irvine </p>
<p> Fountain Valley </p>
<p> Anaheim </p>
</div>
</body>
<!-- Do not remove following lines. They're used to test. -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://sites.webjam.org/grader/assignment2.2.js"></script>
</html>