Understanding HTML Structure

Understanding HTML Structure

University

10 Qs

quiz-placeholder

Similar activities

Modal Auxiliary & Elliptical Sentence by Group 5

Modal Auxiliary & Elliptical Sentence by Group 5

University

10 Qs

Unit 1. Revision

Unit 1. Revision

University

14 Qs

 Zamboanga Peninsula/Region IX Quiz

Zamboanga Peninsula/Region IX Quiz

University

15 Qs

Egyptian History Quiz

Egyptian History Quiz

University

12 Qs

Milestones

Milestones

University

14 Qs

3rd islamic test

3rd islamic test

3rd Grade - University

10 Qs

Fundamentals of Account Quiz 1

Fundamentals of Account Quiz 1

University

10 Qs

There was a country

There was a country

University

10 Qs

Understanding HTML Structure

Understanding HTML Structure

Assessment

Quiz

Others

University

Hard

Created by

Deepthi Surendran

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the section of an HTML document contain?

The section contains metadata, title, links to stylesheets, and scripts.

The section includes images and videos for the webpage.

The section contains the main content of the page.

The section is where the body of the document is defined.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink in HTML?

Link

A

Href

Src

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The tag is for linking external stylesheets to an HTML document.

The tag specifies the metadata of an HTML document.

The tag defines the main content of an HTML document.

The tag is used to define the title of an HTML document.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a paragraph in HTML?

A paragraph in HTML is defined using the tag.

A paragraph in HTML is defined using the

tag.

A paragraph in HTML is defined using the

tag.

A paragraph in HTML is defined using the

tag.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the declaration?

It links external CSS stylesheets to the document.

It defines the document type and version of HTML.

It specifies the character encoding of the document.

It determines the layout of the webpage.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to include CSS in an HTML document?