Q1 ICT09 Lesson 4 Post-video Assessment

Q1 ICT09 Lesson 4 Post-video Assessment

9th Grade

30 Qs

quiz-placeholder

Similar activities

HTML, CSS & JS

HTML, CSS & JS

11th - 12th Grade

25 Qs

HTML

HTML

9th - 12th Grade

25 Qs

HTML & CSS

HTML & CSS

University

25 Qs

pwpb

pwpb

University

25 Qs

Web Design I.

Web Design I.

10th Grade

25 Qs

HTML Intro

HTML Intro

7th - 9th Grade

33 Qs

Html quiz

Html quiz

9th - 12th Grade

25 Qs

HTML

HTML

5th Grade - Professional Development

25 Qs

Q1 ICT09 Lesson 4 Post-video Assessment

Q1 ICT09 Lesson 4 Post-video Assessment

Assessment

Quiz

Computers

9th Grade

Medium

Created by

John Dipon

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the primary purpose of using heading tags (`<h1>` to `<h6>`)?

To make text larger and bold.

To create a structural hierarchy for the document's content.

To add comments that are not visible on the page.

To insert line breaks in the text.

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

If you want to display a section of text as a distinct block with space above and below it, which tag is most appropriate?

`<span>`


`<br>`

`<p>`

`<code>`

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is the key difference between a `<h1>` tag and a `<h6>` tag?

`<h1>`

is for text, and

is for numbers.

`<h1>` represents the most important heading, while

represents the least important.

`<h1>` is a block element, while

is an inline element.

`<h1>` can contain images, while

cannot.

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Which of the following best describes a "block element" as explained in the video?

An element that is blocked by browsers by default.

An element that always starts on a new line and occupies the full available width.

An element used for displaying code blocks.

An element that does not have a closing tag.

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

How does an HTML browser typically render the space created by a `<hr>` tag?

As a vertical line.

As an invisible separator.

As a horizontal line.

As a paragraph break.

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

When would you use a `<br>` tag?

To start a new, thematically distinct section.

To create a new paragraph.

To force content to the next line within the same block element (like a paragraph).

To make text bold.

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

You want to display a snippet of Python code on your webpage. Which tag is semantically most correct for wrapping the code?

`<p>`

`<code>`

`<i>`

`<div>`

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?