The data that display in the browser window is typed inside.
a) body
b) head
c) html
d) title
Which tag is used for line break?
a) <br>
b) <b>
c) <hr>
d) none of these
How many heading tags are there in html?
a) three
b) four
c) five
d) six
Which tag is used for underline?
a) <u></u>
b) <ul></ul>
c) <ol></ol>
d) <line></line>
Which tag is used to change the font of text?
a) <font>
b) <text>
c) <size>
d) none of these
Which of the following is used for creating unordered list?
a) <ol>
b) <ul>
c) <li>
d) <a>