Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
 Discussion Forums
 HTML, XML, JavaScript...
 Software Reviews
 Editors,Others...
 Top100
 JavaScript Tutorials, ...
 Tutorials
 ASP, CSS, Databases...
 Discussion List
 FAQ, Roundup, Configure ...
 Authoring
 HTML, JavaScript, CSS...
 Design
 Layout, Navigation,...
 Graphics
 Tools, Colors, Images...
 Software
 Browsers, Editors, XML...
 Internet
 Domains, E-Commerce, ...
 WDVL Resources
  Intermdiate, Tutorials,...
 WDVL
 Discussion Lists, Top 100,...
 Technology Jobs


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Top 10 Articles
  1. Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
  2. JavaScript Tutorial for Programmers
  3. Design
  4. JavaScript Tutorial for Programmers - Objects
  5. JavaScript Tutorial for Programmers - JavaScript Grammar
  6. JavaScript Tutorial for Programmers - Versions of JavaScript
  7. Cascading Style Sheets
  8. JavaScript Tutorial for Programmers - Embedding JavaScript
  9. JavaScript Tutorial for Programmers - Functions
  10. Authoring JavaScript
Domain Name Lookup
Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)

The Head Element

The HEAD element contains information about the current document, such as its title, keywords that may be useful to search engines, and other data that is not considered document content. Elements within the HEAD are generally not displayed.

A typical HEAD might look like this:-

<HTML>
<HEAD>	<TITLE>The WDVL: The Head Element</TITLE>

	<META	NAME	= "Copyright"
		CONTENT	= "1997 CyberWeb SoftWare">

	<META	NAME	= "Keywords"
		CONTENT	= "HEAD element, metadata,
		title, meta tag, link tag, base tag"

	<LINK	rel	=  STYLESHEET
		href	= "http://Stars.com/WDVL.css"
		Type	= "text/css"	>
</HEAD>
TITLE defines the document title, and is always needed.
The title will not appear on the document as on printed documents. It will usually appear in a window bar identifying the contents of the window.

ISINDEX for simple keyword searches, see PROMPT attribute.
Usually placed in the HEAD by the server or a server script/program to indicate a simple search facility. Not usually placed in an HTML file, but generated by program. It's a kind of degenerate form.

LINK used to define relationships with other documents.
<LINK rev="RELATIONSHIP" rel="RELATIONSHIP" href="URL"> The rel attribute specifies the relationship between the HTML file and the URL. The rev attribute (for "reverse") specifies the relationship between the URL and the HTML file.

META used to supply meta info as name/value pairs.
Embeds document meta-information not defined by other HTML elements. Could be very useful for automatic indexing.

BASE defines base URL for resolving relative URLs.
A record of the original URL of the document: this allows you to move the document to a new directory (or even a new site) and have relative URLs access the appropriate place with respect to the original URL.

STYLE allows document-specific styles to be described.
The STYLE element provides a means for including rendering information using a specified style notation. Information in the STYLE element overrides client defaults and that of linked style sheets. It allows authors to specify overrides, while for the most part using a generic style sheet, and as such improves the effectiveness of caching schemes for linked style sheets.

W3C: HEAD Element



Up to => Home / Authoring / HTML




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers