HTML Basics
CSS basics
Tags
Code HS glitches
Vocabulary
100

What does HTML stand for?

HyperText Markup Language

100

Name some CSS style components

selector, property, value, color, border

100

What is the letter used in a paragraph tag?

P

100

What did Ms. Harter do when she found out we were cheating in code HS

Blocked copy and paste

100

What does CSS stand for?

Cascading Style Sheet

200

What does the first line of code in a webpage say?

<!DOCTYPE html>

200

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

200

What tag is used to add Table Data to a webpage?

<td>

200

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

200

What is a browser and name one?

A program on your computer that allows you to visit a website

Chrome/ Safari/ Firefox

300

How many image tags can you add to a certain webpage?

As many as you want

infinite

300

What is the use of % unit?

It is used for defining percentage values

300

What does a proper link tag look like?

<a href=

300

What glitch happened when we would save our work, close out, and then go back in?

All our work would be gone

300

What is the domain of this URL?www.dotcity.com/back.html

400

What is considered the metadata of a webpage?

The title of the webpage

400

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.

400

What does a correct IMG tag look like?

<img src=


400

What is wrong with Karol the dog?

Everything

400

What is the path of this URL?

www.Snappers.com/home.html

/home.html

500

What will happen if you overlap sets of tags?

Only the first tag will be recognized

500

What order does the Cascade look at factors to determine what CSS rule to follow?

Importance, Specificity, Order

500

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.

500

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

500

Define algorithm

A process or set of rules to be followed

M
e
n
u