HTML Quiz

HTML Quiz

University

15 Qs

quiz-placeholder

Similar activities

KL3271 - Kuis #8: Manajemen dan Estimasi Biaya

KL3271 - Kuis #8: Manajemen dan Estimasi Biaya

University

20 Qs

Quiz on Machine Learning

Quiz on Machine Learning

University

20 Qs

Basic C Programming

Basic C Programming

University

16 Qs

Final Test

Final Test

University

20 Qs

Desarrollo Aplicacion Movil I

Desarrollo Aplicacion Movil I

University

20 Qs

Quiz "Session2"

Quiz "Session2"

University

15 Qs

The oops moment/3

The oops moment/3

University

10 Qs

web programming basics

web programming basics

University

20 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Engineering

University

Hard

Created by

Vaidavi Naik

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about HTML?

A markup language

A programming language

A language designed for styling pages

A language designed to implement logic in a page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add an header in HTML table?

<header>

<theader>

<th>

<h1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the <p> tag is correct?

A <p> tag requires a closing </para>

A <p> tag automatically inserts a <br> after every sentence

Multiple spaces are preserved as written

Multiple spaces are reduced to a single space

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags is used to add a line break in HTML?

</br>

<break>

<br>

</break>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way of creating a hyperlink in HTML?

<a>www.geeksforgeeks.org <GeeksforGeeks /a>

<a href="www.geeksforgeeks.org" GeeksforGeeks /a>

<a href="www.geeksforgeeks.org"> GeeksforGeeks </a>

<a link="www.geeksforgeeks.org" GeeksforGeeks> </a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is true about HTML attributes?

Written inside closing tags

Written in pairs <attribute></attribute>

Written inside opening tags

Can exist without values

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute specifies the image source in <img> tag?

src

alt

link

path

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?