- Adding fonts
- Pattern fills
- Layer Styles
- Smart Objects
- Saving images for the web: GIF vs. JPG vs. PNG
- Document Object Model (DOM)
- Semantic Markup
- Web Typography
- Box Model
- Block vs. Inline Elements
- Margin Collapse
- Layouts: Intro to Floats
- Semantic Markup
- MDN HTML Reference
- W3Schools HTML Reference
- HTML tags vs. elements
- HTML Character Entities
- Google Fonts
- Design inspiration:
- Core
DOCTYPE
(not an HTML tag)html
head
title
meta
body
- Common
img
h1
-h6
p
br
hr
a
ul
,ol
,li
(dl
,dt
,dd
,menu
,menuitem
)<!— —>
- Content Structure
section
header
footer
aside
nav
article
div
span
- Text Formatting
style
strong
(instead ofb
)em
(instead ofi
)mark
del
(instead ofstrike
)ins
sub
sup
q
blockquote
abbr
address
pre
,code