You are here: Reference > HTML > attributes > profile (head)

profile attribute (head)

Browser support:
Specifies one or more URIs for a meta-information dictionary.
The profile attribute can provide more information for the browser to understand the specified meta-information (the value of the meta's content attribute).
JavaScript page for this attribute: profile. You can find other example(s) there.

Possible values:

String that sets a space-separated list of URIs. If URLs are used, then they can be absolute or relative paths as well. Relative paths are relative to the base URL. The base URL is the location of the current document, but it can be overridden by the base tag.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the profile attribute:
<head profile="http://www.dottoro.com/metainformation">
    <meta name="author" content="Dottoro" />
    <meta name="copyright" content="&copy; 2009 Dottoro.com" />
    <meta name="keywords" content="HTML,examples,help" />
    <meta name="date" content="2009-01-06T11:20:37+00:00" />
</head>
Did you find this example helpful? yes no

Supported by tags:

External links:

User Contributed Comments

Post Content

Post Content