Set font size to 90% for paragraph
<html> <head> <title>Set font size to 90% for <P></title> <style type="text/css"> p { font-size: 90%; } </style> </head> <body> <h1>Title of Page</h1> <p>This is a sample paragraph with a <a href="http://www.java2s.com">link</a>.</p> </body> </html>