Starlight @Wiki

Another HTML-lint gatewayチェック結果(ココログ)

最終更新:

匿名ユーザー

- view
だれでも歓迎! 編集

よくできました

チェックの結果は以下のとおりです。

http://kobe222.cocolog-nifty.com/blog/を XHTML1.0 Transitional としてチェックしました。
20個のエラーがありました。このHTMLは 82点です。タグが20種類 288組使われています。文字コードは UTF-8のようです。

先頭の数字はエラーのおおまかな重要度を 0〜9で示しています(減点数ではありません)。少ない数字は軽く、9になるほど致命的です。0は減点対象外のごく軽度のエラーで (グレイのかっこつき)でメッセージされています。

6: line1: XHTML1.0 ではXML宣言をすることが強く求められています。 → 解説 21
0: line20: (<head>〜</head> 内に <link rev="made"href="mailto:〜" /> が含まれていません。)解説 124
1: line52: <script> を使うときは <head>〜</head> 内に<meta http-equiv="content-script-type" content="〜" />を指定するようにしましょう。 → 解説 146
0: line52: (<script> の属性`language` はあまり薦められない属性です。)解説 81
1: line104: <p> と </p> の間が空です。 → 解説 51
1: line187: <p> と </p> の間が空です。 → 解説 51
1: line316: <div> と </div> の間が空です。 → 解説 51
1: line332: <div> と </div> の間が空です。 → 解説 51
1: line337: <div> と </div> の間が空です。 → 解説 51
1: line352: <div> と </div> の間が空です。 → 解説 51
1: line356: <div> と </div> の間が空です。 → 解説 51
1: line368: <div> と </div> の間が空です。 → 解説 51
1: line373: <div> と </div> の間が空です。 → 解説 51
1: line389: <div> と </div> の間が空です。 → 解説 51
1: line394: <div> と </div> の間が空です。 → 解説 51
1: line403: <div> と </div> の間が空です。 → 解説 51
1: line427: <script>〜</script>内にコメントを書くと、本当にコメントとして扱われます。→ 解説 156
0: line428: (コメント中に `<`や `>`を書くと、いくつかのブラウザを混乱させることがあります。)解説 30
1: line432: <script>〜</script>内にコメントを書くと、本当にコメントとして扱われます。→ 解説 156
6: line440: <img> には alt 属性が必要です。 → 解説 86


チェックしたHTMLは以下のとおりです。

