CSS Review

CSS Review

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What are the ways text can be aligned? Options: center, left, right, middle, top, bottom, top margin auto, middle, left, right

Back

center, left, right

2.

FLASHCARD QUESTION

Front

What is the fourth step of viewing a web page as described in the video?

Back

Rendering the Page: Your browser takes the resource and renders it in the browser window

3.

FLASHCARD QUESTION

Front

What is the third step of viewing a web page as described in the video?

Back

The server sends a response to the browser with the resource attached.

4.

FLASHCARD QUESTION

Front

What is the second step of viewing a web page as described in the video?

Back

The Request: The browser sends a message to a server requesting a resource

5.

FLASHCARD QUESTION

Front

What is the first step of viewing a web page as described in the video?

Back

You type the URL for the web page into your browser.

6.

FLASHCARD QUESTION

Front

What does URL stand for?

Back

Uniform Resource Locator

7.

FLASHCARD QUESTION

Front

Which of the following CSS rules will select the HTML element with the id logo and set the font size for that element to 60 pixels? Options: .logo { font-size: 60px; }, logo { font-size: 60px; }, #logo { font-size: 60px; }, id="logo" { font-size: 60px; }

Back

#logo { font-size: 60px; }

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?