Codepath

HTML Primer

Online resources

Key concepts to understand

  • How to create and view an HTML Document

  • How to "View Source" in a Browser

  • How HTML handles whitespace (spaces, tabs, and line returns)

  • How to use HTML tags

  • Structure of an HTML page

    • html
    • head
    • title
    • meta
    • link
    • body
  • Basic HTML tags

    • links
    • images
    • div
    • span
    • h1, h2, h3, h4
    • p
    • br
    • ul, li
  • HTML tag attributes

    • href
    • title
    • alt
    • style
Fork me on GitHub