fix(learn): updated instructions to be explicit (#40131)
This commit is contained in:
@ -13,7 +13,15 @@ The <code>font-size</code> property is used to specify how large the text is in
|
|||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
<section id='instructions'>
|
<section id='instructions'>
|
||||||
<ul><li>Set the <code>font-size</code> of the <code>h1</code> tag to 68px.</li><li>Set the <code>font-size</code> of the <code>h2</code> tag to 52px.</li><li>Set the <code>font-size</code> of the <code>h3</code> tag to 40px.</li><li>Set the <code>font-size</code> of the <code>h4</code> tag to 32px.</li><li>Set the <code>font-size</code> of the <code>h5</code> tag to 21px.</li><li>Set the <code>font-size</code> of the <code>h6</code> tag to 14px.</li></ul>
|
<p>In the <code>style</code> tags, set the <code>font-size</code> of the:</p>
|
||||||
|
<ul>
|
||||||
|
<li><code>h1</code> tag to 68px.</li>
|
||||||
|
<li><code>h2</code> tag to 52px.</li>
|
||||||
|
<li><code>h3</code> tag to 40px.</li>
|
||||||
|
<li><code>h4</code> tag to 32px.</li>
|
||||||
|
<li><code>h5</code> tag to 21px.</li>
|
||||||
|
<li><code>h6</code> tag to 14px.</li>
|
||||||
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Reference in New Issue
Block a user