HTML
Harder HTML
CSS
Harder CSS
Code For Life
100

whats the biggest heading?

h1 tag

100

whats the attribute for an image?

(what makes you choose your image?)

src/source

100

What CSS property changes text color?

color

100

What symbol is used to select an ID in CSS?

A hashtag: #

100

whats the name of your instructor

Mr. Kevin
200

what does HTML stand for?

Hyper Text Markup Language
200

What attribute tells a link where to go?

href

200

What CSS property changes the background color?

background-color

200

What CSS property creates space inside an element?

padding

200

Who is the founder of Code For Life

Chris Troy

300

whats the tag or a link?

a tage

300

What tag creates an ordered, numbered list?

<ol>

300

What CSS property changes the size of text?

font-size

300

What CSS property creates space outside an element?

margin

300

Whats the other class next door?

Python and/or Adv Python

400

whats the tag or an image?

img tag

400

What two tags are used to create a table row and a table cell?

<tr> and <td>

400

What symbol is used to select a class in CSS?

A period: .

400

What CSS declaration turns an element into a Flexbox container?

display: flex;

400

whats the next language after HTML and CSS?
(hint: think of the car)

JavaScript(JS)

500

whats the order of tags for a table heading?

table tag, table row, table heading

500

What tag is invisable on the website but divides the tags?

Div tag

500

What CSS property centers text?(uses justify content)

Justify-content: Center;

500

What Flexbox property puts items to the right?

Flex-end

500

Whats the URL of the Code for Life website