whats the biggest heading?
h1 tag
whats the attribute for an image?
(what makes you choose your image?)
src/source
What CSS property changes text color?
color
What symbol is used to select an ID in CSS?
A hashtag: #
whats the name of your instructor
what does HTML stand for?
What attribute tells a link where to go?
href
What CSS property changes the background color?
background-color
What CSS property creates space inside an element?
padding
Who is the founder of Code For Life
Chris Troy
whats the tag or a link?
a tage
What tag creates an ordered, numbered list?
<ol>
What CSS property changes the size of text?
font-size
What CSS property creates space outside an element?
margin
Whats the other class next door?
Python and/or Adv Python
whats the tag or an image?
img tag
What two tags are used to create a table row and a table cell?
<tr> and <td>
What symbol is used to select a class in CSS?
A period: .
What CSS declaration turns an element into a Flexbox container?
display: flex;
whats the next language after HTML and CSS?
(hint: think of the car)
JavaScript(JS)
whats the order of tags for a table heading?
table tag, table row, table heading
What tag is invisable on the website but divides the tags?
Div tag
What CSS property centers text?(uses justify content)
Justify-content: Center;
What Flexbox property puts items to the right?
Flex-end