What does HTML stand for?
HyperText Markup Language
Name some CSS style components
selector, property, value, color, border
What is the letter used in a paragraph tag?
P
What did Ms. Harter do when she found out we were cheating in code HS
Blocked copy and paste
What does CSS stand for?
Cascading Style Sheet
What does the first line of code in a webpage say?
<!DOCTYPE html>
Name one reason why we use CSS?
CSS allows us to add style; separate the content and design of the webpage; To easily modify the look and feel of a website
What tag is used to add Table Data to a webpage?
<td>
This glitch happened on video 3.6.1. What was it?
The glitch wouldn't allow you to complete the video and the sound was very glitchy
What is a browser and name one?
A program on your computer that allows you to visit a website
Chrome/ Safari/ Firefox
How many image tags can you add to a certain webpage?
As many as you want
infinite
What is the use of % unit?
It is used for defining percentage values
What does a proper link tag look like?
<a href=
What glitch happened when we would save our work, close out, and then go back in?
All our work would be gone
What is considered the metadata of a webpage?
The title of the webpage
What is the big difference between CSS and HTML?
HTML is used to add structure and content to a webpage and CSS is used to add style and a feel to your website.
What does a correct IMG tag look like?
<img src=
What is wrong with Karol the dog?
Everything
What will happen if you overlap sets of tags?
Only the first tag will be recognized
What order does the Cascade look at factors to determine what CSS rule to follow?
Importance, Specificity, Order
What is the difference between the <br> tag and the <hr> tag?
<br> tag make a break between the lines with empty space and the <hr> tag make a horizontal line between two lines.
Daily Double? What was the most common problem when all of your code was right but you had mostly red's when you checked your code?
Spelling errors
Define algorithm
A process or set of rules to be followed