wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IDE-MCQ-HTML

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

1. HTML stands for __________

a)

a) HyperText Markup Language

b)

b) HyperText Machine Language

c)

c) HyperText Marking Language

d)

d) HighText Marking Language

2.

2. Which HTML tag is used for making character appearance bold?

a)

a) <u>content</u>

b)

b) <b>content</b>

c)

c) <br>content</br>

d)

d) <i>content</i>

3.

3. Which character is used to represent closed tag in HTML?

a)

a) #

b)

b) !

c)

c) /

d)

d) \

4.

4. Among the following, which is the HTML paragraph tag?

a)

a) <p>

b)

b) <pre>

c)

c) <hr>

d)

d) <a>

5.

5. Which of the following HTML tag is used to create an unordered list?

a)

a) <ol>

b)

b) <ul>

c)

c) <li>

d)

d) <ll>

6.

6. Which of the following HTML tag is used to add a row in a table?

a)

a) <th>

b)

b) <td>

c)

c) <tr>

d)

d) <tt>

7.

7. Which tag is used to create a numbered list in HTML?

a)

a) <ol>

b)

b) <ul>

c)

c) <li>

d)

d) <ll>

8.

8. Which of the following extension is used to save an HTML file?

a)

a) .hl

b)

b) .h

c)

c) .htl

d)

d) .html

9.

9. Which tag is used to create a blank line in HTML?

a)

a) <b>

b)

b) <br>

c)

c) <em>

d)

d) <a>

10.

10. Which HTML tag is used to convert the plain text into italic format?

a)

a) <b>

b)

b) <p>

c)

c) <i>

d)

d) <a>

11.

11. Which tag is used to underline the text in HTML?

a)

a) <p>

b)

b) <u>

c)

c) <i>

d)

d) <ul>

12.

12. How to create a button in HTML Form?

a)

a) <input type=”text”>

b)

b) <input type=”textarea”>

c)

c) <input type=”checkbox”>

d)

d) <input type=”button”>

13.

13. How to create text in HTML Form?

a)

a) <input type=”text”>

b)

b) <input type=”textarea”>

c)

c) <input type=”checkbox”>

d)

d) <input type=”button”>

14.

14. How to create a password in HTML Form?

a)

a) <input type=”text”>

b)

b) <input type=”pwd”>

c)

c) <input type=”checkbox”>

d)

d) <input type=”button”>

15.

15. How to create a checkbox in HTML Form?

a)

a) <input type=”text”>

b)

b) <input type=”textarea”>

c)

c) <input type=”checkbox”>

d)

d) <input type=”button”>

16.

16. The HTML <a> tag defines a ______

a)

a) hyperlink

b)

b) paragraph

c)

c) text

d)

d) button

17.

17.The HTML <sub> tag defines a ________

a)

a) Subscript text

b)

b) Superscript text

c)

c) Underlined text

d)

d) Bold text

18.

18.The HTML <sup> tag defines a ________

a)

a) Subscript text

b)

b) Superscript text

c)

c) Underlined text

d)

d) Bold text

19.

19. Each table is defined by a _______

a)

a) <table></table> tag

b)

b) <td></td> tag

c)

c) <tr></tr> tag

d)

d) <th></th> tag

20.

20. A table header cells use the _____

a)

a) <tr> tag

b)

b) <td> tag

c)

c) <th> tag

d)

d) <ta> tag

21.

21. The HTML _____ element is used to create an HTML for user input.

a)

a) <form>

b)

b) <table>

c)

c) <list>

d)

d) <a>

22.

22. The HTML element that displays a submit button

a)

a) <input type="submit">

b)

b) <input type="text">

c)

c) <input type="radio">

d)

d) <input type="button">

23.

23. The HTML element that displays a clickable button

a)

a) <input type="submit">

b)

b) <input type="text">

c)

c) <input type="radio">

d)

d) <input type="button">

24.

24. The HTML element that displays a button (for selecting one of many choices)

a)

a) <input type="submit">

b)

b) <input type="text">

c)

c) <input type="radio">

d)

d) <input type="button">

25.

25. The HTML element that displays a box (for selecting zero or more of many choices)

a)

a) <input type="submit">

b)

b) <input type="text">

c)

c) <input type="radio">

d)

d) <input type="checkbox">