Welcome to Class -- CSI Field Trip

  • Most of the class is @ CSI this morning. We will not cover any new material.
  • Please take some time today (if you didn't already) to create your progress log [PLEASE SEE EXAMPLE]
  • Your Q4 progress Log should be the top Menu item and Q3 should be nested underneath.

 

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