HTML Tags
HTML Tags Harder
CSS Selectors
CSS Rules
CSS Rules Harder
100

Adds a paragraph.

What is <p>?

100

Adds a line.

What is <hr>?

100

The class selector.

What is .class { }?

100

Changes color.

What is color: red;?

100

Changes border style.

What is border-style: solid hidden dashed solid;?

200

Adds a bold heading.

What is <h>?

200

Adds a comment.

What is <!-- -->?

200

The id selector.

What is #id { }

200

Changes font size.

What is font-size: 10px;?

200

Changes border radius.

What is border-radius: 10px;?

300

Breaks line.

What is <br>?

300

Links CSS and Javascript.

What is <link rel = " " href = " ">?

300
The tag selector.

What is tag { }?

300

Changes width and height.

What is width/height: 3px;.

300

Changes border color.

What is border-color: red;?

400

Adds page and file links.

What is <a href = " ">?

400

The main content tag.

What is <body>?

400

Is inside selectors.

What is rules?

400

Changes element position.

What is float: left/right;?

400

Adds background color.

What is background-color?

500

Adds an image.

What is <img href = " " alt = " ">?

500

The metadata container tag.

What is <head>?

500

Begins and ends selectors.

What is curly braces?

500

Adds a border.

What is border: 3px solid red;.

500

Adds image to background.

What is background-image?

M
e
n
u