DESIGNING STATIC WEB PAGES - Practice Mode

1) Which symbols starts with html comments?
Correct Answer: "<!"
2) Which is used to publish the webpage to a web hosting server?
Correct Answer: Kompozer
3) Which attribute is used with tag to merge two cells horizontally?
Correct Answer: Colspan = 2
4) Which tag creates a checkbox for a form in html?
Correct Answer: &lt;input type = "check box"&gt;
5) Which html tag is used to add a row in a table?
Correct Answer: &lt;tr&gt; and &lt;/tr&gt;