HTML Element: <head>
[this page | pdf | back links]
The HTML <head> element provides information
about the document. The <head>
element can contain the following sorts of elements (it is always supposed to
include a <title>
element, but HTML that does not do so may not be rejected by browsers):
-
<base>
-
<link>
-
<meta>
-
<noscript>
-
<script>
-
<style>
-
<title>
The attributes
it can take are HTML
global attributes and HTML event attributes.
It used to support the profile attribute, but this is no
longer supported in HTML 5.
To create or access such
an element in JavaScript
see here. The
corresponding HTML DOM
object supports standard
DOM properties and methods. The default style applicable to this element is
shown here.
NAVIGATION LINKS
Contents | Prev | Next | HTML Elements