http://kobe222.cocolog-nifty.com/blog/

  1. <!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"id="sixapart-standard">
  4. <head>
  5.  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6.  <meta name="generator" content="http://www.typepad.com/"/>
  7.  <link rel="stylesheet"href="http://kobe222.cocolog-nifty.com/blog/styles.css" type="text/css"/>
  8.  <link rel="alternate" type="application/atom+xml" title="Atom"href="http://kobe222.cocolog-nifty.com/blog/atom.xml" />
  9.  <link rel="alternate" type="application/rss+xml" title="RSS1.0" href="http://kobe222.cocolog-nifty.com/blog/index.rdf" />
  10.  <link rel="alternate" type="application/rss+xml" title="RSS2.0" href="http://kobe222.cocolog-nifty.com/blog/rss.xml" />
  11.  <title>殺伐とテストするBlog</title>
  12.  <link rel="EditURI" type="application/rsd+xml" title="RSD"href="http://app.f.cocolog-nifty.com/t/rsd/7639" />
  13. </head>
  14. <body class="layout-two-column-right">
  15.  <div id="container">
  16.   <div id="container-inner" class="pkg">
  17.    <!-- banner -->
  18. <div id="banner">
  19.  <div id="banner-inner" class="pkg">
  20.   <h1 id="banner-header"><ahref="http://kobe222.cocolog-nifty.com/blog/"accesskey="1">殺伐とテストするBlog</a></h1>
  21.   <h2id="banner-description">喧々諤々と論争します。</h2>
  22.  </div>
  23. </div>
  24.    <div id="pagebody">
  25.     <div id="pagebody-inner" class="pkg">
  26.      <div id="alpha">
  27.       <div id="alpha-inner"class="pkg">
  28.        <!-- entries -->
  29.    <h2class="date-header">2006/08/15</h2>
  30.  <div class="entry" id="entry-3797039">
  31.      <h3class="entry-header">簡単にXHTMLで書きましょうね</h3>
  32.   <div class="entry-content">
  33.    <div class="entry-body">
  34.     <p>HTML覚えるのが面倒で改行自動変換、簡単画像表示なんてココログにお任せしている人も多いですね。書けば書くほど見辛くなっていることなんてお構いなし。(笑)しかし、実際記事本文に使われるタグの種類なんて10種以内ですよね。目立つのは、&lt;br&gt;の連発!段落は&lt;p&gt;ですよん。但し、&lt;p&gt;は、いくつならべてもブラウザに反映されるのは一つだけす。どうしても改行させたい方は、せめて改行タグは、&lt;br/&gt;としましょうね。<br /><img height="191"alt="パソコンする私"src="http://starlight.la.coocan.jp/blog/images/ai636-1.jpg" width="320" /></p>
  35. <p>サイトへの画像表示はこの方法が正しいのですよ。決してココログで安易に行わないことです。</p>
  36.    </div>
  37.    <scripttype="text/javascript" language="JavaScript"src="http://updates.cocolog-nifty.com/pleasy/adsense.js"></script>
  38.   </div>
  39.   <p class="entry-footer">
  40.    <span class="post-footers">投稿者 ソフィ 日時2006/08/15</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/08/xhtml_02ca.html">固定リンク</a>
  41.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/xhtml_02ca.html#comments">コメント(0)</a>
  42.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/xhtml_02ca.html#trackback">トラックバック(0)</a>
  43.   </p>
  44.  </div>
  45.  <div class="entry" id="entry-3794418">
  46.      <h3class="entry-header">画像</h3>
  47.   <div class="entry-content">
  48.    <div class="entry-body">
  49.     <p>テスト <br /><img height="240"alt="パソコン" src="http://starlight.la.coocan.jp/blog2/P1010685.jpg"width="320" /></p>
  50. <p>HTMLで書けばいいのですが、ほとんどの人は「記事の作成」で簡単に書いているようですね。これでは画像を表示する度、見つらくなります。「alt=」を省略しているのは、基本に忠実でないフォーラム時代の悪習ですね。</p>
  51.    </div>
  52.   </div>
  53.   <p class="entry-footer">
  54.    <span class="post-footers">投稿者 ソフィ 日時2006/08/15</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/08/post_c478.html">固定リンク</a>
  55.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_c478.html#comments">コメント(0)</a>
  56.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_c478.html#trackback">トラックバック(0)</a>
  57.   </p>
  58.  </div>
  59.  <div class="entry" id="entry-3784385">
  60.      <h3class="entry-header">「HTML文書の文法」80点突破しました</h3>
  61.   <div class="entry-content">
  62.    <div class="entry-body">
  63.     <p>簡単なデザインを創りAnother HTML-lintgatewayで、HTML文書の文法をチェックし、採点しました。</p>
  64. <p>htmllint.cgi 1.21 / htmllint.pm 3.32 <br />13,710,441lints / 14,599,539 visits / since Jan 6, 1998&nbsp; </p>
  65. <p>チェックの結果は以下のとおりです。<br/><ahref="http://kobe222.cocolog-nifty.com/blog/">http://kobe222.cocolog-nifty.com/blog/</a>を XHTML1.0 Transitional としてチェックしました。<br/>19個のエラーがありました。このHTMLは82点です。タグが 19種類270組使われています。</p>
  66. <p></p>
  67. <p>不可能はないのです。アクセシビリティは、フォーラムで講釈しているより、意識して実践するのですね。</p>
  68.    </div>
  69.   </div>
  70.   <p class="entry-footer">
  71.    <span class="post-footers">投稿者 ソフィ 日時2006/08/15</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/08/html_2837.html">固定リンク</a>
  72.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_2837.html#comments">コメント(0)</a>
  73.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_2837.html#trackback">トラックバック(0)</a>
  74.   </p>
  75.  </div>
  76.  <div class="entry" id="entry-3784284">
  77.      <h3class="entry-header">HTMLを書き直してくださいね</h3>
  78.   <div class="entry-content">
  79.    <div class="entry-body">
  80.     <p>ココログでプロな人!</p>
  81. <p>&lt;body onLoad=&quot;initStyle()&quot;&gt;</p>
  82. <p>&lt;body&gt; の属性 `onLoad`は小文字で書きましょうね。</p>
  83.    </div>
  84.   </div>
  85.   <p class="entry-footer">
  86.    <span class="post-footers">投稿者 ソフィ 日時2006/08/15</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/08/html_29e5.html">固定リンク</a>
  87.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_29e5.html#comments">コメント(0)</a>
  88.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_29e5.html#trackback">トラックバック(0)</a>
  89.   </p>
  90.  </div>
  91.  <div class="entry" id="entry-3784117">
  92.      <h3class="entry-header">画像表示のテスト</h3>
  93.   <div class="entry-content">
  94.    <div class="entry-body">
  95.     <p>ココログで画像を表示してみるテスト。</p>
  96. <p><ahref="http://starlight.la.coocan.jp/blog2/P1010685-thumb.jpg">パソコン</a></p>
  97. <p><ahref="http://kobe222.cocolog-nifty.com/blog/files/P1010685.jpg">「P1010685.jpg」をダウンロード</a></p>
  98. <p>(笑)</p>
  99.    </div>
  100.   </div>
  101.   <p class="entry-footer">
  102.    <span class="post-footers">投稿者 ソフィ 日時2006/08/15</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/08/post_005c.html">固定リンク</a>
  103.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_005c.html#comments">コメント(0)</a>
  104.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_005c.html#trackback">トラックバック(0)</a>
  105.   </p>
  106.  </div>
  107.    <h2class="date-header">2006/07/20</h2>
  108.  <div class="entry" id="entry-3343333">
  109.      <h3class="entry-header">呪われているBlog</h3>
  110.   <div class="entry-content">
  111.    <div class="entry-body">
  112.     <p>今日、呪われているBlogは、この3つだ。</p>
  113. <p></p>
  114. <p>もののけ電波塔・ブログテスター</p>
  115. <p>あのね!そのね!</p>
  116. <p>乙部綾子 オフィシャルブログ 『オトベノオシゴト』</p>
  117.    </div>
  118.   </div>
  119.   <p class="entry-footer">
  120.    <span class="post-footers">投稿者 ソフィ 日時2006/07/20</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">固定リンク</a>
  121.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#comments">コメント(7)</a>
  122.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#trackback">トラックバック(0)</a>
  123.   </p>
  124.  </div>
  125.    <h2class="date-header">2006/04/01</h2>
  126.  <div class="entry" id="entry-1445374">
  127.      <h3class="entry-header">訂正されました</h3>
  128.   <div class="entry-content">
  129.    <div class="entry-body">
  130.     <p>やっと3月32日から4月1日になりましたね。(笑)</p>
  131.    </div>
  132.   </div>
  133.   <p class="entry-footer">
  134.    <span class="post-footers">投稿者 ソフィ 日時2006/04/01</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html">固定リンク</a>
  135.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html#comments">コメント(2)</a>
  136.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html#trackback">トラックバック(1)</a>
  137.   </p>
  138.  </div>
  139.  <div class="entry" id="entry-1445361">
  140.      <h3class="entry-header">日付確認のテスト</h3>
  141.   <div class="entry-content">
  142.    <div class="entry-body">
  143.     <p>今日は他のカレンダーでは、4月1日ですが、どうなっているのでしょうか?</p>
  144.    </div>
  145.   </div>
  146.   <p class="entry-footer">
  147.    <span class="post-footers">投稿者 ソフィ 日時2006/04/01</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html">固定リンク</a>
  148.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html#comments">コメント(2)</a>
  149.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html#trackback">トラックバック(0)</a>
  150.   </p>
  151.  </div>
  152.    <h2class="date-header">2006/03/31</h2>
  153.  <div class="entry" id="entry-1433303">
  154.      <h3class="entry-header">テスト</h3>
  155.   <div class="entry-content">
  156.    <div class="entry-body">
  157.     <p>テスト投稿です。</p>
  158.    </div>
  159.   </div>
  160.   <p class="entry-footer">
  161.    <span class="post-footers">投稿者 ソフィ 日時2006/03/31</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/03/post_b0f1.html">固定リンク</a>
  162.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/03/post_b0f1.html#comments">コメント(0)</a>
  163.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/03/post_b0f1.html#trackback">トラックバック(0)</a>
  164.   </p>
  165.  </div>
  166.    <h2class="date-header">2006/02/01</h2>
  167.  <div class="entry" id="entry-653718">
  168.      <h3class="entry-header">アカウント名を忘れていました</h3>
  169.   <div class="entry-content">
  170.    <div class="entry-body">
  171.     <p>私のような現役の高校生はなにかと忙しく、夏休み、冬休み以外ではネットはできません。昨日のことですが、久し振りにココログにログインしようと思ったら、アカウントもパスワードも違っていて、思い出す努力もせず、シャワーを浴びたあと、「そうだ、gooIDmemory」でパスワードはわかることに気が付きました。</p>
  172. <p>しかし、アカウントとは自分の名前ですよね。それすら忘れるとは、16歳にもなると、そろそろ引退を考える必要があります。</p>
  173. <p>これからはまじめに勉強するのと、セブンイレブンでのバイトに励みます。今日も、御爺ちゃん相手に忙しかったワ。</p>
  174.    </div>
  175.   </div>
  176.   <p class="entry-footer">
  177.    <span class="post-footers">投稿者 ソフィ 日時2006/02/01</span> <span class="separator">|</span> <aclass="permalink"href="http://kobe222.cocolog-nifty.com/blog/2006/02/post_fa7e.html">固定リンク</a>
  178.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/02/post_fa7e.html#comments">コメント(2)</a>
  179.        | <ahref="http://kobe222.cocolog-nifty.com/blog/2006/02/post_fa7e.html#trackback">トラックバック(1)</a>
  180.   </p>
  181.  </div>
  182.       </div>
  183.      </div>
  184.      <div id="beta">
  185.       <div id="beta-inner" class="pkg">
  186.        <!-- sidebar -->
  187. <div id="recent-entries" class="module-archivesmodule">
  188. <h2class="module-header"><span>最近の記事</span></h2>
  189. <divclass="module-top"></div>
  190. <div class="module-content module-body">
  191. <ul class="module-list">
  192. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/xhtml_02ca.html">簡単にXHTMLで書きましょうね</a></li>
  193. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_c478.html">画像</a></li>
  194. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_2837.html">「HTML文書の文法」80点突破しました</a></li>
  195. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/html_29e5.html">HTMLを書き直してくださいね</a></li>
  196. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/post_005c.html">画像表示のテスト</a></li>
  197. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  198. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html">訂正されました</a></li>
  199. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html">日付確認のテスト</a></li>
  200. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/03/post_b0f1.html">テスト</a></li>
  201. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/02/post_fa7e.html">アカウント名を忘れていました</a></li>
  202. </ul>
  203. </div>
  204. <divclass="module-bottom"></div>
  205. </div>
  206. <div id="archive-category" class="module-categoriesmodule">
  207. <h2class="module-header"><span>カテゴリー</span></h2>
  208. <divclass="module-top"></div>
  209. <div class="module-content module-body">
  210. <ul class="module-list">
  211. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/cat212348/index.html">ウェブログ・ココログ関連</a></li>
  212. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/cat4177979/index.html">ブログ</a></li>
  213. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/cat212364/index.html">日記・コラム・つぶやき</a></li>
  214. </ul>
  215. </div>
  216. <divclass="module-bottom"></div>
  217. </div>
  218. <div id="archive-datebased" class="module-archivesmodule">
  219. <h2 class="module-header"><span><ahref="http://kobe222.cocolog-nifty.com/blog/archives.html">バックナンバー</a></span></h2>
  220. <divclass="module-top"></div>
  221. <div class="module-content module-body">
  222. <ul class="module-list">
  223. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/08/index.html">2006年8月</a></li>
  224. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/index.html">2006年7月</a></li>
  225. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/index.html">2006年4月</a></li>
  226. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/03/index.html">2006年3月</a></li>
  227. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/02/index.html">2006年2月</a></li>
  228. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2005/12/index.html">2005年12月</a></li>
  229. </ul>
  230. </div>
  231. <divclass="module-bottom"></div>
  232. </div>
  233. <div id="recent-comment" class="module-recent-commentsmodule">
  234. <h2class="module-header"><span>最近のコメント</span></h2>
  235. <divclass="module-top"></div>
  236. <div class="module-content module-body">
  237. <ul class="module-list">
  238. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2238189">yuki</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  239. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2227270">ソフィ</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  240. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2224331">yuki</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  241. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2204463">ソフィ</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  242. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2203812">セイラー</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  243. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2196919">モモンガ</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  244. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html#c2196917">モモンガ</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/07/blog_98a0.html">呪われているBlog</a></li>
  245. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html#c1482839">yuki</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html">訂正されました</a></li>
  246. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html#c1481092">yuki</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_9c18.html">訂正されました</a></li>
  247. <li class="module-list-item"><ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html#c1072613">yuki</a>on <ahref="http://kobe222.cocolog-nifty.com/blog/2006/04/post_0b16.html">日付確認のテスト</a></li>
  248. </ul>
  249. </div>
  250. <divclass="module-bottom"></div>
  251. </div>
  252. <div id="recent-trackback" class="module-recent-trackbacksmodule">
  253. <h2class="module-header"><span>最近のトラックバック</span></h2>
  254. <divclass="module-top"></div>
  255. <div class="module-content module-body">
  256. <ul class="module-list">
  257. <li class="module-list-item"><ahref="http://starlight.la.coocan.jp/blog/2006/07/post_28.html">フォーラム、サークル、マイデスク機能が終了します。</a>(Starlight)</li>
  258. <li class="module-list-item"><ahref="http://starlight.la.coocan.jp/blog/2006/01/post_5.html">テスト</a>(Starlight)</li>
  259. <li class="module-list-item"><ahref="http://venus-lab.com/834F83628360/">グッチ</a>(化粧・美容・コスメ)</li>
  260. </ul>
  261. </div>
  262. <divclass="module-bottom"></div>
  263. </div>
  264. <div id="syndicate" class="module-syndicatemodule">
  265. <div class="module-content link-note">
  266. <ahref="http://kobe222.cocolog-nifty.com/blog/index.rdf">RSSを表示する</a>
  267. </div>
  268. </div>
  269. <script type="text/javascript">var user_start_date =null;</script>
  270. <script type="text/javascript"src="http://help.cocolog-nifty.com/sidebar/powered.js"></script>
  271.       </div>
  272.      </div>
  273.     </div>
  274.    </div>
  275.   </div>
  276.  </div>
  277. <script type="text/javascript">
  278. <!--
  279. document.write('<imgsrc="http://stat.f.cocolog-nifty.com/app/stats?blog_id=7639&amp;page=' +escape(location.href) + '&amp;referrer=' + escape(document.referrer) + '"width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;"/>');
  280. // -->
  281. </script>
  282. <script type="text/javascript">
  283. <!--
  284. CCAX_ID="kobe222&b7639&";
  285. CCAX_SV="ax15.a.cocolog-nifty.com";
  286. CCAX_BT="殺伐とテストするBlog";
  287. CCAX_ET="";
  288. // -->
  289. </script>
  290. <script type="text/javascript"src="http://analytics.cocolog-nifty.com/ax.js"defer="defer"></script>
  291. <noscript><p><imgsrc="http://ax15.a.cocolog-nifty.com/ax.gif?kobe222&amp;b7639&amp;"width="1" height="1" /></p></noscript>
  292. </body>
  293. </html>

-- #13718486 -- cost 2 sec --
This page was generated by htmllint.cgi 1.21 / htmllint.pm 3.32
LWP 5.803 / CGI 3.15 / Jcode 2.03
1997-2006 © by k16@chiba.email.ne.jp

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

目安箱バナー