How to create "Double Border Table " Using HTML.! Two columns
Below is the HTML table code--->>>>
Below is the HTML table code--->>>>
<TABLE BORDER=2> <TR> <TH>COLUMN1</TH> <TH>COLUMN2</TH> </TR> <TR> <TD>Anil Singh</TD> <TD>1493</TD> </TR> <TR> <TD>Rahul Singh</TD> <TD>3829</TD> </TR> <TR> <TD>Vimlesh singh</TD> <TD>8372</TD> </TR> <TR> <TD>Pankaj Mishra</TD> <TD>4827</TD> </TR> </TABLE>
Here is Table preview ---->>>>
COLUMN1 | COLUMN2 |
---|---|
Anil Singh | 1493 |
Rahul Singh | 3829 |
Vimlesh singh | 8372 |
Pankaj Mishra | 4827 |
* Now you have done
0 Responses So Far: