Results 1 to 5 of 5

Thread: How does H1 tags works ?

  1. #1
    Join Date
    Nov 2008
    Posts
    85

    How does H1 tags works ?

    I read several sites on the need for tags H1 H2 H3 ... to improve its referencing ... but even after some research, I did not understand how it works ...

    Is it to replace the title tag?

    Someone can tell me "just" what's good for and how to use it?

  2. #2
    Join Date
    May 2008
    Posts
    685

    Re: How does H1 tags works ?

    I do not know about the listing, but the usefulness of h1 ,..., h6 is simple: it is basically used for titles. With h1 for the title of the highest level, and so on ...

  3. #3
    Join Date
    May 2008
    Posts
    271

    Re: How does H1 tags works ?

    It's for securities in between the tags and <body> </ body>.

    <h1> the section title </ h1>
    Text ...

    It should something like:

    Here is the section title
    Text ...

  4. #4
    Join Date
    May 2008
    Posts
    945

    Re: How does H1 tags works ?

    As said before <h1>, <h2>, <h*> are used to offer securities in your page.

    Regarding the utility for referencing: since these tags show titles, search engines stand out more easily and are more likely to be used in the indexing and displaying results.

  5. #5
    Join Date
    May 2008
    Posts
    3,971

    Re: How does H1 tags works ?

    The other advantage of <h*> tags is their selection in CSS. I do not know if you know/use the CSS in your pages (x) html, but you just put in the CSS code below to completely define the style of your title level *.

    Code:
     h1 
    {
     color:red;
     font-weight:bold;
    }

    So, theoretically it will default to spend all your h1 tags in red and bold. After that, in practice, you will see that by default objects <h*> type inherit default style that you need if you wish to override the change.

Similar Threads

  1. Replies: 5
    Last Post: 26-08-2011, 10:31 PM
  2. What are an ID3 tags in PHP?
    By Jacques25 in forum Software Development
    Replies: 4
    Last Post: 28-02-2010, 03:36 AM
  3. <br /> Tags are being ignored by IE7
    By Carey in forum Software Development
    Replies: 5
    Last Post: 30-12-2009, 10:58 PM
  4. Remove sub-tags in PHP / XML
    By kanchu in forum Software Development
    Replies: 2
    Last Post: 29-04-2009, 02:59 PM
  5. Tags (or tags) PHP
    By Gyan Guru in forum Guides & Tutorials
    Replies: 2
    Last Post: 22-12-2008, 01:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,346,620.59588 seconds with 16 queries