How did you put a heading 1 ?
<h1>
How you close a heading 3 ?
</h3>
<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
<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
<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
How you put an ordered list?
<ol>
How you put a paragraph tag?
<p>
How you close a paragraph tag?
</p>
<strong> </strong>
What means this?
It means that the letter is made bold
<li> </li>
What means this?
Tags to define the list item inside <ol> and <ul> lists.
<p>Welcome to my recipe site!<p>
Is this correct?
No
<br>
What means this?
Inline tags to put text on different lines.
<h6>Recipe Key<h6>
Is this correct?
No, look at the closing
How you close a strong tag
</strong>
<h4>Recipe of the Week</h4>
Is this correct?
Yes