Need help in the below code, i want stuff to be middle/center aligned
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <img src="http://ksubcollege.org/images/jkhe%20(42).jpg" height="30px" width="30px" align="center" alt="" /> <p align="center ><strong><big>COMPUTER STUDIES</strong></big></p> <p align="center" > (Internal & external students) </p> <p> <b>Name of student : ................................ </b> <br/> <b>examination no : ........................ </b> <br/> <b>school : ...................... </b> </p> <p> <table> <tr> <td align="center > For Maker's Use </td> </tr> <tr> <td>Section</td> <td>maximum mark</td> <td>marks obtained</td> </tr> <tr> <td><b>A</b></td> <td>15</td> <td></td> </tr> <tr> <td><b>B</b></td> <td>20</td> <td></td> </tr> <tr> <td><b>C</td> <td>25</td> <td></td> </tr> </table> </p> <hr width="70"% /> <p align="center" ><strong>Read Instructions</strong></p> </body> </html>