Tuesday, November 22, 2011

Summary of CSS Basics Tutorials


Chapter one just talked about the three basic ways to apply style to an HTML document, Internal Stylesheet, External Stylesheet, Inline Styles. It also gives info on certain things to consider when creating them (user with disabilities, power users, browser issues). Chapter 2 discussed the syntax, which is broken down into three parts to create a style a selector, which contains in side of it a property and a value. Chapter 3 discusses classes, which are ways to override changes inside of stylesheets. You can use the same class selector again and again within an (x)html file. In Chapter 4 it explains how CSS IDs are similar to classes, but once a specific id has been declared it cannot be used again within the same (x)html file.

No comments:

Post a Comment