HTML Basics Quiz

HTML Basics Quiz

8th Grade

76 Qs

quiz-placeholder

Similar activities

The Inevitable End-of-Year Quiz

The Inevitable End-of-Year Quiz

1st - 12th Grade

79 Qs

Grade8_5_to_10

Grade8_5_to_10

8th Grade

80 Qs

Herramientas digitales 1-Informática 4to secundaria

Herramientas digitales 1-Informática 4to secundaria

6th - 12th Grade

75 Qs

Informatica base

Informatica base

7th Grade - University

80 Qs

Year 8 End of year Assessment

Year 8 End of year Assessment

8th Grade

81 Qs

Code.org: Fundamentals of Computing Final Exam 2019 - 2020

Code.org: Fundamentals of Computing Final Exam 2019 - 2020

7th - 10th Grade

74 Qs

PR-1 REVISION

PR-1 REVISION

8th Grade

71 Qs

Year 8 KS3 ICT and Computing End of Year Test 2024-2025 KCS

Year 8 KS3 ICT and Computing End of Year Test 2024-2025 KCS

6th - 8th Grade

80 Qs

HTML Basics Quiz

HTML Basics Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Sasha Azouth

Used 6+ times

FREE Resource

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?