<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>静岡・ホームページ制作[WinWorks]のビジネスブログ &#187; HTMLタグの知識</title>
	<atom:link href="http://www.win-w.com/blog/archives/category/html-tag/feed" rel="self" type="application/rss+xml" />
	<link>http://www.win-w.com/blog</link>
	<description>静岡市駿河区のホームページ制作会社(株)ウェブサクセスのQ&#38;Aビジネスブログです。誰にも聞けないインターネット・Eメール、画像編集の問題解決します。</description>
	<lastBuildDate>Tue, 30 Mar 2010 09:55:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/category/html-tag/feed" />
		<item>
		<title>ホームページ更新に役立つ基本的な『HTMLタグ』の知識</title>
		<link>http://www.win-w.com/blog/archives/66</link>
		<comments>http://www.win-w.com/blog/archives/66#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:52:23 +0000</pubDate>
		<dc:creator>winworks</dc:creator>
				<category><![CDATA[HTMLタグの知識]]></category>

		<guid isPermaLink="false">http://110.50.198.4/qa/?p=66</guid>
		<description><![CDATA[
TMLタグは『半角英数』で書かないといけません。 『&#60;*&#62;で始まり&#60;/*&#62;で閉じる』のが1セットです。
厳密には検索エンジンの好むタグ・嫌うタグがありますし、CSS（スタイルシート）が主流になっ [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>TMLタグは『半角英数』で書かないといけません。 『&lt;*&gt;で始まり&lt;/*&gt;で閉じる』のが1セットです。</li>
<li>厳密には検索エンジンの好むタグ・嫌うタグがありますし、CSS（スタイルシート）が主流になっていきますが、一般の方が更新する上ではあまり気にしすぎなくても良いかと思います。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.win-w.com/blog/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/66" />
	</item>
		<item>
		<title>HTMLタグ：『文字サイズ・文字の装飾』</title>
		<link>http://www.win-w.com/blog/archives/64</link>
		<comments>http://www.win-w.com/blog/archives/64#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:51:01 +0000</pubDate>
		<dc:creator>winworks</dc:creator>
				<category><![CDATA[HTMLタグの知識]]></category>

		<guid isPermaLink="false">http://110.50.198.4/qa/?p=64</guid>
		<description><![CDATA[
&#60;font size=&#8221;" color=&#8221;"&#62;　・・・　文字のサイズと色を指定する
・書き方例）　&#60;font size=&#8221;5&#8243; color=&#8221 [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>&lt;font size=&#8221;" color=&#8221;"&gt;　・・・　<strong>文字のサイズと色を指定する</strong><br />
・書き方例）　&lt;font size=&#8221;5&#8243; color=&#8221;#ff0000&#8243;&gt;文字のサイズと色を指定したい単語・文章&lt;/font&gt;<br />
・文字のサイズを指定は（1 ～ 7）で指定します<br />
・カラーは「#ff0000」のようなカラーコードでも「red」のようなカラーネーム指定できます。<br />
・「<strong>サイズ指定</strong>」の &lt;font size=&#8221;*&#8221;&gt;単語・文章&lt;/font&gt; と<br />
「<strong>カラー指定</strong>」の &lt;font color=&#8221;*&#8221;&gt;単語・文章&lt;/font&gt; は個別に使うこともできます。</li>
<li>&lt;strong&gt;　・・・　<strong>強調（太字）にする</strong><br />
・書き方例）　&lt;strong&gt;強調したい単語・文章&lt;/strong&gt;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.win-w.com/blog/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/64" />
	</item>
		<item>
		<title>HTMLタグ：『改行・段落・位置表示』</title>
		<link>http://www.win-w.com/blog/archives/62</link>
		<comments>http://www.win-w.com/blog/archives/62#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:50:05 +0000</pubDate>
		<dc:creator>winworks</dc:creator>
				<category><![CDATA[HTMLタグの知識]]></category>

		<guid isPermaLink="false">http://110.50.198.4/qa/?p=62</guid>
		<description><![CDATA[
&#60;br /&#62;　・・・　改行する
・改行を入れたい場所に、この&#60;br&#62;タグを入れます。
&#60;p&#62;　・・・　段落を指定する
・書き方例）　&#60;p&#62;段落を指定したい文章&#60;/p [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>&lt;br /&gt;　・・・　<strong>改行する</strong><br />
・改行を入れたい場所に、この&lt;br&gt;タグを入れます。</li>
<li>&lt;p&gt;　・・・　<strong>段落を指定する</strong><br />
・書き方例）　&lt;p&gt;段落を指定したい文章&lt;/p&gt;</li>
<li>&lt;p align=&#8221;"&gt;　・・・　<strong>段落の指定＋位置の指定</strong><br />
・書き方例）　&lt;p align=&#8221;center&#8221;&gt;段落を指定して中央に配置する文章&lt;/p&gt;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.win-w.com/blog/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/62" />
	</item>
		<item>
		<title>HTMLタグ：『見出し』</title>
		<link>http://www.win-w.com/blog/archives/60</link>
		<comments>http://www.win-w.com/blog/archives/60#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:49:33 +0000</pubDate>
		<dc:creator>winworks</dc:creator>
				<category><![CDATA[HTMLタグの知識]]></category>

		<guid isPermaLink="false">http://110.50.198.4/qa/?p=60</guid>
		<description><![CDATA[&#60;h*&#62;　・・・　見出し文字を指定する
・h*タグ（h1～h6）に囲まれた内容は、見出しとして扱われます。
・書き方例）　&#60;h4&#62;見出しを指定したい文章&#60;/h4&#62;
・一般の方が見出し1 [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;h*&gt;　・・・　<strong>見出し文字を指定する</strong><br />
・h*タグ（h1～h6）に囲まれた内容は、見出しとして扱われます。<br />
・書き方例）　&lt;h4&gt;見出しを指定したい文章&lt;/h4&gt;<br />
・一般の方が見出し1から3を指定する必要はあまりありません（制作会社が既に指定している事が多いです）。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.win-w.com/blog/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/60" />
	</item>
		<item>
		<title>HTMLタグ：『リンク』</title>
		<link>http://www.win-w.com/blog/archives/58</link>
		<comments>http://www.win-w.com/blog/archives/58#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:48:20 +0000</pubDate>
		<dc:creator>winworks</dc:creator>
				<category><![CDATA[HTMLタグの知識]]></category>

		<guid isPermaLink="false">http://110.50.198.4/qa/?p=58</guid>
		<description><![CDATA[&#60;a href=&#8221;"&#62;　・・・　リンクボタンを作る
・aタグでリンクを設定できます。このタグに囲まれた内容が、リンクボタンになります。
・書き方例）　&#60;a href=&#8221;http: [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;a href=&#8221;"&gt;　・・・　<strong>リンクボタンを作る</strong><br />
・aタグでリンクを設定できます。このタグに囲まれた内容が、リンクボタンになります。<br />
・書き方例）　&lt;a href=&#8221;http://www.win-w.com&#8221;&gt;ウィンワークスのサイト&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.win-w.com/blog/archives/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.win-w.com/blog/archives/58" />
	</item>
	</channel>
</rss>
