Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 303 Bytes

markdown.md

File metadata and controls

24 lines (20 loc) · 303 Bytes

HTML Notes:

HTML = Structure

Head

You have the head so the body can function. contains:

  • meta info
  • SEO
  • link to cs
  • script(javascript).
  • title

Body

Contains header, main, footer

What tags do we use?

  • header
  • main
  • footer
  • article
  • p
  • a

Do not use the following: br and hr