HTML Basics
HARD REFRESH TO ACTUALLY SEE CHANGES CUZ CACHE
All tags just have default CSS styling and expectations for usage, could only use divs and then style them
p should only contain paragraphs of text and will warn if div inside
div divides common and basic
span is default inline for word level styling
span is inline so margin wont work
div and p are block
Element Type
Block start a new line by default and stack up like blocks
Inline elements occur in the flow of text
Special Characters
\ => non-breaking space \< => less-than <
\> => greater-than > \© copyright symbol © \® => reg symbol ®
Last updated