InterviewSolution
Saved Bookmarks
| 1. |
What is tag and why it is used for? |
|
Answer» In HTML, <table> tag is a block elements used to create a table. It is useful when you want to represent data using rows and COLUMNS. The BASIC elements that make up a table include <th>, <TD>, and <tr>. |
|