Link your hard coded web page to a stylesheet

website creation task logo

Task 02.02

Task 02.02 is to link your initial hard-coded homepage to one of a set of external CSS stylesheets. Use a basic text editor and link the page you created for Task 2.1 to one of these CSS sheets (you can make the link either an absolute link to a sheet you do not control or a relative link to a sheet you do control).

You may wish to experiment with each of the stylesheets to see which one most suits you, or which one causes your block level elements to display in a more interesting fashion. You may also wish to add different kinds of HTML tags on your 2.1 page to see how the different stylesheets cause them to display. You may also wish to experiment with the CSS selectors and declarations on your chosen stylesheets, to see how they display after you have modified them.

Update "task02-01/index.html" page and update the entire "task02-01" folder to your public_html space by 2359 on day before the working with the layers session. This Task component is required just to compel you to try out linking to an external CSS stylesheet.

[top]