HTML Basics and Structure

HTML Basics and Structure

Assessment

Interactive Video

Computers

9th - 12th Grade

Hard

Created by

Yolanda Rivera

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is your favorite color of the colors listed?

Blue

Green

Yellow

Pink

Purple

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup Language

High-level Text Management Language

Hyperlink and Text Manipulation Language

Home Tool Markup Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the structure of web pages built in HTML?

By using programming scripts

By combining elements represented by tags

Through cascading style sheets

With database queries

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Are you enjoying the video lesson?

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the root element of any HTML page?

<!DOCTYPE html>

<html>

<div>

<-!root->

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag contains the visible content of a web page?

<display>

<head>

<body>

<!body>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an HTML end tag distinguished from its corresponding start tag?

It has a different tag name.

It includes a forward slash before the tag name.

It is enclosed in double angle brackets.

It is always written in uppercase.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of the web browser, is to use the HTML CODE to determine how to display the document.

True

False