Top "Html-head" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

Redirect from an HTML page

Is it possible to set up a basic HTML page to redirect to another page on load?

html redirect xhtml meta html-head
Necessary to add link tag for favicon.ico?

Are there any modern browsers that won't detect the favicon.ico automatically? Is there any reason to add the link …

html favicon html-head
Does <STYLE> have to be in the <HEAD> of an HTML document?

Strictly speaking, do style tags need to be inside the head of an HTML document? The 4.01 standard implies that, but …

html coding-style html-head
should Modernizr file be placed in head?

Should the reference to the Modernizr JavaScript file be in the head of the page? I always try and place …

javascript modernizr html-head
Cache-control max-age meta tag not registering

I've put this in my head section. It appears in the page source in the browser. <meta http-equiv="Cache-Control" …

http-headers meta-tags cache-control html-head
How to make a sitemap link in the page head pass the W3C validator?

I'm trying to pass a page through the W3C Validator. The validation fails on the sitemap, which I'm including …

html sitemap w3c-validation html-head
Do canonical links require a full domain?

I want to add canonical links to my pages, but do I need to specify the domain, or will a …

html seo canonical-link html-head