Hi ...... Please Explain me , If I use H1 tag in Logo .This is write in terms of On page optimization . My view on this is . Logo of any website is image . So we use here only a Alt Tag for logo . reagrds Danni
You can, technically. <h1>Website name</h1> HTML: h1 { width: 300px; height: 100px; /* width/height of your logo */ display: block; text-indent: -9999px; /* don't want to show the text */ background: url(images/logo.png) no-repeat; /* path to your logo */ } HTML: You'd be better off having different h1 tags for each page though.
No, h1 tag is not used in LOGO, because logo is image. And in image we use alt tag not H1 tag. H1 tag is used in generally content header.
You can do that Unless your logo is not an image. If your website logo is text then you ca use it. But it doesn't make a big difference, your content is there you can optimize it according to your need as it should contain the name of your website.
you can not use any H tag in logo, because logo is an image. you can use alt tag in image also use title of the image.
Hi, We are used H1 tag only for Seo for search enginers.That the reason we can't use Alt Tag In Logo.