WorksheetsIDE-MCQ-HTML
Total questions: 25
Worksheet time: 25mins
1. HTML stands for __________
a) HyperText Markup Language
b) HyperText Machine Language
c) HyperText Marking Language
d) HighText Marking Language
2. Which HTML tag is used for making character appearance bold?
a) <u>content</u>
b) <b>content</b>
c) <br>content</br>
d) <i>content</i>
3. Which character is used to represent closed tag in HTML?
a) #
b) !
c) /
d) \
4. Among the following, which is the HTML paragraph tag?
a) <p>
b) <pre>
c) <hr>
d) <a>
5. Which of the following HTML tag is used to create an unordered list?
a) <ol>
b) <ul>
c) <li>
d) <ll>
6. Which of the following HTML tag is used to add a row in a table?
a) <th>
b) <td>
c) <tr>
d) <tt>
7. Which tag is used to create a numbered list in HTML?
a) <ol>
b) <ul>
c) <li>
d) <ll>
8. Which of the following extension is used to save an HTML file?
a) .hl
b) .h
c) .htl
d) .html
9. Which tag is used to create a blank line in HTML?
a) <b>
b) <br>
c) <em>
d) <a>
10. Which HTML tag is used to convert the plain text into italic format?
a) <b>
b) <p>
c) <i>
d) <a>
11. Which tag is used to underline the text in HTML?
a) <p>
b) <u>
c) <i>
d) <ul>
12. How to create a button in HTML Form?
a) <input type=”text”>
b) <input type=”textarea”>
c) <input type=”checkbox”>
d) <input type=”button”>
13. How to create text in HTML Form?
a) <input type=”text”>
b) <input type=”textarea”>
c) <input type=”checkbox”>
d) <input type=”button”>
14. How to create a password in HTML Form?
a) <input type=”text”>
b) <input type=”pwd”>
c) <input type=”checkbox”>
d) <input type=”button”>
15. How to create a checkbox in HTML Form?
a) <input type=”text”>
b) <input type=”textarea”>
c) <input type=”checkbox”>
d) <input type=”button”>
16. The HTML <a> tag defines a ______
a) hyperlink
b) paragraph
c) text
d) button
17.The HTML <sub> tag defines a ________
a) Subscript text
b) Superscript text
c) Underlined text
d) Bold text
18.The HTML <sup> tag defines a ________
a) Subscript text
b) Superscript text
c) Underlined text
d) Bold text
19. Each table is defined by a _______
a) <table></table> tag
b) <td></td> tag
c) <tr></tr> tag
d) <th></th> tag
20. A table header cells use the _____
a) <tr> tag
b) <td> tag
c) <th> tag
d) <ta> tag
21. The HTML _____ element is used to create an HTML for user input.
a) <form>
b) <table>
c) <list>
d) <a>
22. The HTML element that displays a submit button
a) <input type="submit">
b) <input type="text">
c) <input type="radio">
d) <input type="button">
23. The HTML element that displays a clickable button
a) <input type="submit">
b) <input type="text">
c) <input type="radio">
d) <input type="button">
24. The HTML element that displays a button (for selecting one of many choices)
a) <input type="submit">
b) <input type="text">
c) <input type="radio">
d) <input type="button">
25. The HTML element that displays a box (for selecting zero or more of many choices)
a) <input type="submit">
b) <input type="text">
c) <input type="radio">
d) <input type="checkbox">
