<?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>Vendy&#039;s Journal of Life &#187; Tags</title>
	<atom:link href="http://vendyxiao.com/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://vendyxiao.com</link>
	<description>Some rambling thoughts and shares about my daily activities</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:19:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to place HTML Tags and Code on our Blog Post in Blogger</title>
		<link>http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-place-html-tags-and-code-on-our-blog-post-in-blogger</link>
		<comments>http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 05:17:59 +0000</pubDate>
		<dc:creator>vahn</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://vendyxiao.com/2010/07/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/</guid>
		<description><![CDATA[When you writing a post on your blog, sometimes you want to include HTML tags or code into the post, especially if you&#8217;re writing a blog about about making website with HTML or the HTML tutorial. You have to demonstrate it by telling any formula in the HTML code into the post. Well .. Did [...]<p><a href="http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/">How to place HTML Tags and Code on our Blog Post in Blogger</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
]]></description>
			<content:encoded><![CDATA[<div align="right" style="float: right; padding: 0px 0px 5px 5px;"><a name="fb_share" type="box_count" share_url="http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/"></a></div><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-place-html-tags-and-code-on-our-blog-post-in-blogger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-place-html-tags-and-code-on-our-blog-post-in-blogger%2F&amp;style=normal&amp;b=2" height="61" width="50" title="How to place HTML Tags and Code on our Blog Post in Blogger" alt=" How to place HTML Tags and Code on our Blog Post in Blogger" /><br />
			</a>
		</div>
<p>When you writing a post on your blog, sometimes you want to include <strong>HTML tags</strong> or <strong>code </strong>into the post, especially if you&#8217;re writing a blog about about making website with HTML or the HTML tutorial. You have to demonstrate it by telling any formula in the HTML code into the post. Well .. Did you know that not all the HTML tags and code can be written in post by simply typing a character on keyboard or by copy paste the code to your post (This at least applies to <strong>Blogspot</strong>. It shouldn’t be a problem to type directly on <strong>WordPress</strong>).</p>
<p>For example, if you want to write HTML like this sentence:</p>
<p><span style="font-family: Courier New; color: #0000ff;">&lt;b&gt; example of bold &lt;/ b&gt;</span></p>
<p><span id="more-1602"></span></p>
<p><span style="font-family: Courier New; color: #0000ff;"> </span></p>
<p>If you write a sentence above along with their HTML code in the post after publishing, you will not see the same thing again, your writing becomes thick and the tags will disappeared. Blogger will assumes &#8216;tags&#8217; that you write it is a HTML code and Blogger will automatically convert it into this :</p>
<p><span style="color: #0000ff;"><strong><span style="font-family: Courier New;">example of bold</span></strong></span></p>
<p>So how to type a HTML tags on blogger, so it can’t be converted by blogger. The answer is just use the code &#8216;Entity&#8217;. Entity code is the code used to display certain characters in the world of HTML programming.</p>
<p>Entity code for &lt; is <strong><span style="color: #0000ff;">&amp;</span></strong><strong><span style="color: #0000ff;">lt;</span> </strong>and &gt; is <span style="color: #0000ff;"><strong>&amp;</strong><strong>gt;</strong><br />
</span>So you can write it like this (before publishing):</p>
<p><strong> </strong></p>
<p><strong><span style="font-family: Courier New;"><span style="color: #0000ff;">&amp;lt;b&amp;gt; example of bold &amp;lt;/b&amp;gt;</span></span></strong></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_58108" title="How to place HTML Tags and Code on our Blog Post in Blogger" url="http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/"></script><p><a href="http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/">How to place HTML Tags and Code on our Blog Post in Blogger</a> is a post from: <a href="http://vendyxiao.com">Vendy&#039;s Journal of Life</a></p>
<div class="shr-publisher-1602"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><h2  class="related_post_title">Related Post</h2><ul class="related_post"><li><a href="http://vendyxiao.com/how-to-create-related-post-below-your-single-post-in-blogger-blogspot/" title="How to Create Related Post below your Single Post in Blogger (Blogspot)"><img src="" alt=" How to place HTML Tags and Code on our Blog Post in Blogger"  title="How to place HTML Tags and Code on our Blog Post in Blogger" /></a></li><li><a href="http://vendyxiao.com/beware-of-fake-google-adsense-report/" title="Beware of Fake Google Adsense Report"><img src="" alt=" How to place HTML Tags and Code on our Blog Post in Blogger"  title="How to place HTML Tags and Code on our Blog Post in Blogger" /></a></li><li><a href="http://vendyxiao.com/how-to-add-google-translate-widget-in-your-web-site/" title="How to Add Google Translate Widget in Your Web Site"><img src="" alt=" How to place HTML Tags and Code on our Blog Post in Blogger"  title="How to place HTML Tags and Code on our Blog Post in Blogger" /></a></li><li><a href="http://vendyxiao.com/how-to-change-your-favicon-in-your-website-blog-wordpress-blogger/" title="How to change your Favicon in your Website / Blog (Wordpress &#038; Blogger)"><img src="" alt=" How to place HTML Tags and Code on our Blog Post in Blogger"  title="How to place HTML Tags and Code on our Blog Post in Blogger" /></a></li><li><a href="http://vendyxiao.com/windows-live-writer-recommended-blogging-tools-for-blog-writers/" title="Windows Live Writer : Recommended Blogging Tools for Blog Writers"><img src="" alt=" How to place HTML Tags and Code on our Blog Post in Blogger"  title="How to place HTML Tags and Code on our Blog Post in Blogger" /></a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://vendyxiao.com/how-to-place-html-tags-and-code-on-our-blog-post-in-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

