Help Files and Tutorials for Computer Users
Advanced CSS Assignment

This practice assignment will involve creating two files - the web page file, (.html) and the corresponding css stylesheet file, ( .css).



Create the Stylesheet:

Create a new file using TextEdit or other plain text capable program. Name it lastname_initial_style.css.

Copy the code below exactly as shown.


Create the Web Page:

Create a new file using TextEdit or other plain text capable program. Name it lastname_initial_web.html.

Copy the code from the left exactly as shown.

Replace "style3.css" (in the red box), with the filename from the stylesheet you created, (lastname_initial_style.css).


Open your lastname_initial_web.html file in a web browser. It should look like the image below:




Home (More Tutorials)

Back to CSS Stylesheets Page