11.) What is the function of the <head> tag in HTML?
A) It defines the main heading of the document.
B) It contains metadata about the document.
C) It defines the body content of the document.
D) It specifies the title of the web page.
12.) Which tag is used to define the largest heading in HTML?
A) <heading>
B) <h1>
C) <h6>
D) <head>
13.) What does the <br> tag define in HTML?
A) A line break
B) A paragraph
C) A heading
D) A hyperlink
14.) What is the purpose of the <meta> tag in HTML?
A) It defines the main content of the document.
B) It specifies the document’s character encoding.
C) It defines a list of metadata keywords.
D) It creates a hyperlink to another webpage.
15.) Which tag is used to create an ordered list in HTML?
A) <ol>
B) <ul>
C) <li>
D) <list>
16.) What is the purpose of the <link> tag in HTML?
A) It creates a hyperlink to another webpage.
B) It specifies the title of the web page.
C) It defines the main content of the document.
D) It links an external resource, such as a stylesheet.
17.) Which HTML tag is used to create a horizontal rule (line) in HTML?
A) <hr>
B) <line>
C) <rule>
D) <horizontal>
18.) Which HTML5 attribute is used to specify a short hint that describes the expected value of an input field?
A) placeholder
B) hint
C) description
D) valuehint
19.) Which tag is used to create an ordered list with lowercase Roman numerals in HTML?
A) <ol type=”i”>
B) <ol type=”I”>
C) <ol type=”a”>
D) <ol type=”A”>
20.) Which tag is used to create a hyperlink that opens in a new browser window or tab?
A) <a href=”#” target=”_self”>
B) <a href=”#” target=”_blank”>
C) <a href=”#” target=”_parent”>
D) <a href=”#” target=”_top”>