Web Design/Pen and Paper HTML activities

Web Design Pen and Paper HTML activities
This page is part of the Web Design project.

Spot the Error edit

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>