Rimantas Liubertas wrote:

H1, which is spared
for more appropriate usage — i.e. main header of the page - "About
us", "Products", etc.

So, wich tag would you use to put your company/site name if you use H1 to mark-up the section name?

OK. the site name can be in the <title> tag, but I think we all want to display it also inside a tag (wich one if not H1?) inside the content (body).

I use to display site/company name in H1 and use H2 to section names.

So, regarding this thread, I think I would try:

<div id="header">
<a href="home.htm"><img src="logo.jpg" alt="Company name" /></a>
<h1>Company name</h1>
</div>

The problem here seems to be if the logo img also includes the company name... So your company name is showed twice (in the image and in the <h1>).

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to