Tuesday, November 22, 2011

Ch 1-4

There are different types of styles for creating a website. The first stylesheet is called an internal stylesheet.IT is placing code within the html document. External stylesheets link the CSS code into html elements. For CSS syntax you are given a selector, property, and values. You can have multiple properties and values. Inheritance is when one element changes. You can combine selectors. Classes all you to change elements within the same html element. Classes start with a . Ids are more for layouts and classes text. Ids start with # key.

No comments:

Post a Comment