Tuesday, 23 October 2012

Web Programming

WEEK 5
This week we started on CSS, Cascading Style Sheets.
CSS is used to style everything on the page, from text to images.
Your CSS should be in a separate CSS folder, then you link the CSS through a link in the HEAD of the document. This greatly reduces the amount of CSS required and makes simple changes..simple.
<link rel="stylesheet" type="text/css" href="../css/style.css" />

No comments:

Post a Comment