< Web Design 
  
        
      | 
 Web Design → Pen and Paper HTML activities 
  | 
Spot the Error
With 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>
    This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.

