Saturday, January 7, 2017

Summary in HTML Format

What I was supposed to do What I got done
Objective #1 Summary #1
Objective #2 Summary #2
<table border="1px" style="width: 100%;">
  <tbody>
<tr>
    <th width="50%">What I was supposed to do</th>
    <th width="50%">What I got done</th>

  </tr>
<tr>
    <td>Objective #1</td>
    <td>Summary #1</td>
 
  </tr>
<tr>
    <td>Objective #2</td>
    <td>Summary #2</td>

  </tr>
</tbody></table>

No comments:

Post a Comment