শনিবার, ১০ আগস্ট, ২০১৩

Blogger Trick: How to Post HTML Codes

If you have a blog theme tutorial learn about blogs, you definitely have to post some HTML Codes. For Beginner Blogger, may get a little error when publishing the post. Because the post to include some of the HTML code does not write like a normal way. So to enter HTML code in the Post, we have to change some of the code. Here I will explain to you some code that should be changed.Before we start, please understand these codes with the descriptions in the list below.




Before (Original)
After (Changed)
Description
<
&lt;
Marks the beginning of code lines
>
&gt;
Marks the end of the cover code
&
&amp;
Mark of "and"
"
&quot;
Mark of double quotes
±
&plusmn;
Mark of plus minus
Space
&nbsp;
Mark of space
©
&copy;
Mark of copyright
®
&reg;
Mark of Registered




For example:

This is your original code that you wanna post:

<a href="http://bloggertrick4u.blogspot.com/" target="_blank">Blogger Trick Blog</a>


To post, you must change the code to be like this:

&lt;br/&gt;&lt;br/&gt;

&lt;code&gt;

&lt;a href="http://bloggertrick4u.blogspot.com/" target="_blank"&gt;Blogger Trick Blog&lt;/a&gt;

&lt;/code&gt;


This tag &lt;code&gt; and &lt;/code&gt; is for show your HTML code on your post. But don't forget to change the code as the table above. How?Good luck.

কোন মন্তব্য নেই: