HTML
Acronym
CSS
Elements of Design
Misc.
100
HTML version we use in class
What is HTML 5
100
HTML stands for
What is hypertext markup language
100
The code used to display hyperlinks without an underline
What is a text-decoration:none;
100
Name the four principles of design
What is contrast, repetition, alignment, and proximity
100
The section of code that contains all of the content on a web page
What is the body
200
br stands for
What is line break
200
CSS stands for
What is Cascading Style Sheets
200
Style sheets belong in what section of code
What is the head
200
An example of this design principle is large type with small type, or thin line with a thick line.
What is contrast
200
The section of code that contains how all the content on a web page will look or behave
What is the head
300
HTML tag for the largest heading
What is h1
300
URL stands for
What is Uniform Resource Locator
300
Shorthand order for setting the margin
What is clockwise. Starting with noon.
300
An example of this design principle is grouping related things together (ie, putting site links into one column)
What is proximity
300
The best format to use for color photographs on the web
What is jpg
400
th and td stand for
What is table header and table data
400
www
What is the world wide web
400
This code makes a background appear once, without repeating
What is background-repeat:no-repeat
400
An example of this design principle is using the same bullet point on an entire website.
What is repetition
400
The value placed in the _____ attribute informs the browser how many columns to combine into a single data cell
What is colspan
500
The first line of code for your webpage
What is !DOCTYPE html
500
HTTP
What is HyperText Transfer Protocol
500
3 ways to use CSS
What is inline, internal, or external
500
Name the four types of alignment
What is flush left (left aligned), flush right (right aligned), centered, and justified (block)
500
Refers to placing elements inside other elements
What is Nesting
M
e
n
u