<!DOCTYPE html> <html> <head> <style> small { font-size: smaller; } </style> </head> <body> <p>A small element is displayed like this:</p> <small>Some smaller text</small> <p>Change the default CSS settings to see the effect.</p> </body> </html>