HTML <td> element
HTML | PHP | Javascript |
---|---|---|
HTML Form Tag | PHP Form Validation | JS Form Submit |
HTML Code of above table:
<table border=2> <tr><th>HTML</th><th>PHP</th><th>Javascript</th></tr> <tr><td> <a href="form.php">HTML Form Tag</a><td> <a href="../php/formvalidation.php">PHP Form Validation</a><td> <a href="../js/submitform.php">JS Form Submit</a> </tr> </table>
Specific attributes of <td> tag:
Attribute | Description |
headers | header id associated with |
colspan | columns to span over |
rowspan | rows to span over |