Sometimes in text you need to make a word or sentence stand out.
In this challenge you will learn how to make a word or sentence emphasised or bold by using <em>
for emphasis and
<strong>
for bold.
<p>
element below the <h2>
element and give it the content "The quick brown fox
jumps over the lazy dog"<em>
element (<em>
quick</em>
)<p>
element and give it the content "Please remember to
bring your laptop tomorrow"<strong>
elementHint: The test is case sensitive
Hint: When we say wrap a word in an <em>
element, here's an example of how it should look
<em>
quick</em>
it's the same with <strong>