Welcome to Class -- Please start at the tables.  Where do you go to find Last Quarter’s (Q3’s) Lesson Plans?  Did everyone make a new page For Q4?  Do you have all the weeks created?  We are at the home stretch! Please keep in mind your final grade will be your final portfolio. Q3 Grades were progress grades.  What is the most commonly used CSS used in the web dev industry? Why?

  • demo on CSS | EXAMPLE CODE FROM IN CLASS (I will link after we create the code in class)
  • start at the computers - please quick read about CSS | TAKE A LOOK
  • independent work time

 

References from our Code DEMO CSS can be added to HTML documents in 3 ways: 

      • Inline - by using the style attribute inside HTML elements - TRY IT
      • Internal - by using a <style> element in the <head> section - TRY IT
      • External - by using a <link> element to link to an external CSS file - TRY IT

 

EXTRA FUN FACT!