Meanings
Bug-fixing
Tags
100

What does <p> stand for?

Paragraph

100

Where is the bug?

<h1>Rana's Recipe Resource</h1>

<h2>All Recipes<h2>

No closing tag on h2.

100

What's the <h1> tag for?

To enter in a heading/title.

200

What does "HTML" stand for?

Hyper-Text Markup Language

200

Where is the bug?

<p>Spring officially starts <strong>March 20th</stong>.</p>

The second "strong" is mis-spelled.

200

What's the <img> tag for?

To insert an image

300

What does <br> stand for?

Break

300

Surprise question! Name one self-closing tag.

<br> or <img>.

300

What's the <br> tag for?

To break the paragraph

400

What does <ul> stand for?

Unordered list.

400

Where is the bug?

<img src="img/sleeping-cat" alt="Cat sleeping in the sun">

No domain suffix (.com, .jpg) in the image link.

400

What's the <li> tag for?

To enter in a list item

500

What does <em> stand for?

Emphasis

500

Where is the bug?

<a href="https://skillcrush.com/" target="blank">Skillcrush</a> An example

No underscore before the "blank"

500

What's the <a> tag for?

To enter in a website link