HTML structure

HTML structure

8th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Tags (Review 1)

HTML Tags (Review 1)

8th Grade

10 Qs

Tables in HTML

Tables in HTML

7th - 8th Grade

10 Qs

HTML Attributes 1

HTML Attributes 1

8th Grade

10 Qs

HTML

HTML

5th Grade - University

10 Qs

TechnoHTML Quiz 1

TechnoHTML Quiz 1

6th - 8th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

HTML

HTML

8th - 9th Grade

13 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>