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 display preformatted text in HTML?
C.
A.
B.
D.
Que: (2). How is document type initialized in HTML5.?
B.
A.
C.
D.
Que: (3). What is the default font-size of the h1, h2 heading tag?
B.
A.
C.
D.
Que: (4). Which attribute is used to specify the width of a table cell in HTML?
A.
B.
C.
D.
Que: (5). Which of the following is correct about HTML?
A.
B.
C.
D.
Que: (6). What is the correct HTML syntax for creating an image element?
A.
B.
C.
D.
Que: (7). How many sizes of headers are available in HTML by default?
B.
C.
A.
D.
Que: (8). We enclose HTML tags within?
A.
B.
C.
D.
Que: (9). Which of the following characters indicate closing of a tag?
C.
B.
A.
D.
Que: (10). HTML files are saved by default with the extension?
C.
A.
B.
D.
Que: (11). What are the types of lists available in HTML?
C.
B.
A.
D.
Que: (12). What does the abbreviation HTML stand for?
C.
B.
A.
D.
Que: (13). What is the effect of the <b> tag?
B.
C.
A.
D.
Que: (14). How to create an ordered list in HTML?
B.
A.
C.
D.
Que: (15). What is the smallest header in HTML by default?
A.
C.
B.
D.
Que: (16). A page created using HTML is commonly referred to a ___.
C.
A.
B.
D.
Que: (17). Which of the following tags doesn’t require a closing tag?
A.
C.
B.
D.
Que: (18). Which attribute is used to specify the URL of the linked document in an anchor (<a>) tag?
A.
C.
B.
D.
Que: (19). HTML document can contain ___
C.
B.
A.
D.
Que: (20). HTML tags are surrounded by which brackets.
B.
A.
C.
D.
Que: (21). What is the correct way to create a checkbox input field in HTML?
A.
C.
B.
D.