INQ177CJ
Computational Aspects of E‑commerce

Activity 2

CSS Introduction

CSS Style Sheet

Restyle your web site using CSS style sheets by doing the following:

  1. Remove all of the style attributes from all of your tags in your all of your web site’s html pages.

  2. Create new text file called stylesheet.css in your public_html directory.

  3. In all of your html files, put a link tag in the head that links the html page to the stylesheet.

  4. Fill the stylesheet with CSS code that will style your web page so that it looks good again.

Table

Create a new html file that contains a table with your favorite songs. The table should:

  1. have a header row with Title, Artists, and Album
  2. have a title row that spans all of the columns
  3. have information for at least three songs
  4. have a fourth column that is unlabeled with the album art (the table data for this coulumn should be images that are resized to be small).
  5. have no border around the table
  6. have no lines separating columns of the table
  7. have single lines separating the rows of the table

Add a link to this page on your home page in the activities list.

Submission

Please show your completed web page and source code to the instructor.