<?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>Just the FAQs Blog &#187; Working with Code</title>
	<atom:link href="http://justthefaqs.net/blog/category/working-with-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://justthefaqs.net/blog</link>
	<description>Online Marketing Resources for Non-Geeks</description>
	<lastBuildDate>Thu, 20 May 2010 21:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple HTML to Jazz up Your Posts</title>
		<link>http://justthefaqs.net/blog/2009/12/01/simple-html-to-jazz-up-your-posts/</link>
		<comments>http://justthefaqs.net/blog/2009/12/01/simple-html-to-jazz-up-your-posts/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:00:10 +0000</pubDate>
		<dc:creator>Just the FAQs</dc:creator>
				<category><![CDATA[Working with Code]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://justthefaqs.net/blog/?p=141</guid>
		<description><![CDATA[Simple HTML to Jazz up Your Posts]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-127" title="html" src="http://justthefaqs.net/blog/wp-content/uploads/2009/11/html.jpg" alt="html" width="84" height="29" />If you post online, you’re bound to come across situations where knowing just a wee bit of HTML would help you get noticed. While most blogs have full text editors, other sites don’t. These include the resource box for article directories and social sites like Ning that host multiple bloggers in a group.</p>
<p>HTML is a very simple and intuitive language. To make use of it, you simple surround the text you want to highlight in some way with simple tags. For instance, to make a word appear in bold, you would use the  tag. Here’s an example.</p>
<p style="text-align: center;">This &lt;b&gt;word&lt;/b&gt; is bold.</p>
<p style="text-align: left;">It would appear like this:  This <strong>word </strong>is bold.</p>
<p>The tag &lt;b&gt;  tells a browser that the text following it will be in bold. All of the text that follows will be in bold until the<strong> </strong> tag &lt;/b&gt; tells the browser to stop creating the effect. So, you can have a string of words in bold, like this:</p>
<p style="text-align: center;">&lt;b&gt;All of these words are bold.&lt;/b&gt;</p>
<p>Which would appear: <strong>All of these words are bold</strong>.</p>
<p>For more easy HTML tags to use on your posts and pages, read the article <a href="http://bit.ly/UWY1n" target="_blank">Jazz Up Your Site with Simple HTML</a> on <a href="http://www.justthefaqs.net" target="_blank">Just the FAQs</a>.</p>
<p>Like this post? Share it on Twitter and Facebook by clicking the button below.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjustthefaqs.net%2Fblog%2F2009%2F12%2F01%2Fsimple-html-to-jazz-up-your-posts%2F&amp;linkname=Simple%20HTML%20to%20Jazz%20up%20Your%20Posts"><img src="http://justthefaqs.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://justthefaqs.net/blog/2009/12/01/simple-html-to-jazz-up-your-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
