HTML -SHS2025

HTML -SHS2025

12th Grade

25 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan Teknologi Informasi

Uji Pengetahuan Teknologi Informasi

12th Grade - University

20 Qs

مراجعة الوحدة 1+3

مراجعة الوحدة 1+3

9th - 12th Grade

20 Qs

SMK ALFALAHUS SA'ADAH

SMK ALFALAHUS SA'ADAH

12th Grade

20 Qs

ULANGAN BAB 3 & 4 KELAS 7

ULANGAN BAB 3 & 4 KELAS 7

7th Grade - University

20 Qs

Kuis Ms Word 1

Kuis Ms Word 1

7th Grade - University

20 Qs

Sitem Komputer 7

Sitem Komputer 7

12th Grade

20 Qs

Microsoft Word

Microsoft Word

9th - 12th Grade

20 Qs

quizizz P. Web

quizizz P. Web

11th Grade - University

20 Qs

HTML -SHS2025

HTML -SHS2025

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Danny Casimero

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first logical step you should take to start writing an HMTL document in your development environment? Select the best answer.

Create a file with the .html extension.

Write the <html> tag and define the html version used in your document

set up a server and load a .css file to it.

Declare the document's character encoding.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which section of an HTML document typically contains metadata like keywords and descriptions?

<head>

<body>

<footer>

<header>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to define the document's character encoding?

<meta>

<charset>

<doctype>

<html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is considered block-level elements in HTML5?

<div>

<span>

<img>

<br>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML code correctly creates a nested list with ordered and unordered lists?

<ol>
<li> Item One <ul>
<li> Subitem A </li>
</ul>
</li>
<li> Item Two </li>
</ol>

<ol> <li>Item One
<li> Subitem A </li>
</li>
<li> Item Two</li>
</ol>

<ul> <li> Item One <ol>
<li> Subitem 1 </li> </ol>
</li><li> Item Twi </li>
</ul>

<ul> <li> Item One </li>
<ul><li> SubItem A </li>
</ul><li> Item Two </li>
</ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the srcset attribute in this <img> tag?

to define multiple image sources for different viewport widths.

to set multiple sources for the same image to load faster.

to specify different images to be displayed on hover.

to provide a fallback image if the original fails to load.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following correctly applies a red color to the text of a paragraph using inline styling?

<p style = "color: red;"> this text is red. </p>

<p style = "text-color:red;"> this text is red. </p>

<p color="red"> this text is red. </p>

<p font="red"> this text is red. </p>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?