ITI MCQ
Home
DESIGNING STATIC WEB PAGES - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
Practice Mode
1) Which symbols starts with html comments?
"<!"
"</"
"<#"
"<\"
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: "<!"
Question Details
1) Which symbols starts with html comments?
"<!"
"</"
"<#"
"<\"
2) Which is used to publish the webpage to a web hosting server?
Http
PHP
Kompozer
Blogger
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Kompozer
Question Details
2) Which is used to publish the webpage to a web hosting server?
Http
PHP
Kompozer
Blogger
3) Which attribute is used with
tag to merge two cells horizontally?
Colspan = 2
Rowspan = 2
Mergerows
mergecols
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Colspan = 2
Question Details
3) Which attribute is used with <td> tag to merge two cells horizontally?
Colspan = 2
Rowspan = 2
Mergerows
mergecols
4) Which tag creates a checkbox for a form in html?
<check box>
<input check box>
<input = check box>
<input type = "check box">
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: <input type = "check box">
Question Details
4) Which tag creates a checkbox for a form in html?
<check box>
<input check box>
<input = check box>
<input type = "check box">
5) Which html tag is used to add a row in a table?
<tr> and </tr>
<cr> and </cr>
<th> and </th>
<td> and </td>
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: <tr> and </tr>
Question Details
5) Which html tag is used to add a row in a table?
<tr> and </tr>
<cr> and </cr>
<th> and </th>
<td> and </td>
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz