<?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, 20 May 2012 03:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet Business]]></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'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 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><code>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'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 'tags' 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 'Entity'. 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">(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Fvendyxiao.com%2Fhow-to-place-html-tags-and-code-on-our-blog-post-in-blogger%2F"></a><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>
<h4>Incoming search terms:</h4><ul><li>place posts html</li></ul><div class="SPOSTARBUST-Related-Posts"><H4>Related Posts</H4><ul class="entry-meta"><li class="SPOSTARBUST-Related-Post"><a title="How to Add Twitter Button Below Post Title in Blogger (Blogspot)" href="http://vendyxiao.com/how-to-add-twitter-button-below-post-title-in-blogger-blogspot/" rel="bookmark">How to Add Twitter Button Below Post Title in Blogger (Blogspot)</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to link your Twitter Tweet to Facebook Wall" href="http://vendyxiao.com/how-to-link-your-twitter-tweet-to-facebook-wall/" rel="bookmark">How to link your Twitter Tweet to Facebook Wall</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="WP Syndicator Review from Real Customer" href="http://vendyxiao.com/wp-syndicator-review-from-real-customer/" rel="bookmark">WP Syndicator Review from Real Customer</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="How to Customize Your Sidebar Widget in Blogger (Blogspot)" href="http://vendyxiao.com/how-to-customize-your-sidebar-widget-in-blogger-blogspot/" rel="bookmark">How to Customize Your Sidebar Widget in Blogger (Blogspot)</a></li>
<li class="SPOSTARBUST-Related-Post"><a title="Semantic Search : Take a Look Google Search Engine in The Future" href="http://vendyxiao.com/semantic-search-take-a-look-google-search-engine-in-the-future/" rel="bookmark">Semantic Search : Take a Look Google Search Engine in The Future</a></li>
</ul></div>]]></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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: vendyxiao.com @ 2012-05-23 07:13:34 -->
