HTML Primer
Online resources
- HTML for Beginners - Beginner tutorial recommended by accessibility experts
- HTML Primer
- HTML Dog HTML Tutorial
- W3Schools HTML
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