'basefont' sets a default font face, size, and style for an entire web page : basefont : Meta Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Meta Tags » basefont »

 

'basefont' sets a default font face, size, and style for an entire web page



    
<html>
   <head>
      <title>basefont element example</title>
      <basefont face="Times, serif" size=5>
   </head>
   <body>
      <p>Set by base font.
         <font face="Courier, serif" size=color="blue"
         new Font.
         </font>
      </p>   
   </body>
</html>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Meta Tags
» basefont