<?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>Web Do&#039;s &#38; Don&#039;ts &#187; Del</title>
	<atom:link href="http://webdosanddonts.com/tag/del/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Use ins and del elements for document changes</title>
		<link>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes</link>
		<comments>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes#comments</comments>
		<pubDate>Mon, 25 May 2009 11:58:10 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Del]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Ins]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=259</guid>
		<description><![CDATA[The neglected ins and del elements should be used to markup changes in a document. Use ins to markup inserted sections and del to markup deleted sections.]]></description>
			<content:encoded><![CDATA[<p>The neglected <code>ins</code> and <code>del</code> elements should be used to markup changes in a document. Use <code>ins</code> to markup <strong>inserted</strong> sections and <code>del</code> to markup <strong>deleted</strong> sections.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

