Monday, April 2, 2018

Week 9B

Wednesday, March 28, 2018

Homework for Today's Class:
  • Read Chapter 1 of Above the Fold
  • Work on Vacation Page HTML
In Class:
  • Review Chapter 1
  • Go over CSS notes
    • CSS Basics
    • Box Model
    • Wrapping
  • Add CSS to Vacation Page
 CSS Notes:


  • CSS: Cascading Style Sheet, applies styles in sequential order
    • Inline: Quick-fix, sloppy, inside code brackets
    • Internal: Inside <head>, using CSS syntax, still inefficient
    • External: Most efficient, separate CSS sheet called by <href> in <head>
  • CSS Syntax: Selector and {Declarations}
  • <div> and classes: 
  • ID: a one-time use class. Don't mix this with classes!


CSS updates during class




Homework for Next Class :
  • Watch number 5 and 6 of www.dontfeartheinternet.com
  • Finish both PDF's HTML 101 and CSS 101 (part 1 and 2) and post code on blog
  • Finish adding CSS to website
  • Above the Fold Intro and Chapter 2
  • IID: display factors, grid systems, page fold, scanning vs reading

No comments:

Post a Comment