<?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>keith.kg &#187; anchor</title>
	<atom:link href="http://keith.kg/tag/anchor/feed/" rel="self" type="application/rss+xml" />
	<link>http://keith.kg</link>
	<description>Keith Greer Web Development &#38; Design</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:35:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML Anchor</title>
		<link>http://keith.kg/html/2009/10/html-anchor/</link>
		<comments>http://keith.kg/html/2009/10/html-anchor/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 21:30:15 +0000</pubDate>
		<dc:creator>Keith Greer</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://keithgreer.eu/blog/?p=43</guid>
		<description><![CDATA[The Anchor has two important functions in HTML. First it is the main method for interlinking HTML documents and non-HTML media using the href attribute. It can also be used to jump to a location within a HTML document using the id attribute. ?View Code HTML1 &#38;lt;a href=&#34;http://www.bbc.co.uk&#34;&#38;gt;BBC Online&#38;lt;/a&#38;gt; BBC Online The hash # symbol [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Anchor has two important functions in HTML. First it is the main method for interlinking HTML documents and non-HTML media using the <em>href</em> attribute. It can also be used to jump to a location within a HTML document using the <em>id</em> attribute.</strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p43code3'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p433"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p43code3"><pre class="html" style="font-family:monospace;">&amp;lt;a href=&quot;http://www.bbc.co.uk&quot;&amp;gt;BBC Online&amp;lt;/a&amp;gt;</pre></td></tr></table></div>

<blockquote><p><a href="http://www.bbc.co.uk">BBC Online</a></p></blockquote>
<p>The hash <em>#</em> symbol can be used to jump to any element with an ID attribute. The link below will jump to to the top of the current page, which has an attribute <em>id=&#8221;header&#8221;</em>.</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p43code4'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p434"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p43code4"><pre class="html" style="font-family:monospace;">&amp;lt;a href=&quot;#header&quot;&amp;gt;Jump to Page Header&amp;lt;/a&amp;gt;</pre></td></tr></table></div>

<blockquote><p><a href="#header">Jump to Page Header</a></p></blockquote>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>27 March 2009 -- <a href="http://keith.kg/html/2009/03/linkrel-nofollow/" title="rel=&#8221;nofollow&#8221;">rel=&#8221;nofollow&#8221;</a> (0)</li><li>2 October 2009 -- <a href="http://keith.kg/html/2009/10/html-iframes/" title="HTML iFrames">HTML iFrames</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://keith.kg/html/2009/10/html-anchor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
