When I put the code:
\documentclass{article}
\begin{document}
\begin{table}[h]
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
Air & \multicolumn{2}{|c|}{\textit{Oscilations/180s}} \\
\hline
521&521&522\\
\hline
\end{tabular}
\end{center}
\end{table}
\end{document}
I obtain this:
But I would like that the second row, second and third columns, have the same size.
Can anyone help me?
Just another doubt, how can I add a piece of Latex Code in a more estilista way?
Thanks.

