CSS and HTML Final Question Set

CSS and HTML Final Question Set

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What symbols go around the properties for each CSS selector?

Back

{ }

2.

FLASHCARD QUESTION

Front

Select the rule set to make all the text in your paragraphs blue AND centered.

Back

p {
text-align: center;
color: blue;
}

3.

FLASHCARD QUESTION

Front

What is the difference between HTML and CSS?

Back

HTML gives a webpage structure. CSS provides styling.

4.

FLASHCARD QUESTION

Front

A language that controls the way content on a website appears

Back

CSS

5.

FLASHCARD QUESTION

Front

What does CSS control?

Back

Style

Answer explanation

CSS controls the style of a webpage, including the layout, colors, fonts, and other visual aspects. It is responsible for making a webpage visually appealing and user-friendly.

6.

FLASHCARD QUESTION

Front

Which is the correct CSS syntax? Options: body {color: yellow;}, body:color=yellow;, {body:color= yellow;}, {body;color: yellow;}.

Back

body {color: yellow;}

7.

FLASHCARD QUESTION

Front

Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?

Back

Product

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?