Understanding HTML Structure

Understanding HTML Structure

9th Grade

7 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

9th Grade

12 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

HTML QUIZ

HTML QUIZ

8th - 9th Grade

10 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

Understanding HTML Structure

Understanding HTML Structure

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Alisya Nabilah

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To define the structure of the HTML document.

To link external CSS stylesheets.

To provide meta-information about the HTML document.

To specify the main content of the webpage.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a main heading in HTML?

<h1>This is main heading<h1>

<h1>This is main heading</h1>

<h>This is main heading</h>

</h1>This is main heading<h3>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to add a paragraph in HTML?

</p><p>

<p><p>

<p></p>

</p><p>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you insert an image into an HTML page?

by adding tag <img></img>

by adding tag <img src="">

by adding tag <img src=""></img>

by adding tag <image src="">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are semantic elements in HTML?

Elements that only style content without meaning

Tags that are used exclusively for multimedia

HTML elements that are deprecated and no longer used

Semantic elements in HTML are tags that convey meaning about the content they enclose, improving accessibility and SEO.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to use headings in HTML?

Using headings is optional and not necessary.

Headings have no impact on SEO.

Headings are only for styling purposes.

Using headings in HTML is important for content structure, accessibility, and SEO.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What attributes can be used with the img tag?

src, alt, width, height, title, loading

href

style

onclick