[Tex/LaTex] Change the size of a particular piece of text

fontsize

I want to increase the size of a particular text. Suppose I want to write the following:

"I am a hungry cat
I want to drink the rains
I am not thirsty"

I want the middle line to be written in big and I want the 1st and 3rd line to write very small. How can I do that?

Best Answer

You can influence the font size as following:

{\tiny Text of first line}
{\Large Text of second line}
{\tiny Text of third line}
Related Question