DSDN112: Lynda.com Tutorial Notes

0 Comments
A few notes about the lynda.com tutorial we watched in class regarding the introduction to Cascading Style Sheets (CSS)


  • CSS gives control to the designer over formatting the html pages.
  • By applying styles to the document, there are more design options.
  • The styles can still be changed with the html page.
  • Consistency can be obtain by using CSS pages.
  • Can make large changes by applying a selector to a whole div. 
  • Can make smaller changes in the html page by using span.
  • Selectors are indicative of the area being formatted. The selector is followed by decorators which contain the properties of the formatting..foo{
    }
    applies to <h1 class=”foo”>
  • # acts as an id, so can change a specific area of the html <p id=”p1”>
  • White space is ignored in both HTML and CSS.


You may also like

No comments:

Powered by Blogger.