Skip to content

Instantly share code, notes, and snippets.

@jesus2099
Created November 27, 2014 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesus2099/dd5a55411f664265a47d to your computer and use it in GitHub Desktop.
Save jesus2099/dd5a55411f664265a47d to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Tristan DANIEL">
<title>HTML 4.01</title>
</head>
<body onload="document.getElementById('compatMode').appendChild(document.createTextNode(document.compatMode));">
<h1>HTML 4.01</h1>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;</pre>
<dl>
<dt>document.compatMode</dt>
<dd id="compatMode"></dd>
<!--[if IE]><dt>Internet Explorer détecté</dt><![endif]-->
<!--[if IE 5]><dd>IE 5</dd><![endif]-->
<!--[if IE 6]><dd>IE 6</dd><![endif]-->
<!--[if IE 7]><dd>IE 7</dd><![endif]-->
<!--[if IE 8]><dd>IE 8</dd><![endif]-->
<!--[if IE 9]><dd>IE 9</dd><![endif]-->
<!--[if IE 10]><dd>IE 10</dd><![endif]-->
<!--[if IE 11]><dd>IE 11</dd><![endif]-->
</dl>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment