Search Header Logo

HTML Basics Quiz

Authored by Sasha Azouth

Computers

8th Grade

Used 6+ times

HTML Basics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

76 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the declaration in an HTML document?

It links to external JavaScript files.

It creates a comment in the HTML code.

It defines the document type and version of HTML.

It displays the webpage content.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the tag in an HTML document contain?

The visible content of the webpage.

The closing tags of the HTML document.

Metadata, links, and the title of the webpage.

Commands for browser operations.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the

It embeds a video file into the webpage.

It alerts users that the browser does not support JavaScript.

It links to CSS files.

It specifies a script to run if JavaScript is enabled.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to open a new webpage in a new browser window?