You probably know how to emphasise text by making it italicised or bold. But did you know there were other possibilities to emphasise text in Latex? Standard method to emphasise text:
\emph{}: italics
Complete list of possibilities provided by Latex:
\textit{} % italics
\textbf{} % bold
\texttt{} % typewriter style
\textsf{} % sans-serif
\textsc{} % all capital letters
Examples: