CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

9th Grade

12 Qs

HTML Basics Quiz

HTML Basics Quiz

9th Grade - University

11 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

7.2 Knowledge check

7.2 Knowledge check

9th Grade

10 Qs

Introduction to HTML/CSS Quiz 1: Overview and Setup

Introduction to HTML/CSS Quiz 1: Overview and Setup

6th - 12th Grade

10 Qs

HTML & CSS Skill #1

HTML & CSS Skill #1

12th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML Formatting

HTML Formatting

9th 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.