Easy
Meh
Medium
Hard
Mega Hard
100

How did you put a heading 1 ?

<h1>

100

How you close a heading 3 ?

</h3>

100

<ol>

<li>Preheat ovento 350 degrees.</li>

<li>In a large bowl, mix dry ingredients.</li>

<li>With a wooden spoon, slowly mix in the milk.</li>

</ol>

What is this?

An ordered list

100

<ol>

<li>Preheat ovento 350 degrees.</li>

<li>In a large bowl, mix dry ingredients.</li>

<li>With a wooden spoon, slowly mix in the milk.</li>

</ol>

Is this correct?

Yes

100

<ul>

<li>2 cups all-purpose flour</li>

<li>1 cup milk</li>

<li>1 tsp baking powder</li>

</ul>

What is this?

Unordered list

200

How you put an ordered list?

<ol>

200

How you put a paragraph tag?

<p>

200

How you close a paragraph tag?

</p>

200

<strong> </strong>

What means this?

It means that the letter is made bold

200

<li> </li>

What means this?

Tags to define the list item inside <ol> and <ul> lists.

300

<p>Welcome to my recipe site!<p>

Is this correct?

No

300

<br>

What means this?

Inline tags to put text on different lines.

300

<h6>Recipe Key<h6>

Is this correct?

No, look at the closing

300

How you close a strong tag

</strong>

300

<h4>Recipe of the Week</h4>

Is this correct?

Yes