HTML
CSS
Definitions
Other
100

What does an opening paragraph tag look like?

What is <p>

100

In order to change the color of the text in CSS, a user must type in this property.

What is color

100

Contains all the main contents of your web page.

What is a body tag

100

The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

What is copyright?

200

The tag that starts a bullet point list in HTML.

What is <ul>

200

What must be at the very end of each rule in CSS?

What are semicolons

200

The CSS property that sets the horizontal size of an image.

What is the width 

200

What does HTML do?

Structures the content on a webpage

300

These tags go around each item on a list.

What are <li> </li> tags

300

This CSS property sets the font.

What is font-family

300

Defines an ordered list.

What is a <ol>

300

What does CSS do?

Styles the content on a webpage

400

The largest heading tag.

What is <h1>

400

The selector you would use to color the background of the entire page.

Hint: selector {CSS properties go inside the brackets}

What is body

400

Defines the start of an image tag.

What is <img>

400


Which CSS property can change the color of the background?

  


What is background-color

500

The smallest heading tag.

What is <h6>

500

In order to link an HTML page to a CSS page, a user must type in this entire thing.

What is <link rel="stylesheet" href="_____.css">?

500

Generates a paragraph

What is a <p> tag

500

The very first tag of the starter code in HTML 

<!DOCTYPE>

M
e
n
u