Average marks on 1st Semester CSMS Modules
COMP516COMP517 COMP518COMP519
2015-1666.066.3 73.071.9
2016-1766.575.9 70.975.9
2017-1866.269.6 70.966.4
2018-1979.273.3 66.766.4
   
<table border="">
  <thead>
   <tr><th>Column 1</th><th>Column 2</th><th>Column 3</th></tr> 
  </thead>
  <tbody>
   <tr><td>one</td><td>two</td><td>three</td></tr> 
   <tr><td rowspan="2">four</td><td colspan="2">five</td></tr>
   <tr><td>six (2)</td><td>seven (3)</td></tr>
  </tbody>
</table>
   
  
Column 1Column 2Column 3
one (1)two (2)three (3)
four (1)five (2+3)
six (2)seven (3)