This note is from 10 months ago. You're viewing content from a previous lesson.
At the start of every class, please:
We are going to learn about HTML today -
Every HTML page starts with:
Headings:
Paragraphs:
for blocks of text.
Links: Link
Images: 
Lists:
Ordered:
Item
Unordered:
Item
= small container for inline content.
Example:
Some text
Extra information inside tags.
Example:
Class = reusable styling group.
ID = unique identifier.
Example:
Collecting user input.
Tags go inside each other (parent/child).
Always indent for clarity.
This is inside a div