HTML and CSS Flashcard

HTML and CSS Flashcard

Assessment

Flashcard

Mathematics

12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What property adds space BETWEEN the border and the content in CSS?

Back

Padding is the CSS property that adds space between the border and the content.

2.

FLASHCARD QUESTION

Front

How do you link an external CSS file to an HTML page?

Back

Use the tag in the HTML document to link an external CSS file.

3.

FLASHCARD QUESTION

Front

What does the '!important' declaration do in CSS?

Back

'!important' overrides any other conflicting CSS rules, making that rule take precedence.

4.

FLASHCARD QUESTION

Front

Which font type is generally easier to read on digital screens?

Back

Sans-serif fonts are generally easier to read on digital screens.

5.

FLASHCARD QUESTION

Front

What color scheme uses different shades of the same color?

Back

A monochromatic color scheme uses different shades of the same color.

6.

FLASHCARD QUESTION

Front

What is the purpose of the