<?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>Done and Dusted &#187; HTML Notes</title>
	<atom:link href="http://blog.bahoot.com/category/computers/software/html-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bahoot.com</link>
	<description>The blog that really BLOGS</description>
	<lastBuildDate>Fri, 30 Mar 2012 10:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML: How to add spaces within HTML Code</title>
		<link>http://blog.bahoot.com/computers/software/html-notes/html-add-spaces-html-code/</link>
		<comments>http://blog.bahoot.com/computers/software/html-notes/html-add-spaces-html-code/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 13:27:00 +0000</pubDate>
		<dc:creator>Capes</dc:creator>
				<category><![CDATA[HTML Notes]]></category>

		<guid isPermaLink="false">http://blog.bahoot.com/?p=1001</guid>
		<description><![CDATA[I f you add a space, HTML will normally remove it, but by adding the following within the HTML code you can avoid the space removal: &#38;nbsp;]]></description>
			<content:encoded><![CDATA[<p>I f you add a space, HTML will normally remove it, but by adding the following within the HTML code you can avoid the space removal:</p>
<p style="text-align: center;"><strong>&amp;nbsp;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bahoot.com/computers/software/html-notes/html-add-spaces-html-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images in HTML Code</title>
		<link>http://blog.bahoot.com/computers/software/html-notes/images-html-code/</link>
		<comments>http://blog.bahoot.com/computers/software/html-notes/images-html-code/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:46:07 +0000</pubDate>
		<dc:creator>Capes</dc:creator>
				<category><![CDATA[HTML Notes]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[image gif]]></category>
		<category><![CDATA[image height]]></category>
		<category><![CDATA[image jpg]]></category>
		<category><![CDATA[image size]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[img src]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[size details]]></category>
		<category><![CDATA[src image]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://blog.bahoot.com/?p=353</guid>
		<description><![CDATA[To add an image in HTML code, insert: &#60;img src=&#8221;image.jpg&#8221; /&#62; Adding alternative text, is as follows: &#60;img src=&#8221;http://bahoot.com/image.gif&#8221; alt=&#8221;I am an image!&#8221; /&#62; add image size details: &#60;img src=&#8221;http://bahoot.com/image.gif&#8221; alt=&#8221;I am an image!&#8221; height=&#8221;10&#8243; width=&#8221;15&#8243;/&#62; Images as links: &#60;a href=&#8221;http://www.bahoot.com/&#8221;&#62; &#60;img src=&#8221;image.gif&#8221;&#62; &#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>To add an image in HTML code, insert:</p>
<p>&lt;img src=&#8221;image.jpg&#8221; /&gt;</p>
<p>Adding alternative text, is as follows:</p>
<p>&lt;img src=&#8221;http://bahoot.com/image.gif&#8221; <strong>alt=&#8221;I am an image!&#8221;</strong> /&gt;</p>
<p>add image size details:</p>
<p>&lt;img src=&#8221;http://bahoot.com/image.gif&#8221; alt=&#8221;I am an image!&#8221; <strong>height=&#8221;10&#8243; width=&#8221;15&#8243;</strong>/&gt;</p>
<p>Images as links:</p>
<p><strong>&lt;a href=&#8221;http://www.bahoot.com/&#8221;&gt;</strong><br />
&lt;img src=&#8221;image.gif&#8221;&gt;<br />
<strong>&lt;/a&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bahoot.com/computers/software/html-notes/images-html-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6: The HTML Poison Chalice</title>
		<link>http://blog.bahoot.com/computers/software/html-notes/internet-explorer-6-html-poison-chalice/</link>
		<comments>http://blog.bahoot.com/computers/software/html-notes/internet-explorer-6-html-poison-chalice/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:20:40 +0000</pubDate>
		<dc:creator>Capes</dc:creator>
				<category><![CDATA[HTML Notes]]></category>
		<category><![CDATA[code lt]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[miscrosoft]]></category>
		<category><![CDATA[poison chalice]]></category>

		<guid isPermaLink="false">http://blog.bahoot.com/?p=337</guid>
		<description><![CDATA[Miscrosoft&#8217;s IE6 or Internet Explorer 6 is long been replaced, but its still in use by a lot of people. How to crash IE6 using a simple line of code, easy: Make a page with the following code: &#60;style&#62;*{position:relative}&#60;/style&#62;&#60;table&#62;&#60;input&#62;&#60;/table&#62; What&#8217;s the use of knowing this, sorry for wasting your time!]]></description>
			<content:encoded><![CDATA[<p>Miscrosoft&#8217;s IE6 or Internet Explorer 6 is long been replaced, but its still in use by a lot of people.</p>
<p>How to crash IE6 using a simple line of code, easy:</p>
<p>Make a page with the following code:</p>
<p>&lt;style&gt;*{position:relative}&lt;/style&gt;&lt;table&gt;&lt;input&gt;&lt;/table&gt;</p>
<p>What&#8217;s the use of knowing this, sorry for wasting your time!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bahoot.com/computers/software/html-notes/internet-explorer-6-html-poison-chalice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

