<?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>Robb Clarke - Fredericton Web and Print Designer &#187; del</title>
	<atom:link href="http://robbclarke.com/tag/del/feed/" rel="self" type="application/rss+xml" />
	<link>http://robbclarke.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 14 Aug 2010 12:49:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Handful of HTML Tags That You Might Not Know About</title>
		<link>http://robbclarke.com/coding-tricks/a-handful-of-html-tags-that-you-might-not-know-about/</link>
		<comments>http://robbclarke.com/coding-tricks/a-handful-of-html-tags-that-you-might-not-know-about/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:31:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding Tricks]]></category>
		<category><![CDATA[abbr]]></category>
		<category><![CDATA[acronym]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ins]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Uncommon]]></category>
		<category><![CDATA[wbr]]></category>

		<guid isPermaLink="false">http://clarkegraphics.com/?p=67</guid>
		<description><![CDATA[Having to know numerous languages isn&#8217;t anything new to website developers so it&#8217;s no wonder that bits of code get forgotten about or just plain over looked. I recently came across a handful of pretty useful tags that I wanted to share. #1 &#60;acronym&#62; The &#60;acronym&#62; tag is fantastic if you want to define an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://clarkegraphics.com/2009/08/a-handful-of-html-tags-that-you-might-not-know-about/"><img class="alignright size-full wp-image-220" title="htmltag" src="http://clarkegraphics.com/wp-content/uploads/2009/08/htmltag.jpg" alt="htmltag" width="600" height="200" /></a></p>
<p>Having to know numerous languages isn&#8217;t anything new to website developers so it&#8217;s no wonder that bits of code get forgotten about or just plain over looked. I recently came across a handful of pretty useful tags that I wanted to share.</p>
<h4>#1 &lt;acronym&gt;</h4>
<p>The &lt;acronym&gt; tag is fantastic if you want to define an acronym displayed on your website but don&#8217;t want to have it displayed in the content. Simply wrap your acronym in this tag and when hovered over it will display the definition (provided you fill it in).</p>
<pre class="html"><span class="htmlOtherTag">&lt;acronym title=<span class="htmlAttributeValue">&quot;Search Engine Optimization&quot;</span>&gt;</span>SEO<span class="htmlOtherTag">&lt;/acronym&gt;</span> is essential for building a &quot;findable&quot; website.</pre>
<p><strong>Demo</strong><br />
<acronym title="Search Engine Optimization">SEO</acronym> is essential for building a &#8220;findable&#8221; website.</p>
<h4>#2 &lt;abbr&gt;</h4>
<p>On a related note, &lt;abbr&gt; is great for displaying the definition of abbreviations that you may be using in the content of your site.</p>
<pre class="html"><span class="htmlOtherTag">&lt;abbr title=<span class="htmlAttributeValue">&quot;Mister&quot;</span>&gt;</span>Mr.<span class="htmlOtherTag">&lt;/abbr&gt;</span> Robb Clarke</pre>
<p><strong>Demo</strong><br />
<abbr title="Mister">Mr.</abbr> Robb Clarke</p>
<h4>#3 &lt;wbr&gt;</h4>
<p>Ever had a long word hyphenated in a really awkward spot when you view your content? The &lt;wbr&gt; tag solves that problem by allowing you to dictate where the line break, if needed, will happen in that word.</p>
<pre class="html">antidisestablishmentarianism</pre>
<p><strong>Demo</strong><br />
antidisestablishmentarianism</p>
<h4>#4 &lt;ins&gt; and &lt;del&gt;</h4>
<p>If you ever need to display editing corrections in your content, the &lt;ins&gt; and &lt;del&gt; are the perfect solution for that. The &lt;ins&gt; tag underlines the word(s) that you wish to insert into the text whereas the &lt;del&gt; strikes through the word(s) that you have deleted/changes. Just wrap the word(s) that you want to add/remove in the appropriate tags.</p>
<pre class="html">District 9 was a <span class="htmlOtherTag">&lt;del&gt;</span>horrible<span class="htmlOtherTag">&lt;/del&gt;</span> <span class="htmlOtherTag">&lt;ins&gt;</span>great<span class="htmlOtherTag">&lt;/ins&gt;</span> movie.</pre>
<p><strong>Demo</strong><br />
District 9 was a <del>horrible</del> <ins>great</ins> movie.</p>
<p>None of these tags are going to change the way that you code sites or revolutionize the world of website design but they&#8217;re neat little tricks to add and display more information on your website.</p>
<p>Were these useful? Let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://robbclarke.com/coding-tricks/a-handful-of-html-tags-that-you-might-not-know-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
