Web Design/Pen and Paper HTML activities
Web Design → Pen and Paper HTML activities
|
Spot the Error
editWith each of the following snippets of HTML, see if you can spot the error:
<p> A paragraph of text that <strong> is really important </strong></p>
<p> A paragraph of text that is <em> really important </em></p>
<p>A paragraph of text with a list:</p> <ul> <li>Point 1</li> <li>Point 2</li> </ul>