'profile' indicates the URI of one or more metadata profiles : head « Tags « HTML / CSS






'profile' indicates the URI of one or more metadata profiles

 
    
<HTML>
<head profile="http://www.java2s.com">
<Title>Example For profile</Title>

<meta name="author" content="Your name">
<meta name="copyright" content="Copyright notice">
<meta name="keywords" content="html,reference,JavaScript,css">
<meta name="date" content="1 Aug 2006 17:31:00 EST">

</head>
<BODY>
</BODY>
</HTML>  
    
      
        
  








Related examples in the same category

1.'head' creates the header section of an HTML document