HTML Basics Quiz

HTML Basics Quiz

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

ASESMEN SUMATIF MAPEL AIJ

ASESMEN SUMATIF MAPEL AIJ

11th Grade

10 Qs

Quiz Array

Quiz Array

10th Grade - University

10 Qs

Benar atau Salah?

Benar atau Salah?

10th Grade

10 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

2TDS - Banco de Dados - Recuperação 2

2TDS - Banco de Dados - Recuperação 2

12th Grade

10 Qs

Database

Database

11th Grade

10 Qs

Wprowadzenie do md, Colab i Python

Wprowadzenie do md, Colab i Python

9th Grade - University

12 Qs

Kuis tentang Python

Kuis tentang Python

11th Grade

10 Qs

HTML Basics Quiz

HTML Basics Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Practice Problem

Easy

Created by

Andrew Powell

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

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line correctly starts an HTML document?

A. <DOCTYPE html>

B. <!DOCTYP html>

C. <!DOCTYPE html>

D. <HTMLDOCTYPE>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to centre text using inline CSS?

A. <h1 text-align="center">Heading</h1>

B. <h1 >Heading</h1>

C. <h1 align="center">Heading</h1>

D. <h1 >Heading</h1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with this line of code?

<title>New Zealand<title>

A. The title tag is not closed properly

B. There should be no capital letters

C. Title must be inside the body tag

D. It needs quotation marks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which image tag is written correctly?

A. <img src=newzealand.jpg width=700>

B. <img src="newzealand.jpg" width="700px">

C. <image source="newzealand.jpg" width="700px">

D. <img link="newzealand.jpg" width=700>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which link is written correctly?

A. <a link="australia.html">Click here</a>

B. <a href="australia.html">Click here</a>

C. <link="australia.html">Click here</link>

D. <a="australia.html">Click here</a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to close a paragraph tag?

A. <p/>

B. </p>

C. <p end>

D. <para>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the DOCTYPE declaration important?

A. It adds colour to the webpage

B. It tells the browser what version of HTML to expect

C. It contains the website’s title

D. It defines the main content area