HTML Head
Examples
The title of a document
The title information inside a head element is not displayed in the browser
window.
One target for all links
This example demonstrates how to use the base tag to let all the links on a page
open in a new window.
The Head Element
The head element contains general information, also called meta-information, about
a document. Meta means "information about".
You can say that meta-data means information about data, or meta-information means information about information.
Information Inside the Head Element
The elements inside the head element should not be displayed by a browser.
According to
the HTML standard, only a few tags are legal inside the head
section. These are: <base>, <link>, <meta>, <title>, <style>,
and <script>.
Look at the following illegal construct:
<head>
<p>This is some text</p>
</head>
|
In this case the browser has two options:
- Display the text because it is inside a paragraph element
- Hide the text because it is inside a head element
If you put an HTML element like <h1> or <p> inside a head element
like this, most browsers will display it, even if it is illegal.
Should browsers forgive you for errors like this? We don't think so. Others
do.
Head Tags
| Tag |
Description |
| <head> |
Defines information about the document |
| <title> |
Defines the document title |
| <base> |
Defines a base URL for all the links on a page |
| <link> |
Defines a resource reference |
| <meta> |
Defines meta information |
| Tag |
Description |
| <!DOCTYPE> |
Defines the document type. This tag goes before the <html> start tag. |
 |
 |
 |
 |
|
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |
 |
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |
 |
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Utilize the extensive out-of-the box features or customize your site through Ektron CMS400.NET's open architecture |
 |
Promote collaboration in your organization through project workspaces where others can efficiently find information and work together |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
|
|
 |
TAKE THE VIDEO TOUR |
 |
or download a FREE TRIAL today. |
|