InterviewSolution
| 1. |
How To Create Tables In Html? |
|
Answer» We use <table> tag to create the table in HTML. After creating an table we use <tr> tag to create the rows.And use <td> to create data cell on each row.These cell can store IMAGES,text,TABLES,list etc. We use <table> tag to create the table in HTML. After creating an table we use <tr> tag to create the rows.And use <td> to create data cell on each row.These cell can store images,text,tables,list etc. |
|