Web Design with HTML: CSS Styling

Web Design with HTML: CSS Styling

6th - 10th Grade

17 Qs

quiz-placeholder

Similar activities

Structuring Websites

Structuring Websites

7th Grade

16 Qs

Recapitulare Web Design

Recapitulare Web Design

9th - 12th Grade

15 Qs

HTML (Basics)

HTML (Basics)

8th Grade

18 Qs

HTML

HTML

9th Grade

15 Qs

Web Design CSS Slides

Web Design CSS Slides

6th - 10th Grade

17 Qs

Codehs Web Design

Codehs Web Design

9th - 12th Grade

20 Qs

HTML Tables

HTML Tables

9th - 12th Grade

20 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

Web Design with HTML: CSS Styling

Web Design with HTML: CSS Styling

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

Ina Kirsten

Used 25+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?

<blue> <h1>Hello</h1> </blue>

<h1 background-color="blue">Hello</h1>Windows

<h1 style="blue">Hello</h1>Twitter

<h1 style="background-color:blue;">Hello</h1>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid color in HTML?

“blue”

“rgb(255, 0, 0)”

“#00FF00”The list on a webpage

All of the aboveThe title of the webpage

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All of the colors you see on a computer screen are the result of a mixture of the same three colors. What are those colors?

red, yellow, blue

green, orange, purple

red, green, blue

red, green, yellow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the proper format for an HTML tag?

>h1<Content Affected by Tag >/h1<

<h1>Content Affected by Tag<h1>

<h1 Content Affected by Tag />

<h1>Content Affected by Tag</h1>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following best describes the difference between the domain and path of a URL?

The domain specifies where the browser’s request should be sent.

The path specifies exactly what file is being requested.

The domain specifies what kind of file is being requested.

The path specifies the name of the file being requested.

The domain specifies the name of the file being requested.

The path specifies what kind of file is being requested.

The domain specifies exactly what file is being requested.

The path specifies where the browser’s request should be sent.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following classifies as metadata about a webpage?

The tags that make up the body of the webpage

The title of the webpage

A list on a webpage

A table on a webpage

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?