HTML Quiz 1

HTML Quiz 1

7th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Lesson 5

HTML Lesson 5

7th - 10th Grade

14 Qs

HTML QUIZ- Grade 6

HTML QUIZ- Grade 6

7th Grade

10 Qs

HTML Tags

HTML Tags

6th - 8th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML Headings Tags CSD

HTML Headings Tags CSD

6th - 8th Grade

10 Qs

HTML

HTML

KG - 9th Grade

11 Qs

HTML Quiz 1

HTML Quiz 1

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Ryan Winton

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<!DOCTYPE html>

Tells the Web Browser what language we are using.

Stores information about the webpage. (Title)

Stores the content we see on the webpage. (Images & Paragraphs)

Is like a box that all our HTML elements are stored.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html> </html>

Tells the Web Browser what language we are using.

Stores information about the webpage. (Title)

Stores the content we see on the webpage. (Images & Paragraphs)

Is like a box that all our HTML elements are stored.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<head> </head>

Tells the Web Browser what language we are using.

Stores information about the webpage. (Title)

Stores the content we see on the webpage. (Images & Paragraphs)

Is like a box that all our HTML elements are stored.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<body> </body>

Tells the Web Browser what language we are using.

Stores information about the webpage. (Title)

Stores the content we see on the webpage. (Images & Paragraphs)

Is like a box that all our HTML elements are stored.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tag(s) that are used for Paragraphs.

<p> </p>

<para> </para>

<p> <p>

<paragraph> </paragraph>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tag(s) that are used for the Largest Heading.

<h1> </h1>

<h6> </h6>

<h1> <h1>

<h1> </h6>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tag(s) that are used for the Smallest Heading.

<h1> </h1>

<h6> </h6>

<h6> <h6>

<h1> </h6>

8.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The shortened version of 'Image' we use for our tag.

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The shortened version of 'Source' that we use for our image.