Set font size to 90% for paragraph : font size : Text HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text » font size »

 

Set font size to 90% for paragraph


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

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text
» font size