Computer Science, asked by kartikayagrawal, 10 months ago

the best answer I will give brainiest and I will follow his /her but I want the coding
the wrong answer I will be reported​

Attachments:

Answers

Answered by srajfaroquee
2

Answer:

HTML codes:

<html>

   <body>

       <table border="1px" >

           <tr bgcolor="yellow">

               <th rowspan="2" >SERIAL NO.</th>

               <th rowspan="2" >CLASS</th>

               <th colspan="3" >NUMBER OF STUDENTS</th>

           </tr>

           <tr>

               <th>ENGLISH</th>

               <th>HINDI</th>

               <th>COMPUTER</th>

           </tr>

           <tr align="center">  

               <td>1 </td>

               <td>XA</td>

               <td>35</td>

               <td>78</td>

               <td>90</td>

           </tr>

           <tr align="center">  

               <td>2</td>

               <td>XB</td>

               <td>67</td>

               <td>90</td>

               <td>87</td>

           </tr>

       </table>

   </body>

</html>

**** Please mark this ans as Brainliest answer!

Similar questions