What is the smallest header in
HTML by default?
a) h1
b) h3
c) h5
d) h6
Which of the following are used to add text in document?
a) body
b) paragraph
c) head
d) tags
Which of the following are examples of block-level elements in HTML?
a) <div>
b) <p>
c) <h1>
d) all of these
HTML files are saved by default with the extension?
a) .html
b) .h
c) .ht
d) none of these
How to display preformatted
text in HTML?
a) <pre></pre>
b) <para></para>
c) <p></p>
d) <paragraph></paragraph>
Which of the following tag is used for paragraph?
a) <pre></pre>
b) <para></para>
c) <p></p>
d) <paragraph></paragraph>