モバイル用xhtmlのヘッダー例

2010.11.17

  1. <?xml version=”1.0″ encoding=”Shift_JIS” ?>
  2. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
    “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
  3. <html xmlns=”http://www.w3.org/1999/xhtml”>
  4. <head>
  5. <meta http-equiv=”content-Type” content=”application/xhtml+xml;
    charset=Shift_JIS” />
  6. <title>タイトル</title>
  7. <meta name=”description” content=””>
  8. <meta name=”keywords” content=””>
  9. <style type=”text/css”>
  10. <![CDATA[
  11. a:link{color: #666666}
  12. a:visited{color: #999999}
  13. ]]>
  14. </style>

</head>

  • こんな感じもありです。

    カテゴリー: Mobile   タグ: ,   この投稿のパーマリンク
       

    コメントを残す

    メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

    *


    次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>