HTML 5 <head> Tag
Example
A simple HTML document, with a title:
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html> |
Try it yourself »
|
Definition and Usage
The head element is a container for all the head elements. Elements inside
<head> can include scripts, instruct the browser where to find style sheets,
provide meta information, and more.
The following tags can be added to the head section: <base>, <link>, <meta>,
<script>, <style>, and <title>.
Differences Between HTML 4.01 and HTML 5
The profile attribute is not supported in HTML 5
Tips and Notes
Always specify a title for the document!
Standard Attributes
| class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title |
For a full description, go to Standard Attributes in HTML 5.

Whether you're new to XML or already an advanced user, the user-friendly views and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to meet your XML and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- 32-bit and 64-bit versions
- And much more!
Download a free trial today!
|
|
|
|