Learn the syntax of HTML
Create 6 headings using the six different heading tags
Create paragraphs using p tags and break a paragraph using the break tag
Create a line using a horizontal rule tag
Inside the p elements use bold tags, italics tag, underline tag, etc
Create an ordered and an unordered list
Add 3 images to your webpage and use alt attributes
Create a button
Use Devtools to inspect the webpage
<div id="challenge">
<h3 class="challenge"><u>Challenge</u></h3>
<p>
Create a single webpage as shown in this <a href="images/energizingcolanut.mp4" target="_blank">link</a>
</p>
</div>
</div>