Top 350+ Solved Web Technology MCQ Questions Answer
Q. Which tag allows you to add a row in a table?
a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>
Q. What is the correct HTML for making a hyperlink?
a. <a href=”http://mcqmate.com”>ICT Trends Quiz</a>
b. <a name=”http://mcqmate.com”>ICT Trends Quiz</a>
c. <a http://mcqmate.com> ICT Trends Quiz </a>
d. <a url=”http://mcqmate.com”>ICT Trends Quiz</a>
Q. What is the correct HTML for adding a background color?
a. <body color=”yellow”>
b. <body bgcolor=”yellow”>
c. <background>yellow</background>
d. <body background=”yellow”>
Q. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
Q. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox>
Q. To create a combo box (drop down box) which tag will you use?
a. <select>
b. <list>
c. <input type=”dropdown”>
d. all of above
Q. To create HTML document you require a
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above
Q. HTML documents are saved in
a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above