Saved Bookmarks
| 1. |
Explain any three HTML tags. |
|
Answer» 1. The <p> tag is a paragraph tag. 2. The <table> tag is a table tag that creates a table in HTML. 3. The <tr> tag is a table row tag that creates a row in a table. |
|