HTML Quiz Label 1

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). How to create an ordered list in HTML?

C.
A.
B.
D.

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

A.
B.
C.
D.

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

B.
A.
C.
D.

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

B.
A.
C.
D.

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

A.
C.
B.
D.

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

C.
A.
B.
D.

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

A.
C.
B.
D.

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

A.
B.
C.
D.

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

A.
C.
B.
D.

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

C.
B.
A.
D.

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

B.
C.
A.
D.

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

C.
B.
A.
D.

Que: (13). HTML document can contain ___

C.
A.
B.
D.

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

A.
B.
C.
D.

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

B.
C.
A.
D.

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

B.
C.
A.
D.

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

C.
A.
B.
D.

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

C.
B.
A.
D.

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

A.
B.
C.
D.

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

A.
C.
B.
D.

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

A.
C.
B.
D.