Web Design/Pen and Paper HTML activities

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

Spot the Error

With each of the following snippets of HTML, see if you can spot the error:

  <p>A paragraph of text that is <strong>really important</strong>
</p>
  <p>A paragraph of text that is <emphasis>really important</emphasis></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 - version of the Tuesday, August 18, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.