I made a table using some website
\begin{table}[h]
\begin{tabular}{|c|c|c|c|c|}
\hline
\textbf{\begin{tabular}[c]{@{}c@{}}Mathematical \\ Term\end{tabular}} & \textbf{\begin{tabular}[c]{@{}c@{}}English \\ Expression\end{tabular}} & \textbf{\begin{tabular}[c]{@{}c@{}}Symbolic \\ Term\end{tabular}} & \multicolumn{2}{r|}{\textbf{\begin{tabular}[c]{@{}r@{}}Truth \\ \\ Table\end{tabular}}} \\ \hline
& & & \textbf{p} & \textbf{p'} \\ \cline{4-5}
Negation & Not P & p' & T & F \\ \cline{4-5}
& & & F & T \\ \hline
\end{tabular}
\end{table}
When I placed it under my \begin{enumerate} I faced this issue
I don't know how to:
1) Make the table have some padding so that the borders don't look like its squishing the table
2) Move the table to under/center it relative to 1)
Hoping someone can show me how to do these. Thanks in advance for the help.



p'here due to the fact that I needed it to be bolded. Thanks for the assistance! I am still learning TeX and this was quite helpful! – Arszilla Sep 22 '18 at 02:00p', you can get this bold using$\mathbf{p'}$. – A.Ellett Sep 22 '18 at 02:14