Write a HTML code using TABLE tag and create following structure:




<html>
  <head>
<title>example</title>
  </head>
  <body>


<table border="1">
  <tr>
<th>A</th>
<th colspan="2">B</th>
<th>C</th>
  </tr>
   

<tr>
<th>D</th>
<th>E</th>
<th>F</th>
<th>G</th>
  </tr>
  

<tr>
<th rowspan="2">H</th>
<th rowspan="2" colspan="2">I</th>
<th>J</th>
  </tr>
 

 <tr>
<th>K</th>
  </tr>
</table>
  </body>
</html>

इस question को समझने के लिए हमारे youtube channel - www.youtube.com/newideasyt पर visit करे ।

Your question;:-
Html related O level most important questions 
Html Table creation 
Table html code for o level Exam january 2020