HTML TABLE EXAMPLE
HTML TABLE EXAMPLE
OUTPUT:
Link for code: Click Here
Alternative Link: Click Here
- To create table in html <table></table> is used.
- Row is defined with <tr></tr>
- <td></td> is use for define cells.
- <th></th> is use for header.
OUTPUT:
Link for code: Click Here
Alternative Link: Click Here
0 Comments