Search Header Logo

HTML Intro

Authored by Alexander Baucom

Computers

6th Grade

50 Questions

Used 138+ times

HTML Intro
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does HTML stand for?

Hyperlink Text Machine Learning

Hypertext Markup Language

Hardware Markup Learning

Hardwire Machine Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What are HTML tags?

The special set of characters that indicates the start and end of an HTML element and that element’s type.

A piece of a website, marked by a start tag and often closed with an end tag.

The raw text, images, and other elements included in a web page.

None of these.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is an example of an HTML tag?

//html//

>html<

index.html

<html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the first tag you use when creating an html document?

<!DOCTYPE html>

<p>

<body>

<head>

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a correct closing tag?

/body

<body/>

body</>

</body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following has a correct website structure?

<!DOCTYPE html>

<html>


<head>

</head>


<body>

</body>


</html>

<!DOCTYPE html>

</html>


<head>

</head>


</body>

</body>

</html>


<head>

</head>


<body>

</body>


</html>

<!DOCTYPE html>

<!DOCTYPE html>

</html>

<body>

<head>

</head>


</html>

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Between which tags are the majority of the website content placed?

<head> and </head>

<body> and </body>

<!DOCTYPE html> and </!DOCTYPE html>

<web> and </web>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers