DESIGNING STATIC WEB PAGES - Practice Mode

1) Which property of cells will how many rows a cell should span?
Correct Answer: Rowspan = 5
2) Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
Correct Answer: DHTML
3) What will be the output of the following HTML code?

NIMI

CHENNAI

Correct Answer: <strong>NIMI</strong> <br> CHENNAI
4) What is the output of the following html?

NIMICHENNAI formatting

Correct Answer: NIMI chennaiformatting
5) What is the output of the following html code?

NIMICHENNAI

Correct Answer: NIMI <sup>Chennai</sup>