Web Design Quiz - CodeHS

Web Design Quiz - CodeHS

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

HTML Booh

HTML Booh

7th - 10th Grade

10 Qs

KUIS

KUIS

10th Grade

10 Qs

css-quiz

css-quiz

9th - 12th Grade

11 Qs

مراجعة عامة لامتحان المنتصف لمقرر تقن 105

مراجعة عامة لامتحان المنتصف لمقرر تقن 105

10th Grade

15 Qs

HTML - CSS

HTML - CSS

9th - 12th Grade

10 Qs

تقن

تقن

10th Grade

8 Qs

Quiz/Review in Prog 1 | Module 7&8

Quiz/Review in Prog 1 | Module 7&8

10th - 11th Grade

15 Qs

Wstęp do pisania stron w html/css

Wstęp do pisania stron w html/css

11th Grade

11 Qs

Web Design Quiz - CodeHS

Web Design Quiz - CodeHS

Assessment

Quiz

Education

9th - 12th Grade

Hard

Created by

Justin Rosin

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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>

2.

MULTIPLE CHOICE QUESTION

1 min • 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.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the domain of this URL:

www

home.html

example.com

HTML

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is generated from the following HTML code:

<h1>Hello</h1>

<h3>Hello</h3>

Hello

Hello

Hello

Hello

Hello

Hello

None of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following classifies as metadata about a webpage?

The tags that make up the body of the webpage

A table on a webpage

A list on a webpage

The title of the webpage

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An image is hosted at

https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg

Which of the following is the proper HTML code to display this image on your webpage?

<a href="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg">Image</a>

<img>https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg</img>

<img src="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg">

src="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg"></img>

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid CSS rule?

h1 {

color: blue;

}

<h1> {

color: blue;

}

h1 {

color="blue";

}

h1 {

color=blue;

}

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?