21)
Which of the following is not sectioning elements?
<header> is not sectioning elements.
22)
Which specifies unique for an element?
id specifies unique for an element.
23)
Which tag is used to insert images in web page?
<img> tag is used to insert images in web pages. e.g <img src="pic1.jpg" width="100">.
24)
Which tag creates a smallest heading?
<h6> tag creates a smallest heading in html.
25)
Which of the following tag creates a largest heading?
In HTML <h1> tag is used to create a largest heading.
26)
Which tag will create a drop down list?
<select> tag is used to create a dropdown list in html.
27)
Which of the following is not a pair tag?
<img> is not a pair tag in html.
28)
Which of the following is not a HTML tag?
field is not a HTML tag. There is not such field tag in HTML.
29)
The tag which is used for order list is
The tag used for an ordered list in HTML is the <ol> (ordered list) element.
30)
Which tag is used to create a bullet or unordered list?
To create a bullet or unordered list in HTML, <ul> (unordered list) tag is used along with the <li> (list item) elements.