HTML Quiz Label 1

Updated on ... 10th February 2024

HTML stands for "HyperText Markup Language", it is the core language or foundational language for building webpages/websites. It defines the fundamental structure of a website, instructing the web browser to display the content of the website when users load a web page. HTML has a series of elements/tags to specify different content types like headings, paragraphs, links, and more.


Que: (1). What does the abbreviation HTML stand for?

A.
B.
C.
D.

Que: (2). How many sizes of headers are available in HTML by default?

A.
B.
C.
D.

Que: (3). What is the smallest header in HTML by default?

A.
B.
C.
D.

Que: (4). What are the types of lists available in HTML?

A.
B.
C.
D.

Que: (5). How to create an ordered list in HTML?

A.
B.
C.
D.

Que: (6). HTML files are saved by default with the extension?

A.
B.
C.
D.

Que: (7). We enclose HTML tags within?

A.
B.
C.
D.

Que: (8). Which of the following is correct about HTML?

A.
B.
C.
D.

Que: (9). How to display preformatted text in HTML?

A.
B.
C.
D.

Que: (10). What is the effect of the <b> tag?

A.
B.
C.
D.

Que: (11). Which of the following tags doesn’t require a closing tag?

A.
B.
C.
D.

Que: (12). How is document type initialized in HTML5.?

A.
B.
C.
D.

Que: (13). Which of the following characters indicate closing of a tag?

A.
B.
C.
D.

Que: (14). What is the default font-size of the h1, h2 heading tag?

A.
B.
C.
D.

Que: (15). HTML tags are surrounded by which brackets.

A.
B.
C.
D.

Que: (16). HTML document can contain ___

A.
B.
C.
D.

Que: (17). A page created using HTML is commonly referred to a ___.

A.
B.
C.
D.

Que: (18). Which attribute is used to specify the URL of the linked document in an anchor (<a>) tag?

A.
B.
C.
D.

Que: (19). What is the correct way to create a checkbox input field in HTML?

A.
B.
C.
D.

Que: (20). What is the correct HTML syntax for creating an image element?

A.
B.
C.
D.

Que: (21). Which attribute is used to specify the width of a table cell in HTML?

A.
B.
C.
D.

Leave a comment