Make Text Smaller

Natalie♥ asks:

ok like theres like nothing on the internet that says were or how you can make you txt smaller…how do you do that

PPLLZZZZZ HELLLPP!!!1

Code:

This is normal text, and <small>this text is smaller</small>.

Looks like:

This is normal text, and this text is smaller.

Another way:

<span style="font-size:9px;">This text is 9px tall</span>, this isn't.

Looks like:

This text is 9px tall, this isn't.

To put "9px" in perspective, it's nine pixels top to bottom. Anything less than 9px looks bad, but the number can be whatever you want.