HTML Head Element


Head Section

The Head Element

< head >
<title> My first webpage </title>
<meta name="keywords"conent="">
<meta name="description" content="">
< /head >

Some impotent things for the head section:.

 

  1. Title
  2. The Meta Element

 

1. Title

The title of a webpage appears in your browser’s title bar when you view the page. The screenshot below shows you the title of this webpage:

code

<title> My first webpage </title>



2. The MetaElement

The Meat Element is usually used to give the search engines some basic information about your HTML document.



Most Important Meta Tags

There are many meta tags in HTML, but two tags are most important

 

  1. Keyword Meta Tag
  2. Description Meta Tag

 

1. Key word Meta Tag

This important Meta Tag is used to tell the search engines about important keywords inside your document- like this:

Code

<meta name="keywords" content="keyword1, keyword2, ...">



2.Description Meat Tag

This important Meta Tag is used for a short description about the document- like this:

Code

<meta name="description" content="This webpage is about bla bla bla ...">



Titles And Descriptions Of WebPages Listed In The Search Engine Result Pages.

Many search engines use the content of a webpage’s title tag as title in the search result page and many times it also uses the content of meta description tags as the description for a webpage (especially when the description contains the searched for keywords). The screenshot below - part of the search results for my website "Pakistani-Forum".

These are my web title and description which I have add them to my html document- like this

code

 

< head >
<title> Pakistani-Forum/Forum </title>
<meta name="description" content=" Welcome to Pakistani Forum, Please register to experience all the areas of the forum. This forum let you to exchange your thought in all over the world and get more information. Now, future in your hands. ">
< /head >

Google Search Result For My website “Pakistani-forum.page.tl”

If you want to appear your website in the search engine listings, so you can easily copy and paste it into your first webpage and then add the content you want

Copy the below code and paste it between you head opening and closing tag- like this:

Add your webpage title, keywords and description in below text area, and then copy and past them between opening and closing tags of head.

Code for Search Engines (Copy and paste to your Head Section)

Note separate you key word by comma;: like this, “Keyword1, keyword2, keyword3”

 
 
Today, there have been 68 visitors (146 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free