CodeHS HTML Final Quiz Review

CodeHS HTML Final Quiz Review

7th Grade

14 Qs

quiz-placeholder

Similar activities

JavasCript

JavasCript

1st Grade - University

10 Qs

Diagnostico 2022 CSS

Diagnostico 2022 CSS

7th - 9th Grade

15 Qs

Code.org: Unit 2 Lessons 6 - 9 Test

Code.org: Unit 2 Lessons 6 - 9 Test

6th - 9th Grade

14 Qs

ข้อสอบหลังเรียนบทที่2

ข้อสอบหลังเรียนบทที่2

KG - University

15 Qs

HTML Tables and Its Elements

HTML Tables and Its Elements

6th - 8th Grade

10 Qs

html

html

6th - 8th Grade

10 Qs

HTML 5

HTML 5

6th - 9th Grade

12 Qs

HTML SEM 6

HTML SEM 6

7th Grade

10 Qs

CodeHS HTML Final Quiz Review

CodeHS HTML Final Quiz Review

Assessment

Quiz

Instructional Technology

7th Grade

Hard

Created by

Stephanie Steward

Used 87+ times

FREE Resource

14 questions

Show all answers

1.

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>

2.

MULTIPLE CHOICE QUESTION

30 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.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the domain of this URL:


www.example.com/home.html

www

home.html

example.com

HTML

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is generated from the following HTML code:


<h1>Hello</h1>

<h3>Hello</h3>

<h6>Hello</h6>

Media Image
Media Image
Media Image
Media Image

5.

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

A table on a webpage

A list on a webpage

The title of the webpage

6.

MULTIPLE CHOICE QUESTION

30 sec • 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">

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 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?