HTML QUIZ

HTML QUIZ

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

HTML

HTML

7th Grade - University

10 Qs

Կայքերի ստեղծում - Դաս 4

Կայքերի ստեղծում - Դաս 4

4th Grade - University

10 Qs

Tin 12 Bài 7

Tin 12 Bài 7

12th Grade - University

10 Qs

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

Quiziz Bab IV DMI

Quiziz Bab IV DMI

12th Grade

10 Qs

Html Introduction

Html Introduction

8th - 9th Grade

10 Qs

HTML

HTML

11th - 12th Grade

10 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

HTML QUIZ

HTML QUIZ

Assessment

Quiz

Created by

SANCHA ENAJE

Other

9th - 12th Grade

11 plays

Hard

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