<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>HTML | increment Log</title>
	<atom:link href="https://increment-log.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://increment-log.com</link>
	<description>色々勉強中の人間が色々書いてるブログです</description>
	<lastBuildDate>Wed, 23 Oct 2019 15:09:03 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://i0.wp.com/increment-log.com/wp-content/uploads/2019/10/increment-log-logo_512.png?fit=32%2C32&#038;ssl=1</url>
	<title>HTML | increment Log</title>
	<link>https://increment-log.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/><site xmlns="com-wordpress:feed-additions:1">66181059</site>	<item>
		<title>IE11でHTMLコメントにMindBEMdingの文字列を使うと警告メッセージが出る</title>
		<link>https://increment-log.com/ie11-html-comment-mindbemding-name-warning/</link>
					<comments>https://increment-log.com/ie11-html-comment-mindbemding-name-warning/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Wed, 23 Oct 2019 15:01:51 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[BEM記法]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[MindBEMding]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=16380</guid>

					<description><![CDATA[<p>タイトル通りの内容です。解決策は「HTMLコメントにMindBEMdingの文字列を含めない」とスマートではないのですが、以下に詳細を記述します。 ※正確にはMindBEMdingですが、以降は”BEM”として記述します [&#8230;]</p>
The post <a href="https://increment-log.com/ie11-html-comment-mindbemding-name-warning/">IE11でHTMLコメントにMindBEMdingの文字列を使うと警告メッセージが出る</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/ie11-html-comment-mindbemding-name-warning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16380</post-id>	</item>
		<item>
		<title>太字にはstrongだけでなくbタグも使おうと決めた話</title>
		<link>https://increment-log.com/tag-strong-b/</link>
					<comments>https://increment-log.com/tag-strong-b/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Sun, 21 Dec 2014 16:39:32 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPressプラグイン]]></category>
		<category><![CDATA[ブログ執筆]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3022</guid>

					<description><![CDATA[<p>12月中旬から開始したというズボラなアドベントカレンダー3回目の記事です。この際だから言ってしまいますがアドベントカレンダーをよく分かってません。こんなんで良いのでしょうか。よろしくお願いします。 &#60;b&#62;タグ [&#8230;]</p>
The post <a href="https://increment-log.com/tag-strong-b/">太字にはstrongだけでなくbタグも使おうと決めた話</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/tag-strong-b/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3022</post-id>	</item>
		<item>
		<title>HTML5のタグ（articleやsectionなど）を使い分けるときはこのフローチャートがオススメ</title>
		<link>https://increment-log.com/html5-sectioning-flowchart/</link>
					<comments>https://increment-log.com/html5-sectioning-flowchart/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Sun, 07 Sep 2014 04:32:33 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[フレームワーク]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=2682</guid>

					<description><![CDATA[<p>HTML5で新しく追加されたarticleやsection、figureにasideなどを使うときって、結構迷ったりしませんか？僕はこれらのタグを使う度にネットで調べている気がします。最近は少し慣れてきたものの、悩んでい [&#8230;]</p>
The post <a href="https://increment-log.com/html5-sectioning-flowchart/">HTML5のタグ（articleやsectionなど）を使い分けるときはこのフローチャートがオススメ</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/html5-sectioning-flowchart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2682</post-id>	</item>
	</channel>
</rss>
