<?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>Rapidleech Stuff &#187; html</title>
	<atom:link href="http://rlstuff.us/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://rlstuff.us</link>
	<description>servers, news, updates, script, tutorial about RapidLeech</description>
	<lastBuildDate>Fri, 30 Apr 2010 14:53:50 +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>Text Format in Html</title>
		<link>http://rlstuff.us/text-format-in-html/</link>
		<comments>http://rlstuff.us/text-format-in-html/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to write html]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rapidleech tutorial]]></category>

		<guid isPermaLink="false">http://exiled.me/?p=181</guid>
		<description><![CDATA[
Format text in bold: 

The rule: &#60;b&#62; Your text in bold &#60;/ b&#62;
Example: Your text in bold

How to format text in italics: 
The rule: &#60;i&#62; Your Italic text &#60;/ i&#62;
Example: Your text in Italics



Underlined text: 
The rule:  &#60;u&#62;Your Text &#60;/ u&#62;
Example: Your Text underlined




Subscript Tag:
The rule:  &#60;sub&#62;Your Text to index &#60;/ sub&#62;
Example:This is [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Format text in bold: </strong></li>
</ul>
<p>The rule: &lt;b&gt; Your text in bold &lt;/ b&gt;<br />
Example: <strong>Your text in bold</strong></p>
<ul><span id="more-181"></span></p>
<li><strong>How to format text in italics: </strong><br />
The rule: &lt;i&gt; Your Italic text &lt;/ i&gt;<br />
Example: <em>Your text in Italics</em></li>
</ul>
<ul>
<li>
<div id="result_box" dir="ltr"><strong>Underlined text: </strong><br />
The rule:  &lt;u&gt;Your Text &lt;/ u&gt;<br />
Example: <span style="text-decoration: underline;">Your Text underlined</span></div>
</li>
</ul>
<ul>
<li>
<div id="result_box" dir="ltr"><strong>Subscript Tag</strong>:<br />
The rule:  &lt;sub&gt;Your Text to index &lt;/ sub&gt;<br />
Example:This is the <sub>SubScript</sub> text.</div>
</li>
</ul>
<ul>
<li><strong>How to format a superscript: </strong><br />
The rule: &lt;sup&gt; Your Text stating &lt;/ sup&gt;<br />
Example: <span style="color: #003366;">Your text<sup>text here</sup></span></li>
</ul>
<ul>
<li>
<div id="result_box" dir="ltr"><strong>Strikethrough: </strong><br />
The rule:  &lt;s&gt; Your Text &lt;/ s&gt;<br />
Example: <span style="text-decoration: line-through;">Your Text</span></div>
</li>
</ul>
<ul>
<li><strong>How to format a text with colors</strong>:<br />
&lt;font color=&#8221;color code&#8221;&gt; defines a text color and then ends with &lt;/ font&gt;<br />
The rule: &lt;font color=&#8221;#0000ff&#8221;&gt; Your Text &lt;/ font&gt;<br />
Example: <span style="color: #0000ff;">Your Text Color</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rlstuff.us/text-format-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Html</title>
		<link>http://rlstuff.us/creating-html/</link>
		<comments>http://rlstuff.us/creating-html/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to write html]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rapidleech tutorial]]></category>

		<guid isPermaLink="false">http://exiled.me/?p=179</guid>
		<description><![CDATA[1- To define the language used, you should always put this tag &#60;html&#62; the beginning of your page then the page should be completed by &#60;/ html&#62;.
2- Then we must place other tags inside:
-You need to put the tag &#60;head&#62; then ends with &#60;/ head&#62;.


This tag contains another tag which is the title of your [...]]]></description>
			<content:encoded><![CDATA[<div id="result_box" dir="ltr">1- To define the language used, you should always put this tag &lt;html&gt; the beginning of your page then the page should be completed by &lt;/ html&gt;.</div>
<div dir="ltr">2- Then we must place other tags inside:</div>
<div dir="ltr">-You need to put the tag &lt;head&gt; then ends with &lt;/ head&gt;.</div>
<div dir="ltr"><span id="more-179"></span></div>
<div dir="ltr">
<p>This tag contains another tag which is the title of your page, the title will appear on the bar at the top of your browser and also enables search engines to find you, so you have to put an explicit title!</p></div>
<div dir="ltr">
<div id="result_box" dir="ltr">This tag begins with &lt;title&gt; and ends with &lt;/ title&gt;.</div>
<div dir="ltr">
<div id="result_box" dir="ltr">other tags are also needed for search engines, they are not indispensable for the functioning of your page, these tags are placed between &lt;head&gt; &lt;/ head&gt;. Some examples:</div>
<div dir="ltr">
<ul>
<li> &lt;<span style="color: #003366;"><strong>meta name=&#8221;Description&#8221;</strong></span> content=&#8221;Learn HTML online for free&#8221;&gt;</li>
</ul>
</div>
<div id="result_box" dir="ltr">The content of this meta tag as its name suggests is a description of your website. Some search engines need this meta tags to analyze the page.</div>
<div dir="ltr">
<ul>
<li> &lt;<span style="color: #003366;"><strong>meta name=&#8221;keywords&#8221;</strong></span> content=&#8221;HTML, PHP, MYSQL, create, design&#8221;&gt;</li>
</ul>
<div id="result_box" dir="ltr">This meta name contains all the keywords of your website, most search engines will look at this meta tag.</div>
</div>
<div dir="ltr">
<ul>
<li> &lt;<span style="color: #003366;"><strong>meta http-equiv=&#8221;Content-Language&#8221;</strong></span> content=&#8221;<strong>en</strong>-us&#8221;&gt;</li>
</ul>
<div id="result_box" dir="ltr">This meta tag indicates the main language of the website.</div>
</div>
<div dir="ltr">
<ul>
<li> &lt;<span style="color: #003366;"><strong>meta name=&#8221;Author&#8221; </strong></span>content=&#8221;Robert&#8221;&gt;</li>
</ul>
<div id="result_box" dir="ltr">This meta tag reference the author of the website.</div>
</div>
<div dir="ltr">
<div dir="ltr">3- The body contents are visible to the user who visits your website, you need to put this tag &lt;body&gt; then ends with &lt;/ body&gt;.</div>
<div dir="ltr">4- The comments are written like this:<br />
<strong>&lt;! &#8211; Your comments are here -&gt;</strong> comments are not visible to the user, you have to edit the source code to see the comments.</div>
<div dir="ltr"><strong><br />
</strong></div>
<div dir="ltr"><strong>An Example:</strong></div>
<div dir="ltr">
<p><span style="color: #003366;">&lt;html&gt;<br />
</span><span style="color: #003366;"><br />
&lt;!&#8211;</span>-Beginning of your HTML page&#8212;&gt;</p>
<p><span style="color: #003366;"><br />
&lt;head&gt;<br />
&lt;!&#8212;Your Header&#8212;&gt;</span></p>
<p>&lt;title&gt;Title of your Website&lt;/title&gt;</p>
<p>&lt;/head&gt;<br />
&lt;!- &#8211;End of your Header- &#8211;&gt;</p>
<p>&lt;body&gt;<br />
&lt;!&#8212;Beginning of your Body&#8212;&gt;</p>
<p>This is my new website!<br />
&lt;!&#8212;type your text&#8212;&gt;</p>
<p>&lt;/body&gt;<br />
&lt;!&#8212;End of your body&#8212;&gt;</p>
<p>&lt;/html&gt;<br />
&lt;!&#8212;Close your html file&#8212;&gt;</p>
<p>- The example will give to the visitors to your website the following message:</p>
<div id="result_box" dir="ltr"><span style="color: #003366;">This is my new website!</span></div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rlstuff.us/creating-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
