Head <HEAD> ... </HEAD>

Read this tip to make your life smarter, better, faster and wiser. LifeTips is the place to go when you need to know about Tags Defined and other Html topics.

How do I use the head tag?

Head <HEAD> ... </HEAD>


Definition:

Defines information about an HTML document, including meta information, page title, links to other documents, and index information.

Attributes:

Profile="URL".

Suggested Usage:

Although many browsers will render an HTML document without one, <HEAD> ... </HEAD> is required. It's also a good idea if you want to include information for search engines or to establish a base URL.

Example:

<HEAD> This is where you would put your title tag, meta tags, and base tag. </HEAD>

   

Comments

Nobody has commented on this tip yet. Be the first.



Name:


URL: (optional)


Comment:


Not finding the advice and tips you need on this Html Tip Site? Request a Tip Now!


Guru Spotlight
Susan Sayour