<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Test &#187; naokomc</title>
	<atom:link href="http://sd.wpshop-demo.com/?author=7&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sd.wpshop-demo.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 01 Jan 2020 19:00:18 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>マークアップ: HTML タグとフォーマット</title>
		<link>http://sd.wpshop-demo.com/?p=1178</link>
		<comments>http://sd.wpshop-demo.com/?p=1178#comments</comments>
		<pubDate>Sat, 12 Jan 2013 03:22:19 +0000</pubDate>
		<dc:creator><![CDATA[naokomc]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[コンテンツ]]></category>
		<category><![CDATA[書式化]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=919</guid>
		<description><![CDATA[見出し 見出し壱 見出し弐 見出し参 見出し四 見出し五 見出し六 引用 (Blockquote) テスト 一 [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>見出し</h2>
<h1>見出し壱</h1>
<h2>見出し弐</h2>
<h3>見出し参</h3>
<h4>見出し四</h4>
<h5>見出し五</h5>
<h6>見出し六</h6>
<h2>引用 (Blockquote) テスト</h2>
<p>一行の引用。</p>
<blockquote><p>ハングリーであれ、愚かであれ。</p></blockquote>
<p><code>cite</code> 参照を含む複数行の引用。</p>
<blockquote><p>これは言語みたいなものだ。アルファベットすなわち音階を学び、文すなわちコードを学ぶ。そしてやがてホーンと即興で会話するようになる。即興で話すのはすばらしいことだと思うが、私には決して会得できないだろう。しかし音楽ともなれば、私は即座によろこんで会話する。そう、それがジャズ音楽のすべてだ。</p>
<p><cite>スタン・ゲッツ</cite></p></blockquote>
<h2>テーブル</h2>
<table>
<thead>
<tr>
<th>社員</th>
<th>給料</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="http://example.org/">山田太郎</a></th>
<td>1ドル</td>
<td>スティーブ・ジョブズが必要なサラリーと同じ額。</td>
</tr>
<tr>
<th><a href="http://example.org/">田中花子</a></th>
<td>1,000万円</td>
<td>ブログを書くために必要になる資金。</td>
</tr>
<tr>
<th><a href="http://example.org/">山本次郎</a></th>
<td>1億円</td>
<td>百聞は一見にしかず、ということで、カメラマンはブロガーの100倍。</td>
</tr>
<tr>
<th><a href="http://example.org/">中山愛子</a></th>
<td>10億円</td>
<td>特に理由は要りません。</td>
</tr>
</tbody>
</table>
<dl>
<dt>定義リストタイトル</dt>
<dd>これは定義リストです。</dd>
<dt>定義</dt>
<dd>物事、領域、何かについての意味の正確な文章や説明: <em>詩を構成するものの定義。</em><em></em></dd>
<dt>ギャラリー</dt>
<dd>WordPress 2.5 から導入された、投稿に添付された画像を展示するための機能です。同じように、投稿を編集中にアップロードすると、そのファイルは「投稿に添付」されます。 </dd>
<dt>Gravatar (グラバター)</dt>
<dd>グラバターとはグローバルに認識されるアバター (あるユーザーを表すグラフィックイメージや写真) です。グラバターはメールアドレスと紐づいていて、Gravatar.com サービスによって管理されています。このサービスを利用すると、ブログ所有者は自分のブログを設定することによりコメント欄にユーザーのグラバターを表示させることができます。</dd>
</dl>
<h2>非順序リスト (ネスト化)</h2>
<ul>
<li>リスト項目 1
<ul>
<li>リスト項目 1
<ul>
<li>リスト項目 1</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
<h2>順序リスト (ネスト化)</h2>
<ol>
<li>リスト項目 1
<ol>
<li>リスト項目 1
<ol>
<li>リスト項目 1</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
<h2>HTML 要素タグテスト</h2>
<p>他の HTML タグは <a href="http://ja.support.wordpress.com/code/" rel="nofollow">FAQ</a> をご覧ください。</p>
<p><strong>住所タグ</strong></p>
<p>以下は住所の例です。<code>&lt;address&gt;</code> タグを使用しています:</p>
<address>〒100-0000</p>
<p>東京都千代田区1-1-1</p>
<p>日本</p></address>
<p><strong>anchor タグ (リンク)</strong></p>
<p>これは <a href="http://example.com/" rel="nofollow"><code>&lt;anchor&gt;</code></a> (もしくはリンクとも呼ばれます) の例です。</p>
<p><strong>abbr タグ</strong></p>
<p>この <abbr title="abbreviation">abbr</abbr> は文章の中にある &lt;abbr&gt; タグの例です。</p>
<p><strong>Acronym タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p>これは <code>&lt;acronym&gt;</code> タグを使用した <acronym title="three-letter acronym">TLA</acronym> です。</p>
<p><strong>Big タグ(<em>HTML5 では非推奨</em>)</strong></p>
<p>このテストは<big>大きな</big>文字を表す <code>&lt;big&gt;</code> タグの例ですが、このタグは HTML5 ではサポートされていません。</p>
<p><strong>Cite タグ</strong></p>
<p>&#8220;Code is poetry.&#8221; &#8211;<cite>WordPress</cite></p>
<p><strong>Code タグ</strong></p>
<p><code>&lt;code&gt;</code> タグはこのように使います: <code>word-wrap: break-word;</code></p>
<p><strong>Delete タグ</strong></p>
<p><code>&lt;del&gt;</code> タグは<del>打ち消し線</del>などで表現されますが、このタグは HTML5 ではサポートされていません (代わりに <code>&lt;strike&gt;</code> を使ってください)。</p>
<p><strong>Emphasize タグ</strong></p>
<p><code>&lt;em&gt;</code> タグは<em>文章の強調</em>に使われます。欧文では斜体になっていることがよくあります。</p>
<p><strong>Insert タグ</strong></p>
<p><code>&lt;ins&gt;</code> タグは<ins>挿入されたコンテンツ</ins>を意味します。</p>
<p><strong>Keyboard タグ</strong></p>
<p>このあまり知られていない <code>&lt;kbd&gt;</code> タグは <kbd>Ctrl</kbd> のようにキーボードテキストをエミュレートします。通常、<code>&lt;code&gt;</code> タグと同じようにスタイリングされます。</p>
<p><strong>Preformatted タグ</strong></p>
<p><code>&lt;pre&gt;</code> タグは複数行のコードのスタイリングに使います。</p>
<pre>.post-title {

	margin: 0 0 5px;

	font-weight: bold;

	font-size: 38px;

	line-height: 1.2;

	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;

}</pre>
<p><strong>Quote タグ</strong></p>
<p><q>デベロッパーズ、デベロッパーズ, デベロッパーズ&#8230;</q> &#8211;スティーブ・バルマー</p>
<p><strong>Strike タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p>このタグは<span style="text-decoration: line-through;">打ち消し線</span>を表しています。</p>
<p><strong>Strong タグ</strong></p>
<p>このタグは<strong>太字</strong>テキストを表しています。</p>
<p><strong>Subscript タグ</strong></p>
<p>Subscript タグ <code>&lt;sub&gt;</code> を使うと H<sub>2</sub>O のような表示の際に「2」が下付きになります。</p>
<p><strong>Superscript タグ</strong></p>
<p>Superscript タグ <code>&lt;sup&gt;</code> を使うと E = MC<sup>2</sup> のような表示の際に「2」が上付きになります。</p>
<p><strong>Teletype タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p><code>&lt;tt&gt;</code> はあまり使われないタグですが、<tt>テレタイプテキスト</tt> として通常 <code>&lt;code&gt;</code> タグのようにスタイル</p>
<p><strong>Variable タグ</strong></p>
<p>変数や引数を表す <var>variables</var> タグです。</p>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
