CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Review For Lesson 3

HTML Review For Lesson 3

10th Grade

10 Qs

CSD Unit 2 Quiz 1-Lessons 1-9

CSD Unit 2 Quiz 1-Lessons 1-9

9th - 12th Grade

10 Qs

For final demo

For final demo

10th Grade

10 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

HTML - Basic : Grade 7

HTML - Basic : Grade 7

7th - 9th Grade

10 Qs

Web Hosting and Inline Frame short quiz

Web Hosting and Inline Frame short quiz

12th Grade

6 Qs

Gmetrix Session 1:  Into to Pro using HTML and CSS

Gmetrix Session 1: Into to Pro using HTML and CSS

7th - 12th Grade

10 Qs

CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Katy Fleming

Used 22+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 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

5 mins • 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

5 mins • 1 pt

What is the domain of this URL: www.example.com/home.html

www

home.html

www.example.com

HTML

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is generated from the HTML code:

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

5 mins • 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

5 mins • 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

5 mins • 1 pt

Media Image

What is the result of the HTML code:

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Suppose you are making a music streaming website and you want to make a page that displays a user’s music library.

Which of the following is the proper HTML code to create the table:

Media Image
Media Image
Media Image
Media Image

9.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Suppose you have written a web page using HTML and it is hosted at the URL

yourdomain.com/home.html

Which of the following statements is true about which devices can view your website?

Only browsers on desktop computers can view your website because only desktop browsers can render HTML based web pages.

Only browsers on mobile phones can view your website because only mobile browsers can render HTML based web pages.

Only computers made after the day you publish your website can view your website. Older computers can’t understand HTML.

Any browser on any device will be able to view your webpage, because all browsers and devices on the Internet agree to use the same protocols for sending, receiving, and viewing webpages.