HTML Quiz 1

HTML Quiz 1

7th Grade

9 Qs

quiz-placeholder

Similar activities

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

HTML Headings Tags CSD

HTML Headings Tags CSD

6th - 8th Grade

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

HTML QUIZ- Grade 6

HTML QUIZ- Grade 6

7th Grade

10 Qs

HTML Quiz Grade 7

HTML Quiz Grade 7

6th - 8th Grade

10 Qs

Code.org HTML Tags

Code.org HTML Tags

6th - 8th Grade

10 Qs

Term 6 - Quiz 3

Term 6 - Quiz 3

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