HTML structure

HTML structure

8th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

HTML coding

HTML coding

6th - 8th Grade

14 Qs

Year 7 HTML

Year 7 HTML

7th - 9th Grade

11 Qs

HTML and HTML Structure

HTML and HTML Structure

5th - 8th Grade

12 Qs

Understanding HTML

Understanding HTML

8th Grade

10 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML structure

HTML structure

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Youtube Videos

Used 11+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML correct structure

<html>

</html>

<head>

</head>

<title>

</title>

<body>

</body>

<html>

<head>

<title></title>

</head>

<body>


</body>

</html>

</html>

</head>

</title><title>

<head>

</body>


<body>

<html>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup Language

Hyper Transfer Media Language

Hyper Transfer Making Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML uses

Tabs

Tags

Punctuation

Quotations

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Body tags are used to

Used only for the paragraph

Not used in HTML

Used for only the header

Element that wraps everything that is visible on the page.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

New heading tags can use

Letters (ie: ha; hb)

Numbers (i.e: h1; h2)

You can't do this

Quotations (ie: h'; h")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

</body>

Body tag

Paragraph tag

Closing body tag

Header tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<Body>

Body tag

Header tag

Closing body tag

Paragraph tag

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<HTML>

Gives you structure and text

Not needed when creating HTML sites

Goes after the <h1>

Goes after the <body>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

</html>

Found after </h1>

Found after </style>

Found at bottom of written code

Found after </body>