Set 7 Practice Mode

Set Completed!

0 / 5

0%

Q1921
Permalink
Which property of cells will how many rows a cell should span?
Q1922
Permalink
Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
Q1923
Permalink
What will be the output of the following HTML code? <html> <body> <p><strong>NIMI</strong></p> <p>CHENNAI</p> </body> </html>
Q1924
Permalink
What is the output of the following html? <html> <body> <h2>NIMI<small>CHENNAI</small> formatting</h2> </body> </html>
Q1925
Permalink
What is the output of the following html code? <html> <body> <p>NIMI<sup>CHENNAI</sup></p> </body> </html>