HTML CSS Reference/HTML Attributes Reference/profile

Материал из Web эксперт
Перейти к: навигация, поиск

"profile" Example

    
<HTML>
<head profile="profiles.htm">
<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>



profile is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<head>                                                        |
+----------------+--------------------------------------------------------------+



"profile" Syntax and Note

Note:
    
This attribute indicates the URI of one or more metadata profiles, 
separated by a space. 
URI stands for Uniform Resource Identifier.
    
Syntax:
    
<head profile="value"> . . . </head>