'basefont' Example : basefont « HTML Tag Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Tag Reference » basefont 
'basefont' Example

    
<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>
           
      
      
Related examples in the same category
1.'basefont' Syntax and Note
2.'basefont' HTML Attributes
3.'basefont' Event Handlers
4.'basefont' CSS Attributes and JavaScript Style Properties
5.'basefont' Microsoft Behaviors
6.'basefont' JavaScript Properties
7.'basefont' JavaScript Methods
8.'basefont' JavaScript Collections
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.