HTML CSS Reference/HTML Attributes Reference/profile

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

"profile" Example

   <source lang="html4strict">
   

<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>


     </source>
   
  


profile is applied to

   <source lang="html4strict">

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

     </source>
   
  


"profile" Syntax and Note

   <source lang="html4strict">

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>


     </source>