Web Design Quiz - CodeHS

Web Design Quiz - CodeHS

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Dynamic Data Extraction Quiz

Dynamic Data Extraction Quiz

3rd Grade - University

10 Qs

HTML & CSS

HTML & CSS

11th - 12th Grade

9 Qs

Java HTML (Quiz)

Java HTML (Quiz)

11th Grade

17 Qs

HTML Exam

HTML Exam

12th Grade

16 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

Test 3 HTML A1

Test 3 HTML A1

12th Grade - University

15 Qs

HTML và CSS

HTML và CSS

9th - 12th Grade

15 Qs

HTML Revision

HTML Revision

10th Grade

18 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?