Welcome to Class!! 

Welcome to Week 11. This is our last week before Spring Break. Be sure you have your week 11 log created and filled out.

  • FULL TAG LIST | remember, you can sort alphabetically or by category on the left-hand side of the page
  • FULL ATTRIBUTE LIST | the attribute list show which tags a particular attribute supports or "belongs to"

 

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