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






'base' Example

    
<html>
   <head>
   <title>base element example</title>
      <base href="http://www.java2s.com/" target="_blank">
   </head>
   <body>
       <p>
         <a href="index.htm">Click here</a> to go to the page.
       </p>
   </body>
</html>
           
      
      








Related examples in the same category

1.'base' Syntax and Note
2.'base' HTML Attributes
3.'base' Event Handlers
4.'base' CSS Attributes and JavaScript Style Properties
5.'base' Microsoft Behaviors
6.'base' JavaScript Properties
7.'base' JavaScript Methods
8.'base' JavaScript Collections