HTML QUIZ

HTML QUIZ

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

ادراج العلامات HTML في صفحة الويب

ادراج العلامات HTML في صفحة الويب

10th Grade

5 Qs

Web Design CSS Lesson 2

Web Design CSS Lesson 2

9th - 12th Grade

4 Qs

Avaliação de  Matemática II - responsividade com mobile-first

Avaliação de Matemática II - responsividade com mobile-first

11th Grade

6 Qs

Pautan Teks dan Imej dalam HTML

Pautan Teks dan Imej dalam HTML

1st Grade - University

5 Qs

Tech Time

Tech Time

KG - Professional Development

5 Qs

CSS QUIZ #3

CSS QUIZ #3

9th - 12th Grade

10 Qs

Pre Test Kelas Pemograman WEB

Pre Test Kelas Pemograman WEB

1st - 12th Grade

10 Qs

Soal USP 2022 #3

Soal USP 2022 #3

12th Grade

10 Qs

HTML QUIZ

HTML QUIZ

Assessment

Quiz

Other

9th - 12th Grade

Hard

Created by

SANCHA ENAJE

Used 11+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct HTML tag to add a paragraph

<p>Hello World</p>

<h1>Hello World</p>

<h1>Hello World</h1>

<h2>Hello World</h2>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct HTML tag To make the element below into a link that goes to "https://www.w3schools.com".

<img>

<href>

<img src>

<p>

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Use the correct HTML tag to add a heading with the text "London".

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add a line break in the middle of the paragraph:

<p>

<h1>

<br>

<h2>

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Use the correct HTML attribute, and CSS, to set the color of the paragraph to "blue".