+3 votes
in Class 12 by kratos

Write the HTML code to create the exact table which is given below:

| ADMNO | SNAME | NAME | DOB |
| 1110 | MANJIT | RANJIT | 4-MAR-1998 |

1 Answer

+3 votes
by kratos
 
Best answer

The HTML code is

ADMNO SNAME NAME DOB
1110 MANJIT RANJIT 4-MAR-1998
...