A3 – Structured Text

The goal of this assignment is practice structuring text in a web page.


For this assignment you must follow all of the rules specified below. Failure to follow any of the rules will result in a grade of zero for the assignment.

1. Add a file named structured_text.html to …/public_html/courses/csci230/.  Edit the file so that your web page is identical to this page.

2. You are permitted to use only the following elements, in the quantities specified:

  • blockquote (1)
  • body (1)
  • cite (1)
  • br (1)
  • dl (2)
  • dt (3)
  • dd (3)
  • h2 (1)
  • h3 (2)
  • head (1)
  • html (1)
  • li (6)
  • meta (1)
  • p (2)
  • title (1)
  • ul (1)

3. In addition, you are not allowed to use any special character elements or CSS styling.

© 2020 – 2021, Eric. All rights reserved.