HTML Basics Quiz

HTML Basics Quiz

8th Grade

76 Qs

quiz-placeholder

Similar activities

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

ICT Spreadsheet Essentials Review Part 1

ICT Spreadsheet Essentials Review Part 1

6th - 8th Grade

79 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

8 ICT MidTerm 2024-25

8 ICT MidTerm 2024-25

8th Grade

80 Qs

Internet and its Technologies

Internet and its Technologies

8th Grade

77 Qs

ict quiz les go

ict quiz les go

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?