CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Archivos Digitales

Archivos Digitales

9th Grade - University

14 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Empowerment Technologies Quiz 2

Empowerment Technologies Quiz 2

11th Grade

10 Qs

test 3.6

test 3.6

11th Grade

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

Mengoperasikan Website

Mengoperasikan Website

10th Grade

10 Qs

Examen final algoritmo

Examen final algoritmo

11th Grade

12 Qs

Електронні таблиці Exel

Електронні таблиці Exel

1st - 12th Grade

12 Qs

CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Katy Fleming

Used 22+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.