Quiz 1 – HTML and CSS basics
GDES-220 spring 2016 · American University Design
Instructor: David Ramos (ramos@american.edu)
Know the purpose and syntax for these HTML elements:
body
- headings (
H1
throughh6
) - paragraphs:
p
- lists:
ul
orol
;li
- text-level semantics (inline elements):
em
,strong
,i
, andb
- line breaks:
br
- DIVs
div
and SPANsspan
- images
img
, including alt and src attributes
Know these CSS properties:
- typography:
font-family
,font-size
,font-weight
,font-size
,line-height
,letter-spacing
- spacing:
margin
,padding
- color:
color
,background-color
- borders:
border
Also know:
- When to use different image formats (JPEG, GIF, and PNG)
- How to use classes in HTML and CSS