Welcome to Class -- Please start at the Computers today

  • independent work time on lesson 4.5 or 4.0
  • remember to both duplicate lesson 4 and fork the code to modify

 

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!