More HTML

More HTML

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Для вебов

Для вебов

10th Grade

10 Qs

PWPB

PWPB

11th Grade

10 Qs

Pengenalan PWPB Dasar

Pengenalan PWPB Dasar

11th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

Intro to HTML

Intro to HTML

9th - 12th Grade

12 Qs

Html Quiz

Html Quiz

1st - 10th Grade

10 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

ECS HTML

ECS HTML

9th - 12th Grade

8 Qs

More HTML

More HTML

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Richard Ghiorse

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tags indicates are using an UNORDERED list?

<ul>

<list>

<ol>

<li>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct HTML for the following paragraph text:

We are learning HTML!

<p>We are learning HTML!

<p>We are learning HTML!<p>

<p>We are learning HTML</p>

<text>We are learning HTML!</text>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct HTML to make the ordered list below:

1. Item One

2. Item Two

<ul>

<li>Item One</li>

<li> Item Two</li>

</ul>

<ol>

<li>Item One</li>

<li>Item Two</li>

</ol>

<ol>Item One<ol>

<ol>Item Two<ol>

<li>Item One<li>

<li>Item Two<li>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will make a heading with following:

This is a Heading

<h1>This is a Heading</h1>

<h>This is a Heading<h>

<heading>This is a heading</heading>

<h2>This is a Heading</h2>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag starts and ends an item of a list?

<p> </p>

<ol> </ol>

<ul> </ul>

<li> </li>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags do we modify in the <head>?

<p>

<body>

<ul>

<title>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False? The <body> tag comes after the <head> tag.

True

False