1.

Explain any three HTML tags.

Answer»

1. The <p> tag is a paragraph tag.
Usage:
<p> HTML paragraphs </p>

2. The <table> tag is a table tag that creates a table in HTML.
Usage:
<table> </table>

3. The <tr> tag is a table row tag that creates a row in a table.
Usage: <tr> </tr>



Discussion

No Comment Found

Related InterviewSolutions