Top "Doctype" questions

A doctype declaration defines a document's type definition.

How to fix Document mode restart in IE 9

I have a problem with opening my website in IE9. When I try to open my site I get this …

javascript asp.net internet-explorer-9 doctype
Stretching iframe in HTML5

I have two html files, one contains the other with an iframe, and I want to make this iframe stretch …

html iframe doctype
IE8 standards mode meta tag

A web application we have for an organisation that is officially upgrading its standard browser from IE6 to IE8 (queue …

html internet-explorer-8 doctype
How do I determine the current pages document type in umbraco?

I have what I feel is a very simple question about Umbraco, but one that has as of yet no …

razor macros umbraco doctype
IE10 (9,8) does not recognize DOCTYPE xhtml

IE10 rejects to launch some jQuery code, as far I found on runtime somewhere a doctype is wrong detected and …

jquery internet-explorer mootools doctype
javascript style.width not working in firefox with transitional doctype

I have a script that animates a small DIV popping up on the page. It all works fine in IE, …

javascript css doctype transitional
Selecting a DOCTYPE for HTML 5 + all browsers

I'm using some HTML5 features on a web page and wondered what the best DOCTYPE is. Currently, this is the …

html cross-browser doctype
What are the different doctypes in html and what do they mean?

As the title describes, what are the different doctypes available and what do they mean? I notice that the layout …

html xhtml doctype
Can I have <SCRIPT> tag inside <TABLE>?

I got to have a tag inside a table because PHP writes a code there that adds stuff to an …

javascript html doctype script-tag
how to disable dtd at runtime in java's xpath?

I got dtd in file and I cant remove it. When i try to parse it in Java I get "…

java xpath dtd doctype