write a programme using HTML with following specifications attached above....
pls send me the program....
Attachments:
Answers
Answered by
1
Answer:
<HTML>
<BODY>
<TABLE>
<TR>
<TH COLSPAN="2">NO. OF STUDENTS</TH>
<TH>BOYS </TH>
<TH>GIRLS </TH>
</TR>
<TR>
<TD COLSPAN="2">100 </TD>
<TD>50 </TD>
<TD>50 </TD>
</TR>
</BODY>
</HTML>
Similar questions