Hi all, this question isn't quite css but it is in the same realm.   
What is the ideal 'proper' content for the 'H' tags and title  
tags? ....or another way to ask.....What is the best way to cascade  
the importance of the heading content to coincide with the importance  
level placed on the various tags?  In my example below, the <h1> has  
image replacement so that text can't be seen, whereas h2,h3,h4 can be  
seen in the body of the page.


<!DOCTYPE ......>
<html>
<head>
<meta.....>
<title>Company Name - Atlay Cooperation Agreement Area Projects -  
Permit Areas - Sarsuke/Zelande VMS/Gold</title>
</head>

<body>

    <div id="header">
       <h1 id="homeImage">Company Name - Atlay Cooperation Agreement  
Area Projects - Permit Areas - Sarsuke/Zelande VMS/Gold</h1>
    </div>
        
    <div id="content">
        <h2>Atlay Cooperation Agreement Area Projects</h2>
                <h3>Permit Areas</h3>
                        <h4>Sarsuke/Zelande VMS/Gold Area</h4>
                        <p>.......</p>
        </div>
        
</body>


So....for example, would the <title> simply be "Sarsuke/Zelande VMS/ 
Gold" instead of the whole string from top to bottom like I have it,  
or would the <h1> simply be "Company Name" ?

Thanks for explaining it to a DIY'er
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to