DOCTYPE宣言文の調査

  1. 調査日⇒241229
  2. ソースタイトル⇒札幌市公式ホームページ - City of Sapporo
  3. URL⇒札幌市公式ホームページ - City of Sapporo
  4. DOCTYPE宣言文⇒⑦XHTML1.0 Transitional DTD

ソース(基本型)

XHTML1.0 Transitional DTD
--------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<title>タイトル</title>
</head>
<body>本文</body>
</html>

ソース

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" xmlns:og="http://ogp.me/ns#">
<head>
<!--○○○-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="google-site-verification" content="T59Q9Wew3gYFNIYjBdPCbFQZCoxmM7swORbm8MfOBNE" />

<title>札幌市公式ホームページ - City of Sapporo</title>
<!--○○○-->
<meta name="author" content="札幌市" />
<!--○○○-->
<link href="/shared/style/☆sample_default.css" rel="stylesheet" type="text/css" media="all" />
<link href="/shared/style/☆sample_shared.css" rel="stylesheet" type="text/css" media="all" /> <link href="/shared/style/color/☆sample_color0.css" rel="stylesheet" type="text/css" media="all" id="tmp_color" title="default" class="tmp_color" />
<link href="/shared/style/color/☆sample_color1.css" rel="alternate stylesheet" type="text/css" media="all" title="darkblue" class="tmp_color" />
<link href="/shared/style/color/☆sample_color2.css" rel="alternate stylesheet" type="text/css" media="all" title="yellow" class="tmp_color" />
<link href="/shared/style/color/☆sample_color3.css" rel="alternate stylesheet" type="text/css" media="all" title="black" class="tmp_color" />
<link href="/shared/templates/top/style/☆sample_edit.css" rel="stylesheet" type="text/css" media="all" />
<!--○○○-->
<link href="/new/shinchaku.xml" rel="alternate" type="application/rss+xml" title="札幌市 新着情報" />
<link href="/boshu/boshuu.xml" rel="alternate" type="application/rss+xml" title="札幌市 募集しています" />
<link href="/somu/koho/hodo/houdou.xml" rel="alternate" type="application/rss+xml" title="札幌市 報道発表" />
<!--○○○-->
<link href="/shared/images/favicon/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<!--○○○-->
<script type="text/javascript" src="/shared/js/☆sample_jquery.js"></script>
<script type="text/javascript" src="/shared/js/☆sample_gd.js"></script>
<script type="text/javascript" src="/shared/js/☆sample_setting_head.js"></script>
<!--○○○-->
<meta property="og:title" content="ホーム" />
<meta property="og:type" content="government" />
<meta property="og:url" content="http://www.city.sapporo.jp/index.html" />
<meta property="og:image" content="http://www.city.sapporo.jp/shared/system/images/municipal_emblem.jpg" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="札幌市" />
</head>

<body>本文</body>

</html>

札幌市公式ホームページ - City of Sapporo > phpその2(DEC)> php10days