TopWebSite.Info Home logo

Web Design Higlights
Five steps to start web site
Web site step by step
How to select web designer
Website hosting guide
Where to host my web site

Promote your web site (SEO guide)
Search engines and Internet directories submission
Google AdWords tricks
Promote in Web Forums
Web forum signature usage
Website optimization guides :
Web page speed optimization
Web page errors optimization
Books on SEO

Web design articles
Overview
Web page HTML basic
Web site links (HTML links)
Meta tags in web page head
HTML Text formatting
HTML Table formatting
Web design programms

Visit also

12 web notes

Web Review Blog



Meta tags and Head element in HTML web page

Previous: HTML Links and Anchors

HTML HEAD element



HTML page consists of two main elements HEAD and BODY.

The HEAD element contains general information about the web page. It is not shown in the web page body. The tags placed in the <head> element can control the page formatting and provide information to search engines when they visit the web page.

Most often used tags in HTML head elements are:

<title> Define page title here </title> - the text is displayed in the web browser title bar

<link> - defines resource link. This is an empty tag. It has no element. It has attributes only.

Example:

<head>

<title>Top Web Site article :: Meta tags and Head element in HTML web page</title>

<link href="path/file_name.css" rel="stylesheet" media="screen">

</head>

Other tags used in HTML head element:

<base href="URL"> - defines base URL for all links in the HTML page where it is included

<script type="text/scripting_language> scripting language commands </script> inserts scripting language commands in the web page

<meta> - defines meta information

Next: HTML META tags


12 Note Website management