| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「XHMLテンプレート」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
(ページの作成:「==XHMLテンプレート== <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="application/xhtml+x…」)
 
1行目: 1行目:
 
==XHMLテンプレート==
 
==XHMLテンプレート==
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
+
  &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"&gt;
  <head>
+
  &lt;head&gt;
   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS" />
+
   &lt;meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS" /&gt;
   <meta http-equiv="Content-Script-Type" content="text/javascript" />
+
   &lt;meta http-equiv="Content-Script-Type" content="text/javascript" /&gt;
   <meta name="description" content="" />
+
   &lt;meta name="description" content="" /&gt;
   <meta name="keywords" content="" />
+
   &lt;meta name="keywords" content="" /&gt;
   <meta name="author" content="YAGI Hiroto" />
+
   &lt;meta name="author" content="YAGI Hiroto" /&gt;
   <meta name="copyright" content="YAGI Hiroto" />
+
   &lt;meta name="copyright" content="YAGI Hiroto" /&gt;
   <meta name="reply-to" content="piroto@a-net.email.ne.jp" />
+
   &lt;meta name="reply-to" content="piroto@a-net.email.ne.jp" /&gt;
   <meta name="date" content="2006-01-10T00:00:00+09:00" />
+
   &lt;meta name="date" content="2006-01-10T00:00:00+09:00" /&gt;
   <script type="text/javascript" src="/js/test.js">
+
   &lt;script type="text/javascript" src="/js/test.js"&gt;
   </script>
+
   &lt;/script&gt;
   <script type="text/javascript">
+
   &lt;script type="text/javascript"&gt;
     //<![CDATA[
+
     //&lt;![CDATA[
 
   
 
   
 
   
 
   
     //]]>
+
     //]]&gt;
   </script>
+
   &lt;/script&gt;
   <title></title>
+
   &lt;title&gt;&lt;/title&gt;
  </head>
+
  &lt;/head&gt;
  <body>
+
  &lt;body&gt;
  </body>
+
  &lt;/body&gt;
  </html>
+
  &lt;/html&gt;

2020年2月15日 (土) 08:07時点における版

XHMLテンプレート

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
  <meta name="author" content="YAGI Hiroto" />
  <meta name="copyright" content="YAGI Hiroto" />
  <meta name="reply-to" content="piroto@a-net.email.ne.jp" />
  <meta name="date" content="2006-01-10T00:00:00+09:00" />
  <script type="text/javascript" src="/js/test.js">
  </script>
  <script type="text/javascript">
   //<![CDATA[


   //]]>
  </script>
  <title></title>
</head>
<body>
</body>
</html>