Here is the MCQs guide for the topic of HTML. you will find various types of questions along with there answers in this
Q. | Which tag allows you to add a row in a table? A.
< td > and < /td > B.
< cr > and < /cr > C.
< tr > and < / tr > D.
< th > and < / th> Show Answer |
Q. | What should be the first tag in any HTML document? A.
< html > B.
< head > C.
< body > D.
< document > Show Answer |
Q. | Which tag inserts a line horizontally on your web page? A.
< hr > B.
< line > C.
< tr > D.
< td > Show Answer |
Q. | Tags and test that are not directly displayed on the page are
written in _____ section. A.
< html > B.
< head > C.
< title > D.
< body > Show Answer |
Q. | A webpage displays a picture. What tag was used to display
that picture? A.
picture B.
image C.
img D.
src Show Answer |
Q. | < b > tag makes the enclosed text bold. What is other tag to make
text bold? A.
< strong > B.
< dar > C.
< black > D.
< body > Show Answer |