<html>
<head>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>Paintball Championship</h1>
<h2>Crimson Menace</h2>
<ol>
<li>Nicholas Leival</li>
<li>Justin Rabackoff</li>
<li>Keith Brown Jr.</li>
</ol>
<h2>Teal Team 6</h2>
<ol>
<li>Archie Montemayor</li>
<li>Mykel Kovar</li>
<li>Chad George</li>
</ol>
</body>
</html>]]>Make sure to add the link
element inside the head
element.