Understanding HTML Structure

Understanding HTML Structure

9th Grade

7 Qs

quiz-placeholder

Similar activities

HTML Tags

HTML Tags

9th Grade

10 Qs

HTML5 TAGS

HTML5 TAGS

7th - 10th Grade

10 Qs

KOD ARAHAN HTML 2

KOD ARAHAN HTML 2

1st Grade - University

10 Qs

HTML Intro

HTML Intro

9th - 12th Grade

10 Qs

CodeHS 8.1 Introduction to HTML

CodeHS 8.1 Introduction to HTML

9th - 12th Grade

10 Qs

HTML

HTML

6th Grade - University

10 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

HTML QUIZ

HTML QUIZ

8th - 9th Grade

10 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