CSS
Broilerplate
HTML
Color
Random
100

In this example, what does blue represent? h1 {color: blue;}

value

100

What is the 4th piece of the broilerplate?

<title>

100

How many headings are there?

6

100

What color does this notation create? (255, 0, 0)

Red

100

What are the four categories of target audience?

demographics, geographics, psychographics, behavior

200

In this example of CSS syntax, what does .snowman represent? .snowman {text-align: center;}

selector

200

Where does all of your CONTENT go in the broilerplate?

<body>

200

This tag bumps your code down to the next line.

<br>

Line Break

200

What color does this notation create? (0, 0, 0)

Black

200

Give me an example of jargon.

Talking about additive color system around other designers.

300

What are the three types of CSS?

Inline, Internal, External

300

Where does the <title> go in your broilerplate?

<head>

300

This tag acts as the container for all of your table elements.

<table>

300

What color does this notation create? (255, 255, 255)

White

300

What are the five principles of logo development.

Simple, memorable, versatile, timeless, appropriate

400

Which type of CSS overrides the other two?

Inline

400

What is the first piece of your broilerplate?

<!DOCTYPE hmtl>

400

What is the current version of HTML?

HTML5

400

How many colors should be in a color palette?

3 to 5

400

If HTML is the structure of the site, CSS is what?

The looks

500

What is wrong with this class name? .picture 2

It has a space

500

What is the second piece of your broilerplate?

<html>

500

What is the smallest heading?

<h6>

500

Give an example of strong contrast.

Black text on white background

500

Should you rehaul an established logo? Why or why not?

No because it costs money and you lose established brand recognition

M
e
n
u