HTML QUIZ

HTML QUIZ

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Javascript Básico

Javascript Básico

9th - 12th Grade

10 Qs

HTML

HTML

11th - 12th Grade

10 Qs

CSS QUIZ NO.2

CSS QUIZ NO.2

9th - 12th Grade

10 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

HTML TAGS 2

HTML TAGS 2

10th Grade

10 Qs

PeTu G9 1Q IT Test

PeTu G9 1Q IT Test

9th Grade

10 Qs

EVALUACIÓN DIAGNÓSTICA

EVALUACIÓN DIAGNÓSTICA

11th Grade

10 Qs

Jaringan 3

Jaringan 3

11th 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".