Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
117k views
in Computer by (58.3k points)

Observe the following table and write the HTML code to generate it:

1 Answer

+1 vote
by (66.1k points)
selected by
 
Best answer

<html> <head> <title> Table </title> </head> 

<body> 

<table border=”1”> 

<tr> <th align=”center” ROWSPAN="2"> SERIALNO</th> <td 

ROWSPAN="2"> CLASS</th> <th COLSPAN="3">NUMBER OF STUDENTS 

</th> </tr> <tr> <td> ENGLISH </td> <td> HINDI </td> 

<td>REGIONAL</td></tr> 

<tr align="center"> <td align=center"> 1 </td> <td align=”center”> X

 A </td> <td>35</td><td>10</td><td>6</td></tr> <tr align="center"> 

<td align=center"> 2 </td> <td align=”center”> X 

B </td> <td>31</td><td>15</td><td>4</td></tr> 

</table> </body> </html>

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...