Suppose if I have a table as follows,
Code: Select all
\begin{table}[!b]\renewcommand{\arraystretch}{1.3}\caption{Account of My Goats}\label{tab:goat_acc_table}\centering\begin{tabular}{|c||c|}\hline\textbf{\textit{Color}} & \textbf{\textit{Number}} \\\hlineWhite & 1 \\\hlineBlack & 2 \\\hline\end{tabular}\end{table}
Regards,