Set font family for body : body : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » body »

 

Set font family for body


 
<html>
 <head>
  <title>Set font family for body</title>
  <style type="text/css">
  body {
   font-family: verdana, arial, sans-serif;
  }
  </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 Basic Tags
» body