CSS Style Sheet
Restyle your web site using CSS style sheets by doing the following:
Remove all of the
style
attributes from all of your tags in your all of your web site’s html pages.Create new text file called
stylesheet.css
in yourpublic_html
directory.In all of your html files, put a
link
tag in the head that links the html page to the stylesheet.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:
- have a header row with Title, Artists, and Album
- have a title row that spans all of the columns
- have information for at least three songs
- 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).
- have no border around the table
- have no lines separating columns of the table
- 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.