HTML Basics Quiz

HTML Basics Quiz

8th Grade

76 Qs

quiz-placeholder

Similar activities

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

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

7th - 10th Grade

74 Qs

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

Informatica base

Informatica base

7th Grade - University

80 Qs

DIT Unit 4 Study Guide

DIT Unit 4 Study Guide

6th Grade - University

76 Qs

Google Certified Educator (Level 1)

Google Certified Educator (Level 1)

KG - University

73 Qs

IGCSE ICT THEORY PART PRACTICE

IGCSE ICT THEORY PART PRACTICE

7th - 10th Grade

81 Qs

Year 8 End of year Assessment

Year 8 End of year Assessment

8th Grade

81 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?