I write a simple table code in LaTeX, but it is aligned in the centre of my page. I want to align the whole table in left position. How is this possible?
\begin{table}[h] \begin{tabular}{| l |p{1in}|p{1in}| l | l |} \hline {\bf Examination} & {\bf School/college} & {\bf Board/University} &{\bf Year of passing }& $\%$ \\ \hline B.Tech& A &B & 2014 & \\ \hline Plus Two & Science & B & & \\ \hline SSLC & SSLC & B & & \ \\ \hline \end{tabular} \end{table}