Next, add the correct headings.

<html>
<body>
<h1>Paintball Championship</h1>

<h2>Crimson Menace</h2>

<h2>Teal Team 6</h2>
</body>
</html>]]>

Add the h1 element first. The top h2 element should have Crimson Menace as the content and the next one should have Teal Team 6.