+1 vote
703 views
in HTML by (98.9k points)
edited

write html code for following

image



Faculty
Arts Science Commerce
Students Boys 100 400 500
Girls 300 300 400


1 Answer

0 votes
by (98.9k points)
edited by

Code ::


<!DOCTYPE html>

<table border="1" cellspacing="10px">
<tr>
	<th rowspan="2" colspan="2" > </th>
	
	<th colspan="3"> Faculty</th>
</tr>
<tr>
	<th>Arts</th>
	<th>Science</th>
	<th>Commerce</th>
</tr>
<tr>
	<th rowspan="2"> Students</th>
	<th>Boys</th>
	<td>100</td>
	<td>400</td>
	<td>500</td>
</tr>
<tr>
	<th>Girls</th>
	
	<td> 300</td>
	<td> 300</td>
	<td> 400</td>
</tr>
</table>

Related questions

0 votes
1 answer 129 views
asked Apr 20, 2022 in Discuss by Doubtly (98.9k points)
0 votes
1 answer 112 views
asked Aug 21, 2022 in HTML by codelikepro (3.5k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...