Top 250+ Solved HTML MCQ Questions Answer
Q. To use an image as a link, just put the------tag inside the <a> tag:
a. <table>
b. <img>
c. <link>
d. href
Q. The HTML---------element defines a section that is quoted from another source.
a. <blockquote>
b. <img>
c. <link>
d. href
Q. The HTML------tag defines the title of a creative work (e.g. a book, a poem, asong, a movie, a painting, a sculpture, etc.).
a. <blockquote>
b. <cite>
c. <link>
d. href
Q. The-----element is a block element, and will always start on a new line andtake up the full width available.
a. <blockquote>
b. <bgcolor>
c. <link>
d. Div
Q. The-----element is an inline element, and will not start on a new line and onlytakes up as much width as necessary
a. <blockquote>
b. <bgcolor>
c. <span>
d. Div
Q. The HTML-----attribute is used to specify a class for an HTML element.
a. <blockquote>
b. <class>
c. <span>
d. Div
Q. The HTML------element is used to create an HTML form for user input.
a. <blockquote>
b. <form>
c. <span>
d. Div
Q. The-----tag is used to show the message to the user .
a. <text>
b. <label>
c. <checkbox>
d. <radio button>
Q. The <input type="-------"> defines a checkbox it is used to give no of option andwe have to select more then one option.
a. <text>
b. <label>
c. <checkbox>
d. <radio button>
Q. The <input type="radio"> defines a -------it is used to give no of option and wehave to select only one option.
a. <text>
b. <label>
c. <checkbox>
d. <radio button>
Q. The <input type="-----"> defines a button for submitting the form data .
a. <text>
b. <label>
c. <checkbox>
d. <submit>
Q. -------tag is used to move the text form left to right or right or left.
a. <marquee>
b. <select>
c. <checkbox>
d. <submit>