What does HTML stand for?
HyperText Markup Language
What does CSS stand for?
Cascading Style Sheets
What tag is used for an image
<img>
What CSS property changes the font used for an element?
font-family
Name a Classroom Expectation about the chairs
No rolling around the room in chairs
What tag is used to create a paragraph?
<p>
What symbol is used to create a class in CSS?
A period (.)
What attribute is used to identify the source of an image in the image tag?
src=
What tag is used to create a clickable link?
<a>
Name a Classroom Expectation about moving around the room.
Raise your hand to ask if you can leave your seat.
What attribute is required in an <img> tag to specify where the file is coming from?
src
Which property changes the text color?
What does this tag do? <UL>
It creates an unordered list with bullet points.
To change the background color of a page the CSS selector should be ____ and it is related to the ___ tag?
p {
}
<p>
What is cross talking, and is it permitted?
Talking to a classmate who is more than 2 seats away from you, or across the room. No
What tag is used to create the largest heading?
<h1>
What CSS property sets the background color?
background-color
Which tag represents list items?
<li>
What does CSS stand for?
Cascading Style Sheet
How many bathroom passes are you allowed if the teacher grants bathroom privileges' during that class period?
5
What HTML element contains all the visible content of a webpage?
<body>
Where should the link to a CSS page be located in an HTML document
Between the <Head> </Head> tags.
What tag is used to insert a space or break between text?
<br>
What CSS property can be used to change the color of text on a web page.
color
What is calling out?
Blurting out something during instruction.
Answering a question without raising your hand.
Arguing with a classmate about something during work or instructional time.