Hypertext Markup  «Prev 

Creating an HTML Page - Exercise

Objective:Create a simple Web page.

Background

This exercise tests your ability to use the HTML tags described in this module.

Instructions

This exercise is not scored. It's an opportunity for you to check your understanding of the material covered in the preceding lesson. When you are finished, click the Submit button to receive credit for having completed it.

  1. In an ASCII editor, create a HTML page using the following tags:
    •  Text Tags: <HTML>, <HEAD>, <H1>, and <P>
    •  Character Tags: <strong>
    •  Table Tags: <table>, <tr>, and <td>

    The final page should look like the following:

    HTML5 Rednering
    HTML code displayed within legacy browser
  2. When you have created the HTML page, view the image in your browser.
  3. Continue editing and viewing the file until it matches the example.

Hints

Remember that closing tags are preceded by a forward slash (/), for example </HEAD>.