1)
Which one is correct HTML tag for left align the contents inside a table cell?
2)
HTTP request is between ________.
3)
Major portion of web page contributes ______________.
4)
Which of the following is not a newly added element in HTML5?
5)
Which of the following element is not removed by HTML5 ?
6)
What is the correct tag for creating a check box?
<input type="checkbox"> is the correct syntax for creating checkbox in html.
7)
Which one is correct tag for table?
8)
Which is the HTML opening tag for inserting line break?
<br> tag is opening tag for inserting line break.
9)
In HTML, which tag is used for superscript text
<sup></sup> tag is used to create a superscript text.
10)
Which HTML tag is used for subscript text?
<sub></sub> tag is used for subscript text.