<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="ja"> ... </html>
<head> ... </head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="http://example.com/example.css" type="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript"> <script type="text/javascript" src="http://www.example.com/example.js"></script>
<meta http-equiv="refresh" content="0">
<meta name="author" content="SUNAGAWA Hiroyuki / すながわひろゆき"> <meta name="description" content="HTML4.01のテンプレやTips"> <meta name="keywords" content="HTML4.01,テンプレ,Tips">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" href="http://www.example.com/icon.png" type="image/png"> <link rel="icon" href="http://www.example.com/icon.ico" type="image/vnd.microsoft.icon"> <link rel="shortcut icon" href="http://www.example.com/icon.ico" type="image/vnd.microsoft.icon">
<title>HTMLテンプレート</title>
<body> ... </body>
<A href="http://www.google.co.jp/" onclick="window.open('http://www.google.co.jp/','subwin','fullscreen=yes');return false;"> 全画面 </A>
<STYLE type="text/css"> <!-- TABLE{ border-color: #3399ff; border-collapse: collapse; } TD { border-width: 1; border-color: #3399ff; border-style: solid; } TH { border-width: 1; background-color: #3399ff; border-color: #3399ff; border-style: solid; --> </STYLE>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<body onload="document.focusform.keyword.focus()"> <form action="test.cgi" method="post" name="focusform"> <input type="text" name="keyword" value=""> <input type="submit" name="" value="送信"> </form> </body>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">
<?php header('X-UA-Compatible: IE=EmulateIE10'); ?>
Header add X-UA-Compatible "IE=EmulateIE10"
IE=Edge
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L] </IfModule>