+ 1

please anyone can explain how using tables??

11th Oct 2016, 4:34 PM
Surendar N
Surendar N - avatar
4 Answers
+ 3
Use <table> Tag To Make Table. And Use <tr> For Making Table Row & <td> For Table Data. Example ; <table> <tr> <td>Name</td> <td>Contact </td> </tr> <tr> <td>PIYUSH</td> <td>999999999</td> </tr> </table>
11th Oct 2016, 8:14 PM
PIYUSH KUMAR
+ 2
What exactly you wanna know?
11th Oct 2016, 7:04 PM
Kaziu (Mark K.)
Kaziu (Mark K.) - avatar
+ 1
tables are useful when you want a specific layout, help to order and spacing elements in the page.
21st Oct 2016, 11:52 AM
Code Xmas
0
thanks
13th Oct 2016, 4:46 PM
Jacob Baafi
Jacob Baafi - avatar