Web Programming 3 (HTML Tables; CSS Text Styling)


In this assignment, you will be adding content to your References page using an HTML table and styling the table using CSS. You will also be writing a draft of the Purpose section and styling the text using CSS. Remember, all aspects and requirements of your web page should be related to your project topic.

Getting Started


Changes to references.html

Make the following changes to your references.html page (see example):
  1. Add an HTML table with at least four columns for the following:

  2. Include at least three references relevant to your topic in the table.

  3. Style the table with at least 3 style attributes. Some examples would include border, width, height, padding, color, background-color, text-align, etc.

Changes to impacts.html

Make the following changes to your impacts.html page (see example):
  1. Write a draft of the Effects and Impacts section containing the prompts for questions B, C, and D (see the final project description for the prompts that you are to answer) and your answers. Each answer must be between 150 and 200 words.
  2. Use a headline of h3 for the text of each of the three prompts. Style the headline with at least two style attributes.
  3. Use paragraph tags for the text of your answers.
  4. Style the paragraph text in the Effects and Impacts section using at least 3 style attributes (this will be the style for all paragraph text on your website). Some examples would include font-family, font-size, font-weight, font-style, line-height, text-decoration, text-align, text-indent, etc.
Note that this is draft text. It must be reasonable and accurate to get credit, but you can enhance and polish your answers when you turn in the project later in the course. It is during the grading of the project, not this assignment, when the content of how you answer will be graded in detail. For this assignment you are to produce reasonable text that you can style.

Add HTML Comments

  1. Add HTML comments to all images that you got from the Internet citing where you got them from. This should be done for all pages and may include the background image on your home page, any images used in creating your logo, animation, banner, or any other images that have been added to your website.