<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Navid</title>
	<atom:link href="http://navid100.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://navid100.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 19 Apr 2011 12:18:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='navid100.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e4b14ee147b717e7e6d956b4694ad9a7?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Navid</title>
		<link>http://navid100.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://navid100.wordpress.com/osd.xml" title="Navid" />
	<atom:link rel='hub' href='http://navid100.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTTP Status Messages</title>
		<link>http://navid100.wordpress.com/2009/05/18/http-status-messages/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/http-status-messages/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:21:52 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[HTTP Status Messages]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XHTML Tutorial]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=338</guid>
		<description><![CDATA[When a browser requests a service from a web server, an error might occur. This is a list of HTTP status messages that might be returned: 1xx: Information Message: Description: 100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=338&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="intro">When a browser requests a service from a web server, an error might occur.</p>
<p class="intro">This is a list of HTTP status messages that might be returned:</p>
<hr /><strong>1xx: Information</strong></p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="40%" align="left">Message:</th>
<th width="60%" align="left">Description:</th>
</tr>
<tr>
<td valign="top">100 Continue</td>
<td valign="top">Only a part       of the request has been received by the server, but as long as it has not       been rejected, the client should continue with the request</td>
</tr>
<tr>
<td valign="top">101 Switching Protocols</td>
<td valign="top">The server switches protocol</td>
</tr>
</tbody>
</table>
<p><strong>2xx: Successful</strong></p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="40%" align="left">Message:</th>
<th width="60%" align="left">Description:</th>
</tr>
<tr>
<td valign="top">200 OK</td>
<td valign="top">The request is OK</td>
</tr>
<tr>
<td valign="top">201 Created</td>
<td valign="top">The request is complete, and a new resource is       created</td>
</tr>
<tr>
<td valign="top">202 Accepted</td>
<td valign="top">The request is accepted for processing, but the processing       is not complete</td>
</tr>
<tr>
<td valign="top">203 Non-authoritative Information</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">204 No Content</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">205 Reset Content</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">206 Partial Content</td>
<td valign="top"></td>
</tr>
</tbody>
</table>
<p><strong>3xx: Redirection</strong></p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="40%" align="left">Message:</th>
<th width="60%" align="left">Description:</th>
</tr>
<tr>
<td valign="top">300 Multiple Choices</td>
<td valign="top">A link list. The user can select a link and go to that       location. Maximum five addresses</td>
</tr>
<tr>
<td valign="top">301 Moved Permanently</td>
<td valign="top">The requested page has moved to a new url</td>
</tr>
<tr>
<td valign="top">302 Found</td>
<td valign="top">The requested page has moved temporarily to a new url</td>
</tr>
<tr>
<td valign="top">303 See Other</td>
<td valign="top">The requested page can be found under a different url</td>
</tr>
<tr>
<td valign="top">304 Not Modified</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">305 Use Proxy</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">306 <em>Unused</em></td>
<td valign="top">This code was used in a previous version. It is no longer       used, but the code is reserved</td>
</tr>
<tr>
<td valign="top">307 Temporary Redirect</td>
<td valign="top">The requested page has moved temporarily to a new url</td>
</tr>
</tbody>
</table>
<p><strong>4xx: Client Error</strong></p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="40%" align="left">Message:</th>
<th width="60%" align="left">Description:</th>
</tr>
<tr>
<td valign="top">400 Bad Request</td>
<td valign="top">The server did not understand the request</td>
</tr>
<tr>
<td valign="top">401 Unauthorized</td>
<td valign="top">The requested page needs a username and a password</td>
</tr>
<tr>
<td valign="top">402 Payment Required</td>
<td valign="top"><em>You can not use this code yet</em></td>
</tr>
<tr>
<td valign="top">403 Forbidden</td>
<td valign="top">Access is forbidden to the requested page</td>
</tr>
<tr>
<td valign="top">404 Not Found</td>
<td valign="top">The server can not find the requested page</td>
</tr>
<tr>
<td valign="top">405 Method Not Allowed</td>
<td valign="top">The method specified in the request is not allowed</td>
</tr>
<tr>
<td valign="top">406 Not Acceptable</td>
<td valign="top">The server can only generate a response that is not       accepted by the client</td>
</tr>
<tr>
<td valign="top">407 Proxy Authentication Required</td>
<td valign="top">You must authenticate with a proxy server before this       request can be served</td>
</tr>
<tr>
<td valign="top">408 Request Timeout</td>
<td valign="top">The request took longer than the server was prepared to       wait</td>
</tr>
<tr>
<td valign="top">409 Conflict</td>
<td valign="top">The request could not be completed because of a conflict</td>
</tr>
<tr>
<td valign="top">410 Gone</td>
<td valign="top">The requested page is no longer available</td>
</tr>
<tr>
<td valign="top">411 Length Required</td>
<td valign="top">The &#8220;Content-Length&#8221; is not defined. The server       will not accept the request without it</td>
</tr>
<tr>
<td valign="top">412 Precondition Failed</td>
<td valign="top">The precondition given in the request evaluated to false by       the server</td>
</tr>
<tr>
<td valign="top">413 Request Entity Too Large</td>
<td valign="top">The server will not accept the request, because the request entity is       too large</td>
</tr>
<tr>
<td valign="top">414 Request-url Too Long</td>
<td valign="top">The server will not accept the request, because the url is       too long. Occurs when you convert a &#8220;post&#8221; request to a &#8220;get&#8221; request with       a long query information</td>
</tr>
<tr>
<td valign="top">415 Unsupported Media Type</td>
<td valign="top">The server will not accept the request, because the media       type is not supported</td>
</tr>
<tr>
<td valign="top">416</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">417 Expectation Failed</td>
<td valign="top"></td>
</tr>
</tbody>
</table>
<p><strong>5xx: Server Error</strong></p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="40%" align="left">Message:</th>
<th width="60%" align="left">Description:</th>
</tr>
<tr>
<td valign="top">500 Internal Server Error</td>
<td valign="top">The request was not completed. The server met an unexpected condition</td>
</tr>
<tr>
<td valign="top">501 Not Implemented</td>
<td valign="top">The request was not completed. The server did not support       the functionality required</td>
</tr>
<tr>
<td valign="top">502 Bad Gateway</td>
<td valign="top">The request was not completed. The server received an       invalid response from the upstream server</td>
</tr>
<tr>
<td valign="top">503 Service Unavailable</td>
<td valign="top">The request was not completed. The server is temporarily       overloading or down</td>
</tr>
<tr>
<td valign="top">504 Gateway Timeout</td>
<td valign="top">The gateway has timed out</td>
</tr>
<tr>
<td valign="top">505 HTTP Version Not Supported</td>
<td valign="top">The server does not support the &#8220;http protocol&#8221; version</td>
</tr>
</tbody>
</table>
<br /> Tagged: html, html tutorials, HTTP Status Messages, lessons, tutorials, web, XHTML, XHTML Tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=338&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/http-status-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Language Code Reference</title>
		<link>http://navid100.wordpress.com/2009/05/18/html-language-code-reference/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/html-language-code-reference/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:20:07 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[HTML Language Code]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=336</guid>
		<description><![CDATA[ISO Language Codes The HTML lang attribute can be used to declare the language of a Web page or a portion of a Web page. This is meant to assist search engines and browsers. According to the W3C recommendation you should declare the primary language for each Web page with the lang attribute inside the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=336&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>ISO Language Codes</h2>
<p>The HTML lang attribute can be used to declare the language of a Web page or  a portion of a Web page. This is meant to assist search engines and browsers.</p>
<p>According to the W3C recommendation you should declare the primary language  for each Web page with the lang attribute inside the &lt;html&gt; tag, like this:</p>
<table id="table1" class="ex" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<td valign="top">
<pre>&lt;html lang="en"&gt;
...
&lt;/html&gt;</pre>
</td>
</tr>
</tbody>
</table>
<p>In XHTML, the language is declared inside the &lt;html&gt; tag as follows:</p>
<table class="ex" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<td valign="top">
<pre>&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;
...
&lt;/html&gt;</pre>
</td>
</tr>
</tbody>
</table>
<hr />
<h2>ISO 639-1 Language Codes</h2>
<p>ISO 639-1 defines abbreviations for languages. In HTML and XHTML they can be  used in the lang and xml:lang attributes.</p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Language</th>
<th align="left">ISO Code</th>
</tr>
<tr>
<td>Abkhazian</td>
<td>ab</td>
</tr>
<tr>
<td>Afar</td>
<td>aa</td>
</tr>
<tr>
<td>Afrikaans</td>
<td>af</td>
</tr>
<tr>
<td>Albanian</td>
<td>sq</td>
</tr>
<tr>
<td>Amharic</td>
<td>am</td>
</tr>
<tr>
<td>Arabic</td>
<td>ar</td>
</tr>
<tr>
<td>Armenian</td>
<td>hy</td>
</tr>
<tr>
<td>Assamese</td>
<td>as</td>
</tr>
<tr>
<td>Aymara</td>
<td>ay</td>
</tr>
<tr>
<td>Azerbaijani</td>
<td>az</td>
</tr>
<tr>
<td>Bashkir</td>
<td>ba</td>
</tr>
<tr>
<td>Basque</td>
<td>eu</td>
</tr>
<tr>
<td>Bengali (Bangla)</td>
<td>bn</td>
</tr>
<tr>
<td>Bhutani</td>
<td>dz</td>
</tr>
<tr>
<td>Bihari</td>
<td>bh</td>
</tr>
<tr>
<td>Bislama</td>
<td>bi</td>
</tr>
<tr>
<td>Breton</td>
<td>br</td>
</tr>
<tr>
<td>Bulgarian</td>
<td>bg</td>
</tr>
<tr>
<td>Burmese</td>
<td>my</td>
</tr>
<tr>
<td>Byelorussian (Belarusian)</td>
<td>be</td>
</tr>
<tr>
<td>Cambodian</td>
<td>km</td>
</tr>
<tr>
<td>Catalan</td>
<td>ca</td>
</tr>
<tr>
<td>Cherokee</td>
<td></td>
</tr>
<tr>
<td>Chewa</td>
<td></td>
</tr>
<tr>
<td>Chinese (Simplified)</td>
<td>zh</td>
</tr>
<tr>
<td>Chinese (Traditional)</td>
<td>zh</td>
</tr>
<tr>
<td>Corsican</td>
<td>co</td>
</tr>
<tr>
<td>Croatian</td>
<td>hr</td>
</tr>
<tr>
<td>Czech</td>
<td>cs</td>
</tr>
<tr>
<td>Danish</td>
<td>da</td>
</tr>
<tr>
<td>Divehi</td>
<td></td>
</tr>
<tr>
<td>Dutch</td>
<td>nl</td>
</tr>
<tr>
<td>Edo</td>
<td></td>
</tr>
<tr>
<td>English</td>
<td>en</td>
</tr>
<tr>
<td>Esperanto</td>
<td>eo</td>
</tr>
<tr>
<td>Estonian</td>
<td>et</td>
</tr>
<tr>
<td>Faeroese</td>
<td>fo</td>
</tr>
<tr>
<td>Farsi</td>
<td>fa</td>
</tr>
<tr>
<td>Fiji</td>
<td>fj</td>
</tr>
<tr>
<td>Finnish</td>
<td>fi</td>
</tr>
<tr>
<td>Flemish</td>
<td></td>
</tr>
<tr>
<td>French</td>
<td>fr</td>
</tr>
<tr>
<td>Frisian</td>
<td>fy</td>
</tr>
<tr>
<td>Fulfulde</td>
<td></td>
</tr>
<tr>
<td>Galician</td>
<td>gl</td>
</tr>
<tr>
<td>Gaelic (Scottish)</td>
<td>gd</td>
</tr>
<tr>
<td>Gaelic (Manx)</td>
<td>gv</td>
</tr>
<tr>
<td>Georgian</td>
<td>ka</td>
</tr>
<tr>
<td>German</td>
<td>de</td>
</tr>
<tr>
<td>Greek</td>
<td>el</td>
</tr>
<tr>
<td>Greenlandic</td>
<td>kl</td>
</tr>
<tr>
<td>Guarani</td>
<td>gn</td>
</tr>
<tr>
<td>Gujarati</td>
<td>gu</td>
</tr>
<tr>
<td>Hausa</td>
<td>ha</td>
</tr>
<tr>
<td>Hawaiian</td>
<td></td>
</tr>
<tr>
<td>Hebrew</td>
<td>he, iw</td>
</tr>
<tr>
<td>Hindi</td>
<td>hi</td>
</tr>
<tr>
<td>Hungarian</td>
<td>hu</td>
</tr>
<tr>
<td>Ibibio</td>
<td></td>
</tr>
<tr>
<td>Icelandic</td>
<td>is</td>
</tr>
<tr>
<td>Igbo</td>
<td></td>
</tr>
<tr>
<td>Indonesian</td>
<td>id, in</td>
</tr>
<tr>
<td>Interlingua</td>
<td>ia</td>
</tr>
<tr>
<td>Interlingue</td>
<td>ie</td>
</tr>
<tr>
<td>Inuktitut</td>
<td>iu</td>
</tr>
<tr>
<td>Inupiak</td>
<td>ik</td>
</tr>
<tr>
<td>Irish</td>
<td>ga</td>
</tr>
<tr>
<td>Italian</td>
<td>it</td>
</tr>
<tr>
<td>Japanese</td>
<td>ja</td>
</tr>
<tr>
<td>Javanese</td>
<td>jv</td>
</tr>
<tr>
<td>Kannada</td>
<td>kn</td>
</tr>
<tr>
<td>Kanuri</td>
<td></td>
</tr>
<tr>
<td>Kashmiri</td>
<td>ks</td>
</tr>
<tr>
<td>Kazakh</td>
<td>kk</td>
</tr>
<tr>
<td>Kinyarwanda (Ruanda)</td>
<td>rw</td>
</tr>
<tr>
<td>Kirghiz</td>
<td>ky</td>
</tr>
<tr>
<td>Kirundi (Rundi)</td>
<td>rn</td>
</tr>
<tr>
<td>Konkani</td>
<td></td>
</tr>
<tr>
<td>Korean</td>
<td>ko</td>
</tr>
<tr>
<td>Kurdish</td>
<td>ku</td>
</tr>
<tr>
<td>Laothian</td>
<td>lo</td>
</tr>
<tr>
<td>Latin</td>
<td>la</td>
</tr>
<tr>
<td>Latvian (Lettish)</td>
<td>lv</td>
</tr>
<tr>
<td>Limburgish ( Limburger)</td>
<td>li</td>
</tr>
<tr>
<td>Lingala</td>
<td>ln</td>
</tr>
<tr>
<td>Lithuanian</td>
<td>lt</td>
</tr>
<tr>
<td>Macedonian</td>
<td>mk</td>
</tr>
<tr>
<td>Malagasy</td>
<td>mg</td>
</tr>
<tr>
<td>Malay</td>
<td>ms</td>
</tr>
<tr>
<td>Malayalam</td>
<td>ml</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>Maltese</td>
<td>mt</td>
</tr>
<tr>
<td>Maori</td>
<td>mi</td>
</tr>
<tr>
<td>Marathi</td>
<td>mr</td>
</tr>
<tr>
<td>Moldavian</td>
<td>mo</td>
</tr>
<tr>
<td>Mongolian</td>
<td>mn</td>
</tr>
<tr>
<td>Nauru</td>
<td>na</td>
</tr>
<tr>
<td>Nepali</td>
<td>ne</td>
</tr>
<tr>
<td>Norwegian</td>
<td>no</td>
</tr>
<tr>
<td>Occitan</td>
<td>oc</td>
</tr>
<tr>
<td>Oriya</td>
<td>or</td>
</tr>
<tr>
<td>Oromo (Afan, Galla)</td>
<td>om</td>
</tr>
<tr>
<td>Papiamentu</td>
<td></td>
</tr>
<tr>
<td>Pashto (Pushto)</td>
<td>ps</td>
</tr>
<tr>
<td>Polish</td>
<td>pl</td>
</tr>
<tr>
<td>Portuguese</td>
<td>pt</td>
</tr>
<tr>
<td>Punjabi</td>
<td>pa</td>
</tr>
<tr>
<td>Quechua</td>
<td>qu</td>
</tr>
<tr>
<td>Rhaeto-Romance</td>
<td>rm</td>
</tr>
<tr>
<td>Romanian</td>
<td>ro</td>
</tr>
<tr>
<td>Russian</td>
<td>ru</td>
</tr>
<tr>
<td>Sami (Lappish)</td>
<td></td>
</tr>
<tr>
<td>Samoan</td>
<td>sm</td>
</tr>
<tr>
<td>Sangro</td>
<td>sg</td>
</tr>
<tr>
<td>Sanskrit</td>
<td>sa</td>
</tr>
<tr>
<td>Serbian</td>
<td>sr</td>
</tr>
<tr>
<td>Serbo-Croatian</td>
<td>sh</td>
</tr>
<tr>
<td>Sesotho</td>
<td>st</td>
</tr>
<tr>
<td>Setswana</td>
<td>tn</td>
</tr>
<tr>
<td>Shona</td>
<td>sn</td>
</tr>
<tr>
<td>Sindhi</td>
<td>sd</td>
</tr>
<tr>
<td>Sinhalese</td>
<td>si</td>
</tr>
<tr>
<td>Siswati</td>
<td>ss</td>
</tr>
<tr>
<td>Slovak</td>
<td>sk</td>
</tr>
<tr>
<td>Slovenian</td>
<td>sl</td>
</tr>
<tr>
<td>Somali</td>
<td>so</td>
</tr>
<tr>
<td>Spanish</td>
<td>es</td>
</tr>
<tr>
<td>Sundanese</td>
<td>su</td>
</tr>
<tr>
<td>Swahili (Kiswahili)</td>
<td>sw</td>
</tr>
<tr>
<td>Swedish</td>
<td>sv</td>
</tr>
<tr>
<td>Syriac</td>
<td></td>
</tr>
<tr>
<td>Tagalog</td>
<td>tl</td>
</tr>
<tr>
<td>Tajik</td>
<td>tg</td>
</tr>
<tr>
<td>Tamazight</td>
<td></td>
</tr>
<tr>
<td>Tamil</td>
<td>ta</td>
</tr>
<tr>
<td>Tatar</td>
<td>tt</td>
</tr>
<tr>
<td>Telugu</td>
<td>te</td>
</tr>
<tr>
<td>Thai</td>
<td>th</td>
</tr>
<tr>
<td>Tibetan</td>
<td>bo</td>
</tr>
<tr>
<td>Tigrinya</td>
<td>ti</td>
</tr>
<tr>
<td>Tonga</td>
<td>to</td>
</tr>
<tr>
<td>Tsonga</td>
<td>ts</td>
</tr>
<tr>
<td>Turkish</td>
<td>tr</td>
</tr>
<tr>
<td>Turkmen</td>
<td>tk</td>
</tr>
<tr>
<td>Twi</td>
<td>tw</td>
</tr>
<tr>
<td>Uighur</td>
<td>ug</td>
</tr>
<tr>
<td>Ukrainian</td>
<td>uk</td>
</tr>
<tr>
<td>Urdu</td>
<td>ur</td>
</tr>
<tr>
<td>Uzbek</td>
<td>uz</td>
</tr>
<tr>
<td>Venda</td>
<td></td>
</tr>
<tr>
<td>Vietnamese</td>
<td>vi</td>
</tr>
<tr>
<td>Volapük</td>
<td>vo</td>
</tr>
<tr>
<td>Welsh</td>
<td>cy</td>
</tr>
<tr>
<td>Wolof</td>
<td>wo</td>
</tr>
<tr>
<td>Xhosa</td>
<td>xh</td>
</tr>
<tr>
<td>Yi</td>
<td></td>
</tr>
<tr>
<td>Yiddish</td>
<td>yi, ji</td>
</tr>
<tr>
<td>Yoruba</td>
<td>yo</td>
</tr>
<tr>
<td>Zulu</td>
<td>zu</td>
</tr>
</tbody>
</table>
<br /> Tagged: HTML Language Code <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=336&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/html-language-code-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML URL Encoding Reference</title>
		<link>http://navid100.wordpress.com/2009/05/18/html-url-encoding-reference/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/html-url-encoding-reference/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:14:54 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[HTML URL Encoding]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XHTML Tutorial]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=334</guid>
		<description><![CDATA[URL encoding converts characters into a format that can be safely transmitted over the Internet. URL &#8211; Universal Resource Locator Web browsers request pages from web servers by using a URL. The URL is the address of a web page like: http://www.w3schools.com. URL Encoding URLs can only be sent over the Internet using the ASCII [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=334&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="intro">URL encoding converts characters into a format that can be safely transmitted over the Internet.</p>
<hr />
<h2>URL &#8211; Universal Resource Locator</h2>
<p>Web browsers request pages from web servers by using a URL.</p>
<p>The URL is the address of a web page like: <strong>http://www.w3schools.com.</strong></p>
<hr />
<h2>URL Encoding</h2>
<p>URLs can only be sent over the Internet using the <a href="http://w3schools.com/tags/ref_ascii.asp">ASCII character-set</a>.</p>
<p>Since URLs often contains characters outside the ASCII set, the URL has to be converted. URL encoding converts  the URL into a valid ASCII format.</p>
<p>URL encoding replaces unsafe ASCII characters with  &#8220;%&#8221; followed by two hexadecimal digits corresponding to the  character values in the ISO-8859-1 character-set.</p>
<p>URLs cannot contain spaces. URL encoding normally replaces a space with a + sign.</p>
<hr />
<h2>Try It Yourself</h2>
<p>If you click the &#8220;Submit&#8221; button below,  the browser will URL encode the input before it is sent to the server. A page at the  server will display the received input.</p>
<p>   Try some other input and click Submit again.</p>
<hr />
<h2>URL Encoding Functions</h2>
<p>In JavaScript, PHP, and ASP there are functions that can be used to URL  encode a string.</p>
<p>In JavaScript you can use the encodeURI() function. PHP has the rawurlencode()  function and ASP has the Server.URLEncode() function.</p>
<p>Click the &#8220;URL Encode&#8221;  button to see how the JavaScript function encodes the text.</p>
<p>   <strong>Note: </strong>The JavaScript function encodes space as %20.</p>
<hr />
<h2><strong>URL Encoding Reference</strong></h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">ASCII Character</th>
<th align="left">URL-encoding</th>
</tr>
<tr>
<td>space</td>
<td>%20</td>
</tr>
<tr>
<td>!</td>
<td>%21</td>
</tr>
<tr>
<td>&#8220;</td>
<td>%22</td>
</tr>
<tr>
<td>#</td>
<td>%23</td>
</tr>
<tr>
<td>$</td>
<td>%24</td>
</tr>
<tr>
<td>%</td>
<td>%25</td>
</tr>
<tr>
<td>&amp;</td>
<td>%26</td>
</tr>
<tr>
<td>&#8216;</td>
<td>%27</td>
</tr>
<tr>
<td>(</td>
<td>%28</td>
</tr>
<tr>
<td>)</td>
<td>%29</td>
</tr>
<tr>
<td>*</td>
<td>%2A</td>
</tr>
<tr>
<td>+</td>
<td>%2B</td>
</tr>
<tr>
<td>,</td>
<td>%2C</td>
</tr>
<tr>
<td>-</td>
<td>%2D</td>
</tr>
<tr>
<td>.</td>
<td>%2E</td>
</tr>
<tr>
<td>/</td>
<td>%2F</td>
</tr>
<tr>
<td>0</td>
<td>%30</td>
</tr>
<tr>
<td>1</td>
<td>%31</td>
</tr>
<tr>
<td>2</td>
<td>%32</td>
</tr>
<tr>
<td>3</td>
<td>%33</td>
</tr>
<tr>
<td>4</td>
<td>%34</td>
</tr>
<tr>
<td>5</td>
<td>%35</td>
</tr>
<tr>
<td>6</td>
<td>%36</td>
</tr>
<tr>
<td>7</td>
<td>%37</td>
</tr>
<tr>
<td>8</td>
<td>%38</td>
</tr>
<tr>
<td>9</td>
<td>%39</td>
</tr>
<tr>
<td>:</td>
<td>%3A</td>
</tr>
<tr>
<td>;</td>
<td>%3B</td>
</tr>
<tr>
<td>&lt;</td>
<td>%3C</td>
</tr>
<tr>
<td>=</td>
<td>%3D</td>
</tr>
<tr>
<td>&gt;</td>
<td>%3E</td>
</tr>
<tr>
<td>?</td>
<td>%3F</td>
</tr>
<tr>
<td>@</td>
<td>%40</td>
</tr>
<tr>
<td>A</td>
<td>%41</td>
</tr>
<tr>
<td>B</td>
<td>%42</td>
</tr>
<tr>
<td>C</td>
<td>%43</td>
</tr>
<tr>
<td>D</td>
<td>%44</td>
</tr>
<tr>
<td>E</td>
<td>%45</td>
</tr>
<tr>
<td>F</td>
<td>%46</td>
</tr>
<tr>
<td>G</td>
<td>%47</td>
</tr>
<tr>
<td>H</td>
<td>%48</td>
</tr>
<tr>
<td>I</td>
<td>%49</td>
</tr>
<tr>
<td>J</td>
<td>%4A</td>
</tr>
<tr>
<td>K</td>
<td>%4B</td>
</tr>
<tr>
<td>L</td>
<td>%4C</td>
</tr>
<tr>
<td>M</td>
<td>%4D</td>
</tr>
<tr>
<td>N</td>
<td>%4E</td>
</tr>
<tr>
<td>O</td>
<td>%4F</td>
</tr>
<tr>
<td>P</td>
<td>%50</td>
</tr>
<tr>
<td>Q</td>
<td>%51</td>
</tr>
<tr>
<td>R</td>
<td>%52</td>
</tr>
<tr>
<td>S</td>
<td>%53</td>
</tr>
<tr>
<td>T</td>
<td>%54</td>
</tr>
<tr>
<td>U</td>
<td>%55</td>
</tr>
<tr>
<td>V</td>
<td>%56</td>
</tr>
<tr>
<td>W</td>
<td>%57</td>
</tr>
<tr>
<td>X</td>
<td>%58</td>
</tr>
<tr>
<td>Y</td>
<td>%59</td>
</tr>
<tr>
<td>Z</td>
<td>%5A</td>
</tr>
<tr>
<td>[</td>
<td>%5B</td>
</tr>
<tr>
<td>\</td>
<td>%5C</td>
</tr>
<tr>
<td>]</td>
<td>%5D</td>
</tr>
<tr>
<td>^</td>
<td>%5E</td>
</tr>
<tr>
<td>_</td>
<td>%5F</td>
</tr>
<tr>
<td>`</td>
<td>%60</td>
</tr>
<tr>
<td>a</td>
<td>%61</td>
</tr>
<tr>
<td>b</td>
<td>%62</td>
</tr>
<tr>
<td>c</td>
<td>%63</td>
</tr>
<tr>
<td>d</td>
<td>%64</td>
</tr>
<tr>
<td>e</td>
<td>%65</td>
</tr>
<tr>
<td>f</td>
<td>%66</td>
</tr>
<tr>
<td>g</td>
<td>%67</td>
</tr>
<tr>
<td>h</td>
<td>%68</td>
</tr>
<tr>
<td>i</td>
<td>%69</td>
</tr>
<tr>
<td>j</td>
<td>%6A</td>
</tr>
<tr>
<td>k</td>
<td>%6B</td>
</tr>
<tr>
<td>l</td>
<td>%6C</td>
</tr>
<tr>
<td>m</td>
<td>%6D</td>
</tr>
<tr>
<td>n</td>
<td>%6E</td>
</tr>
<tr>
<td>o</td>
<td>%6F</td>
</tr>
<tr>
<td>p</td>
<td>%70</td>
</tr>
<tr>
<td>q</td>
<td>%71</td>
</tr>
<tr>
<td>r</td>
<td>%72</td>
</tr>
<tr>
<td>s</td>
<td>%73</td>
</tr>
<tr>
<td>t</td>
<td>%74</td>
</tr>
<tr>
<td>u</td>
<td>%75</td>
</tr>
<tr>
<td>v</td>
<td>%76</td>
</tr>
<tr>
<td>w</td>
<td>%77</td>
</tr>
<tr>
<td>x</td>
<td>%78</td>
</tr>
<tr>
<td>y</td>
<td>%79</td>
</tr>
<tr>
<td>z</td>
<td>%7A</td>
</tr>
<tr>
<td>{</td>
<td>%7B</td>
</tr>
<tr>
<td>|</td>
<td>%7C</td>
</tr>
<tr>
<td>}</td>
<td>%7D</td>
</tr>
<tr>
<td>~</td>
<td>%7E</td>
</tr>
<tr>
<td></td>
<td>%7F</td>
</tr>
<tr>
<td>€</td>
<td>%80</td>
</tr>
<tr>
<td></td>
<td>%81</td>
</tr>
<tr>
<td>‚</td>
<td>%82</td>
</tr>
<tr>
<td>ƒ</td>
<td>%83</td>
</tr>
<tr>
<td>„</td>
<td>%84</td>
</tr>
<tr>
<td>…</td>
<td>%85</td>
</tr>
<tr>
<td>†</td>
<td>%86</td>
</tr>
<tr>
<td>‡</td>
<td>%87</td>
</tr>
<tr>
<td>ˆ</td>
<td>%88</td>
</tr>
<tr>
<td>‰</td>
<td>%89</td>
</tr>
<tr>
<td>Š</td>
<td>%8A</td>
</tr>
<tr>
<td>‹</td>
<td>%8B</td>
</tr>
<tr>
<td>Œ</td>
<td>%8C</td>
</tr>
<tr>
<td></td>
<td>%8D</td>
</tr>
<tr>
<td>Ž</td>
<td>%8E</td>
</tr>
<tr>
<td></td>
<td>%8F</td>
</tr>
<tr>
<td></td>
<td>%90</td>
</tr>
<tr>
<td>‘</td>
<td>%91</td>
</tr>
<tr>
<td>’</td>
<td>%92</td>
</tr>
<tr>
<td>“</td>
<td>%93</td>
</tr>
<tr>
<td>”</td>
<td>%94</td>
</tr>
<tr>
<td>•</td>
<td>%95</td>
</tr>
<tr>
<td>–</td>
<td>%96</td>
</tr>
<tr>
<td>—</td>
<td>%97</td>
</tr>
<tr>
<td>˜</td>
<td>%98</td>
</tr>
<tr>
<td>™</td>
<td>%99</td>
</tr>
<tr>
<td>š</td>
<td>%9A</td>
</tr>
<tr>
<td>›</td>
<td>%9B</td>
</tr>
<tr>
<td>œ</td>
<td>%9C</td>
</tr>
<tr>
<td></td>
<td>%9D</td>
</tr>
<tr>
<td>ž</td>
<td>%9E</td>
</tr>
<tr>
<td>Ÿ</td>
<td>%9F</td>
</tr>
<tr>
<td></td>
<td>%A0</td>
</tr>
<tr>
<td>¡</td>
<td>%A1</td>
</tr>
<tr>
<td>¢</td>
<td>%A2</td>
</tr>
<tr>
<td>£</td>
<td>%A3</td>
</tr>
<tr>
<td></td>
<td>%A4</td>
</tr>
<tr>
<td>¥</td>
<td>%A5</td>
</tr>
<tr>
<td>|</td>
<td>%A6</td>
</tr>
<tr>
<td>§</td>
<td>%A7</td>
</tr>
<tr>
<td>¨</td>
<td>%A8</td>
</tr>
<tr>
<td>©</td>
<td>%A9</td>
</tr>
<tr>
<td>ª</td>
<td>%AA</td>
</tr>
<tr>
<td>«</td>
<td>%AB</td>
</tr>
<tr>
<td>¬</td>
<td>%AC</td>
</tr>
<tr>
<td>¯</td>
<td>%AD</td>
</tr>
<tr>
<td>®</td>
<td>%AE</td>
</tr>
<tr>
<td>¯</td>
<td>%AF</td>
</tr>
<tr>
<td>°</td>
<td>%B0</td>
</tr>
<tr>
<td>±</td>
<td>%B1</td>
</tr>
<tr>
<td>²</td>
<td>%B2</td>
</tr>
<tr>
<td>³</td>
<td>%B3</td>
</tr>
<tr>
<td>´</td>
<td>%B4</td>
</tr>
<tr>
<td>µ</td>
<td>%B5</td>
</tr>
<tr>
<td>¶</td>
<td>%B6</td>
</tr>
<tr>
<td>·</td>
<td>%B7</td>
</tr>
<tr>
<td>¸</td>
<td>%B8</td>
</tr>
<tr>
<td>¹</td>
<td>%B9</td>
</tr>
<tr>
<td>º</td>
<td>%BA</td>
</tr>
<tr>
<td>»</td>
<td>%BB</td>
</tr>
<tr>
<td>¼</td>
<td>%BC</td>
</tr>
<tr>
<td>½</td>
<td>%BD</td>
</tr>
<tr>
<td>¾</td>
<td>%BE</td>
</tr>
<tr>
<td>¿</td>
<td>%BF</td>
</tr>
<tr>
<td>À</td>
<td>%C0</td>
</tr>
<tr>
<td>Á</td>
<td>%C1</td>
</tr>
<tr>
<td>Â</td>
<td>%C2</td>
</tr>
<tr>
<td>Ã</td>
<td>%C3</td>
</tr>
<tr>
<td>Ä</td>
<td>%C4</td>
</tr>
<tr>
<td>Å</td>
<td>%C5</td>
</tr>
<tr>
<td>Æ</td>
<td>%C6</td>
</tr>
<tr>
<td>Ç</td>
<td>%C7</td>
</tr>
<tr>
<td>È</td>
<td>%C8</td>
</tr>
<tr>
<td>É</td>
<td>%C9</td>
</tr>
<tr>
<td>Ê</td>
<td>%CA</td>
</tr>
<tr>
<td>Ë</td>
<td>%CB</td>
</tr>
<tr>
<td>Ì</td>
<td>%CC</td>
</tr>
<tr>
<td>Í</td>
<td>%CD</td>
</tr>
<tr>
<td>Î</td>
<td>%CE</td>
</tr>
<tr>
<td>Ï</td>
<td>%CF</td>
</tr>
<tr>
<td>Ð</td>
<td>%D0</td>
</tr>
<tr>
<td>Ñ</td>
<td>%D1</td>
</tr>
<tr>
<td>Ò</td>
<td>%D2</td>
</tr>
<tr>
<td>Ó</td>
<td>%D3</td>
</tr>
<tr>
<td>Ô</td>
<td>%D4</td>
</tr>
<tr>
<td>Õ</td>
<td>%D5</td>
</tr>
<tr>
<td>Ö</td>
<td>%D6</td>
</tr>
<tr>
<td></td>
<td>%D7</td>
</tr>
<tr>
<td>Ø</td>
<td>%D8</td>
</tr>
<tr>
<td>Ù</td>
<td>%D9</td>
</tr>
<tr>
<td>Ú</td>
<td>%DA</td>
</tr>
<tr>
<td>Û</td>
<td>%DB</td>
</tr>
<tr>
<td>Ü</td>
<td>%DC</td>
</tr>
<tr>
<td>Ý</td>
<td>%DD</td>
</tr>
<tr>
<td>Þ</td>
<td>%DE</td>
</tr>
<tr>
<td>ß</td>
<td>%DF</td>
</tr>
<tr>
<td>à</td>
<td>%E0</td>
</tr>
<tr>
<td>á</td>
<td>%E1</td>
</tr>
<tr>
<td>â</td>
<td>%E2</td>
</tr>
<tr>
<td>ã</td>
<td>%E3</td>
</tr>
<tr>
<td>ä</td>
<td>%E4</td>
</tr>
<tr>
<td>å</td>
<td>%E5</td>
</tr>
<tr>
<td>æ</td>
<td>%E6</td>
</tr>
<tr>
<td>ç</td>
<td>%E7</td>
</tr>
<tr>
<td>è</td>
<td>%E8</td>
</tr>
<tr>
<td>é</td>
<td>%E9</td>
</tr>
<tr>
<td>ê</td>
<td>%EA</td>
</tr>
<tr>
<td>ë</td>
<td>%EB</td>
</tr>
<tr>
<td>ì</td>
<td>%EC</td>
</tr>
<tr>
<td>í</td>
<td>%ED</td>
</tr>
<tr>
<td>î</td>
<td>%EE</td>
</tr>
<tr>
<td>ï</td>
<td>%EF</td>
</tr>
<tr>
<td>ð</td>
<td>%F0</td>
</tr>
<tr>
<td>ñ</td>
<td>%F1</td>
</tr>
<tr>
<td>ò</td>
<td>%F2</td>
</tr>
<tr>
<td>ó</td>
<td>%F3</td>
</tr>
<tr>
<td>ô</td>
<td>%F4</td>
</tr>
<tr>
<td>õ</td>
<td>%F5</td>
</tr>
<tr>
<td>ö</td>
<td>%F6</td>
</tr>
<tr>
<td>÷</td>
<td>%F7</td>
</tr>
<tr>
<td>ø</td>
<td>%F8</td>
</tr>
<tr>
<td>ù</td>
<td>%F9</td>
</tr>
<tr>
<td>ú</td>
<td>%FA</td>
</tr>
<tr>
<td>û</td>
<td>%FB</td>
</tr>
<tr>
<td>ü</td>
<td>%FC</td>
</tr>
<tr>
<td>ý</td>
<td>%FD</td>
</tr>
<tr>
<td>þ</td>
<td>%FE</td>
</tr>
<tr>
<td>ÿ</td>
<td>%FF</td>
</tr>
</tbody>
</table>
<hr />
<h2><strong>URL Encoding Reference</strong></h2>
<p>The ASCII device control characters %00-%1f were originally designed to control hardware devices. Control characters have nothing to do inside a URL.</p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">ASCII Character</th>
<th align="left">Description</th>
<th align="left">URL-encoding</th>
</tr>
<tr>
<td>NUL</td>
<td>null character</td>
<td>%00</td>
</tr>
<tr>
<td>SOH</td>
<td>start of header</td>
<td>%01</td>
</tr>
<tr>
<td>STX</td>
<td>start of text</td>
<td>%02</td>
</tr>
<tr>
<td>ETX</td>
<td>end of text</td>
<td>%03</td>
</tr>
<tr>
<td>EOT</td>
<td>end of transmission</td>
<td>%04</td>
</tr>
<tr>
<td>ENQ</td>
<td>enquiry</td>
<td>%05</td>
</tr>
<tr>
<td>ACK</td>
<td>acknowledge</td>
<td>%06</td>
</tr>
<tr>
<td>BEL</td>
<td>bell (ring)</td>
<td>%07</td>
</tr>
<tr>
<td>BS</td>
<td>backspace</td>
<td>%08</td>
</tr>
<tr>
<td>HT</td>
<td>horizontal tab</td>
<td>%09</td>
</tr>
<tr>
<td>LF</td>
<td>line feed</td>
<td>%0A</td>
</tr>
<tr>
<td>VT</td>
<td>vertical tab</td>
<td>%0B</td>
</tr>
<tr>
<td>FF</td>
<td>form feed</td>
<td>%0C</td>
</tr>
<tr>
<td>CR</td>
<td>carriage return</td>
<td>%0D</td>
</tr>
<tr>
<td>SO</td>
<td>shift out</td>
<td>%0E</td>
</tr>
<tr>
<td>SI</td>
<td>shift in</td>
<td>%0F</td>
</tr>
<tr>
<td>DLE</td>
<td>data link escape</td>
<td>%10</td>
</tr>
<tr>
<td>DC1</td>
<td>device control 1</td>
<td>%11</td>
</tr>
<tr>
<td>DC2</td>
<td>device control 2</td>
<td>%12</td>
</tr>
<tr>
<td>DC3</td>
<td>device control 3</td>
<td>%13</td>
</tr>
<tr>
<td>DC4</td>
<td>device control 4</td>
<td>%14</td>
</tr>
<tr>
<td>NAK</td>
<td>negative acknowledge</td>
<td>%15</td>
</tr>
<tr>
<td>SYN</td>
<td>synchronize</td>
<td>%16</td>
</tr>
<tr>
<td>ETB</td>
<td>end transmission block</td>
<td>%17</td>
</tr>
<tr>
<td>CAN</td>
<td>cancel</td>
<td>%18</td>
</tr>
<tr>
<td>EM</td>
<td>end of medium</td>
<td>%19</td>
</tr>
<tr>
<td>SUB</td>
<td>substitute</td>
<td>%1A</td>
</tr>
<tr>
<td>ESC</td>
<td>escape</td>
<td>%1B</td>
</tr>
<tr>
<td>FS</td>
<td>file separator</td>
<td>%1C</td>
</tr>
<tr>
<td>GS</td>
<td>group separator</td>
<td>%1D</td>
</tr>
<tr>
<td>RS</td>
<td>record separator</td>
<td>%1E</td>
</tr>
<tr>
<td>US</td>
<td>unit separator</td>
<td>%1F</td>
</tr>
</tbody>
</table>
<br /> Tagged: html, html tutorials, HTML URL Encoding, lessons, tutorials, web, XHTML, XHTML Tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=334&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/html-url-encoding-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Symbol Entities Reference</title>
		<link>http://navid100.wordpress.com/2009/05/18/html-symbol-entities-reference/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/html-symbol-entities-reference/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:11:38 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[HTML Symbol Entities]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XHTML Tutorial]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=332</guid>
		<description><![CDATA[HTML Symbol Entities This entity reference includes mathematical symbols, Greek characters, various arrows, technical symbols and shapes. Note: Entity names are case sensitive. Math Symbols Supported by HTML Character Entity Number Entity Name Description ∀ &#8704; &#38;forall; for all ∂ &#8706; &#38;part; part ∃ &#8707; &#38;exists; exists ∅ &#8709; &#38;empty; empty ∇ &#8711; &#38;nabla; nabla [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=332&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>HTML Symbol Entities</h2>
<p>This entity reference includes mathematical symbols, Greek  characters, various arrows, technical symbols and shapes.</p>
<p><strong>Note:</strong> Entity names are case sensitive.</p>
<hr />
<h2>Math Symbols Supported by HTML</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td>∀</td>
<td>&#8704;</td>
<td>&amp;forall;</td>
<td>for all</td>
</tr>
<tr>
<td>∂</td>
<td>&#8706;</td>
<td>&amp;part;</td>
<td>part</td>
</tr>
<tr>
<td>∃</td>
<td>&#8707;</td>
<td>&amp;exists;</td>
<td>exists</td>
</tr>
<tr>
<td>∅</td>
<td>&#8709;</td>
<td>&amp;empty;</td>
<td>empty</td>
</tr>
<tr>
<td>∇</td>
<td>&#8711;</td>
<td>&amp;nabla;</td>
<td>nabla</td>
</tr>
<tr>
<td>∈</td>
<td>&#8712;</td>
<td>&amp;isin;</td>
<td>isin</td>
</tr>
<tr>
<td>∉</td>
<td>&#8713;</td>
<td>&amp;notin;</td>
<td>notin</td>
</tr>
<tr>
<td>∋</td>
<td>&#8715;</td>
<td>&amp;ni;</td>
<td>ni</td>
</tr>
<tr>
<td>∏</td>
<td>&#8719;</td>
<td>&amp;prod;</td>
<td>prod</td>
</tr>
<tr>
<td>∑</td>
<td>&#8721;</td>
<td>&amp;sum;</td>
<td>sum</td>
</tr>
<tr>
<td>−</td>
<td>&#8722;</td>
<td>&amp;minus;</td>
<td>minus</td>
</tr>
<tr>
<td>∗</td>
<td>&#8727;</td>
<td>&amp;lowast;</td>
<td>lowast</td>
</tr>
<tr>
<td>√</td>
<td>&#8730;</td>
<td>&amp;radic;</td>
<td>square root</td>
</tr>
<tr>
<td>∝</td>
<td>&#8733;</td>
<td>&amp;prop;</td>
<td>proportional to</td>
</tr>
<tr>
<td>∞</td>
<td>&#8734;</td>
<td>&amp;infin;</td>
<td>infinity</td>
</tr>
<tr>
<td>∠</td>
<td>&#8736;</td>
<td>&amp;ang;</td>
<td>angle</td>
</tr>
<tr>
<td>∧</td>
<td>&#8743;</td>
<td>&amp;and;</td>
<td>and</td>
</tr>
<tr>
<td>∨</td>
<td>&#8744;</td>
<td>&amp;or;</td>
<td>or</td>
</tr>
<tr>
<td>∩</td>
<td>&#8745;</td>
<td>&amp;cap;</td>
<td>cap</td>
</tr>
<tr>
<td>∪</td>
<td>&#8746;</td>
<td>&amp;cup;</td>
<td>cup</td>
</tr>
<tr>
<td>∫</td>
<td>&#8747;</td>
<td>&amp;int;</td>
<td>integral</td>
</tr>
<tr>
<td>∴</td>
<td>&#8756;</td>
<td>&amp;there4;</td>
<td>therefore</td>
</tr>
<tr>
<td>∼</td>
<td>&#8764;</td>
<td>&amp;sim;</td>
<td>simular to</td>
</tr>
<tr>
<td>≅</td>
<td>&#8773;</td>
<td>&amp;cong;</td>
<td>approximately equal</td>
</tr>
<tr>
<td>≈</td>
<td>&#8776;</td>
<td>&amp;asymp;</td>
<td>almost equal</td>
</tr>
<tr>
<td>≠</td>
<td>&#8800;</td>
<td>&amp;ne;</td>
<td>not equal</td>
</tr>
<tr>
<td>≡</td>
<td>&#8801;</td>
<td>&amp;equiv;</td>
<td>equivalent</td>
</tr>
<tr>
<td>≤</td>
<td>&#8804;</td>
<td>&amp;le;</td>
<td>less or equal</td>
</tr>
<tr>
<td>≥</td>
<td>&#8805;</td>
<td>&amp;ge;</td>
<td>greater or equal</td>
</tr>
<tr>
<td>⊂</td>
<td>&#8834;</td>
<td>&amp;sub;</td>
<td>subset of</td>
</tr>
<tr>
<td>⊃</td>
<td>&#8835;</td>
<td>&amp;sup;</td>
<td>superset of</td>
</tr>
<tr>
<td>⊄</td>
<td>&#8836;</td>
<td>&amp;nsub;</td>
<td>not subset of</td>
</tr>
<tr>
<td>⊆</td>
<td>&#8838;</td>
<td>&amp;sube;</td>
<td>subset or equal</td>
</tr>
<tr>
<td>⊇</td>
<td>&#8839;</td>
<td>&amp;supe;</td>
<td>superset or equal</td>
</tr>
<tr>
<td>⊕</td>
<td>&#8853;</td>
<td>&amp;oplus;</td>
<td>circled plus</td>
</tr>
<tr>
<td>⊗</td>
<td>&#8855;</td>
<td>&amp;otimes;</td>
<td>cirled times</td>
</tr>
<tr>
<td>⊥</td>
<td>&#8869;</td>
<td>&amp;perp;</td>
<td>perpendicular</td>
</tr>
<tr>
<td>⋅</td>
<td>&#8901;</td>
<td>&amp;sdot;</td>
<td>dot operator</td>
</tr>
</tbody>
</table>
<h2>Greek Letters Supported by HTML</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td>Α</td>
<td>&#913;</td>
<td>&amp;Alpha;</td>
<td>Alpha</td>
</tr>
<tr>
<td>Β</td>
<td>&#914;</td>
<td>&amp;Beta;</td>
<td>Beta</td>
</tr>
<tr>
<td>Γ</td>
<td>&#915;</td>
<td>&amp;Gamma;</td>
<td>Gamma</td>
</tr>
<tr>
<td>Δ</td>
<td>&#916;</td>
<td>&amp;Delta;</td>
<td>Delta</td>
</tr>
<tr>
<td>Ε</td>
<td>&#917;</td>
<td>&amp;Epsilon;</td>
<td>Epsilon</td>
</tr>
<tr>
<td>Ζ</td>
<td>&#918;</td>
<td>&amp;Zeta;</td>
<td>Zeta</td>
</tr>
<tr>
<td>Η</td>
<td>&#919;</td>
<td>&amp;Eta;</td>
<td>Eta</td>
</tr>
<tr>
<td>Θ</td>
<td>&#920;</td>
<td>&amp;Theta;</td>
<td>Theta</td>
</tr>
<tr>
<td>Ι</td>
<td>&#921;</td>
<td>&amp;Iota;</td>
<td>Iota</td>
</tr>
<tr>
<td>Κ</td>
<td>&#922;</td>
<td>&amp;Kappa;</td>
<td>Kappa</td>
</tr>
<tr>
<td>Λ</td>
<td>&#923;</td>
<td>&amp;Lambda;</td>
<td>Lambda</td>
</tr>
<tr>
<td>Μ</td>
<td>&#924;</td>
<td>&amp;Mu;</td>
<td>Mu</td>
</tr>
<tr>
<td>Ν</td>
<td>&#925;</td>
<td>&amp;Nu;</td>
<td>Nu</td>
</tr>
<tr>
<td>Ξ</td>
<td>&#926;</td>
<td>&amp;Xi;</td>
<td>Xi</td>
</tr>
<tr>
<td>Ο</td>
<td>&#927;</td>
<td>&amp;Omicron;</td>
<td>Omicron</td>
</tr>
<tr>
<td>Π</td>
<td>&#928;</td>
<td>&amp;Pi;</td>
<td>Pi</td>
</tr>
<tr>
<td>Ρ</td>
<td>&#929;</td>
<td>&amp;Rho;</td>
<td>Rho</td>
</tr>
<tr>
<td></td>
<td>undefined</td>
<td></td>
<td>Sigmaf</td>
</tr>
<tr>
<td>Σ</td>
<td>&#931;</td>
<td>&amp;Sigma;</td>
<td>Sigma</td>
</tr>
<tr>
<td>Τ</td>
<td>&#932;</td>
<td>&amp;Tau;</td>
<td>Tau</td>
</tr>
<tr>
<td>Υ</td>
<td>&#933;</td>
<td>&amp;Upsilon;</td>
<td>Upsilon</td>
</tr>
<tr>
<td>Φ</td>
<td>&#934;</td>
<td>&amp;Phi;</td>
<td>Phi</td>
</tr>
<tr>
<td>Χ</td>
<td>&#935;</td>
<td>&amp;Chi;</td>
<td>Chi</td>
</tr>
<tr>
<td>Ψ</td>
<td>&#936;</td>
<td>&amp;Psi;</td>
<td>Psi</td>
</tr>
<tr>
<td>Ω</td>
<td>&#937;</td>
<td>&amp;Omega;</td>
<td>Omega</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>α</td>
<td>&#945;</td>
<td>&amp;alpha;</td>
<td>alpha</td>
</tr>
<tr>
<td>β</td>
<td>&#946;</td>
<td>&amp;beta;</td>
<td>beta</td>
</tr>
<tr>
<td>γ</td>
<td>&#947;</td>
<td>&amp;gamma;</td>
<td>gamma</td>
</tr>
<tr>
<td>δ</td>
<td>&#948;</td>
<td>&amp;delta;</td>
<td>delta</td>
</tr>
<tr>
<td>ε</td>
<td>&#949;</td>
<td>&amp;epsilon;</td>
<td>epsilon</td>
</tr>
<tr>
<td>ζ</td>
<td>&#950;</td>
<td>&amp;zeta;</td>
<td>zeta</td>
</tr>
<tr>
<td>η</td>
<td>&#951;</td>
<td>&amp;eta;</td>
<td>eta</td>
</tr>
<tr>
<td>θ</td>
<td>&#952;</td>
<td>&amp;theta;</td>
<td>theta</td>
</tr>
<tr>
<td>ι</td>
<td>&#953;</td>
<td>&amp;iota;</td>
<td>iota</td>
</tr>
<tr>
<td>κ</td>
<td>&#954;</td>
<td>&amp;kappa;</td>
<td>kappa</td>
</tr>
<tr>
<td>λ</td>
<td>&#955;</td>
<td>&amp;lambda;</td>
<td>lambda</td>
</tr>
<tr>
<td>μ</td>
<td>&#956;</td>
<td>&amp;mu;</td>
<td>mu</td>
</tr>
<tr>
<td>ν</td>
<td>&#957;</td>
<td>&amp;nu;</td>
<td>nu</td>
</tr>
<tr>
<td>ξ</td>
<td>&#958;</td>
<td>&amp;xi;</td>
<td>xi</td>
</tr>
<tr>
<td>ο</td>
<td>&#959;</td>
<td>&amp;omicron;</td>
<td>omicron</td>
</tr>
<tr>
<td>π</td>
<td>&#960;</td>
<td>&amp;pi;</td>
<td>pi</td>
</tr>
<tr>
<td>ρ</td>
<td>&#961;</td>
<td>&amp;rho;</td>
<td>rho</td>
</tr>
<tr>
<td>ς</td>
<td>&#962;</td>
<td>&amp;sigmaf;</td>
<td>sigmaf</td>
</tr>
<tr>
<td>σ</td>
<td>&#963;</td>
<td>&amp;sigma;</td>
<td>sigma</td>
</tr>
<tr>
<td>τ</td>
<td>&#964;</td>
<td>&amp;tau;</td>
<td>tau</td>
</tr>
<tr>
<td>υ</td>
<td>&#965;</td>
<td>&amp;upsilon;</td>
<td>upsilon</td>
</tr>
<tr>
<td>φ</td>
<td>&#966;</td>
<td>&amp;phi;</td>
<td>phi</td>
</tr>
<tr>
<td>χ</td>
<td>&#967;</td>
<td>&amp;chi;</td>
<td>chi</td>
</tr>
<tr>
<td>ψ</td>
<td>&#968;</td>
<td>&amp;psi;</td>
<td>psi</td>
</tr>
<tr>
<td>ω</td>
<td>&#969;</td>
<td>&amp;omega;</td>
<td>omega</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>ϑ</td>
<td>&#977;</td>
<td>&amp;thetasym;</td>
<td>theta symbol</td>
</tr>
<tr>
<td>ϒ</td>
<td>&#978;</td>
<td>&amp;upsih;</td>
<td>upsilon symbol</td>
</tr>
<tr>
<td>ϖ</td>
<td>&#982;</td>
<td>&amp;piv;</td>
<td>pi symbol</td>
</tr>
</tbody>
</table>
<h2>Other Entities Supported by HTML</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td>Œ</td>
<td>&#338;</td>
<td>&amp;OElig;</td>
<td>capital ligature OE</td>
</tr>
<tr>
<td>œ</td>
<td>&#339;</td>
<td>&amp;oelig;</td>
<td>small ligature oe</td>
</tr>
<tr>
<td>Š</td>
<td>&#352;</td>
<td>&amp;Scaron;</td>
<td>capital S with caron</td>
</tr>
<tr>
<td>š</td>
<td>&#353;</td>
<td>&amp;scaron;</td>
<td>small S with caron</td>
</tr>
<tr>
<td>Ÿ</td>
<td>&#376;</td>
<td>&amp;Yuml;</td>
<td>capital Y with diaeres</td>
</tr>
<tr>
<td>ƒ</td>
<td>&#402;</td>
<td>&amp;fnof;</td>
<td>f with hook</td>
</tr>
<tr>
<td>ˆ</td>
<td>&#710;</td>
<td>&amp;circ;</td>
<td>modifier letter circumflex accent</td>
</tr>
<tr>
<td>˜</td>
<td>&#732;</td>
<td>&amp;tilde;</td>
<td>small tilde</td>
</tr>
<tr>
<td></td>
<td>&#8194;</td>
<td>&amp;ensp;</td>
<td>en space</td>
</tr>
<tr>
<td></td>
<td>&#8195;</td>
<td>&amp;emsp;</td>
<td>em space</td>
</tr>
<tr>
<td></td>
<td>&#8201;</td>
<td>&amp;thinsp;</td>
<td>thin space</td>
</tr>
<tr>
<td>‌</td>
<td>&#8204;</td>
<td>&amp;zwnj;</td>
<td>zero width non-joiner</td>
</tr>
<tr>
<td>‍</td>
<td>&#8205;</td>
<td>&amp;zwj;</td>
<td>zero width joiner</td>
</tr>
<tr>
<td>‎</td>
<td>&#8206;</td>
<td>&amp;lrm;</td>
<td>left-to-right mark</td>
</tr>
<tr>
<td>‏</td>
<td>&#8207;</td>
<td>&amp;rlm;</td>
<td>right-to-left mark</td>
</tr>
<tr>
<td>–</td>
<td>&#8211;</td>
<td>&amp;ndash;</td>
<td>en dash</td>
</tr>
<tr>
<td>—</td>
<td>&#8212;</td>
<td>&amp;mdash;</td>
<td>em dash</td>
</tr>
<tr>
<td>‘</td>
<td>&#8216;</td>
<td>&amp;lsquo;</td>
<td>left single quotation mark</td>
</tr>
<tr>
<td>’</td>
<td>&#8217;</td>
<td>&amp;rsquo;</td>
<td>right single quotation mark</td>
</tr>
<tr>
<td>‚</td>
<td>&#8218;</td>
<td>&amp;sbquo;</td>
<td>single low-9 quotation mark</td>
</tr>
<tr>
<td>“</td>
<td>&#8220;</td>
<td>&amp;ldquo;</td>
<td>left double quotation mark</td>
</tr>
<tr>
<td>”</td>
<td>&#8221;</td>
<td>&amp;rdquo;</td>
<td>right double quotation mark</td>
</tr>
<tr>
<td>„</td>
<td>&#8222;</td>
<td>&amp;bdquo;</td>
<td>double low-9 quotation mark</td>
</tr>
<tr>
<td>†</td>
<td>&#8224;</td>
<td>&amp;dagger;</td>
<td>dagger</td>
</tr>
<tr>
<td>‡</td>
<td>&#8225;</td>
<td>&amp;Dagger;</td>
<td>double dagger</td>
</tr>
<tr>
<td>•</td>
<td>&#8226;</td>
<td>&amp;bull;</td>
<td>bullet</td>
</tr>
<tr>
<td>…</td>
<td>&#8230;</td>
<td>&amp;hellip;</td>
<td>horizontal ellipsis</td>
</tr>
<tr>
<td>‰</td>
<td>&#8240;</td>
<td>&amp;permil;</td>
<td>per mille</td>
</tr>
<tr>
<td>′</td>
<td>&#8242;</td>
<td>&amp;prime;</td>
<td>minutes</td>
</tr>
<tr>
<td>″</td>
<td>&#8243;</td>
<td>&amp;Prime;</td>
<td>seconds</td>
</tr>
<tr>
<td>‹</td>
<td>&#8249;</td>
<td>&amp;lsaquo;</td>
<td>single left angle quotation</td>
</tr>
<tr>
<td>›</td>
<td>&#8250;</td>
<td>&amp;rsaquo;</td>
<td>single right angle quotation</td>
</tr>
<tr>
<td>‾</td>
<td>&#8254;</td>
<td>&amp;oline;</td>
<td>overline</td>
</tr>
<tr>
<td>€</td>
<td>&#8364;</td>
<td>&amp;euro;</td>
<td>euro</td>
</tr>
<tr>
<td>™</td>
<td>&#8482;</td>
<td>&amp;trade;</td>
<td>trademark</td>
</tr>
<tr>
<td>←</td>
<td>&#8592;</td>
<td>&amp;larr;</td>
<td>left arrow</td>
</tr>
<tr>
<td>↑</td>
<td>&#8593;</td>
<td>&amp;uarr;</td>
<td>up arrow</td>
</tr>
<tr>
<td>→</td>
<td>&#8594;</td>
<td>&amp;rarr;</td>
<td>right arrow</td>
</tr>
<tr>
<td>↓</td>
<td>&#8595;</td>
<td>&amp;darr;</td>
<td>down arrow</td>
</tr>
<tr>
<td>↔</td>
<td>&#8596;</td>
<td>&amp;harr;</td>
<td>left right arrow</td>
</tr>
<tr>
<td>↵</td>
<td>&#8629;</td>
<td>&amp;crarr;</td>
<td>carriage return arrow</td>
</tr>
<tr>
<td>⌈</td>
<td>&#8968;</td>
<td>&amp;lceil;</td>
<td>left ceiling</td>
</tr>
<tr>
<td>⌉</td>
<td>&#8969;</td>
<td>&amp;rceil;</td>
<td>right ceiling</td>
</tr>
<tr>
<td>⌊</td>
<td>&#8970;</td>
<td>&amp;lfloor;</td>
<td>left floor</td>
</tr>
<tr>
<td>⌋</td>
<td>&#8971;</td>
<td>&amp;rfloor;</td>
<td>right floor</td>
</tr>
<tr>
<td>◊</td>
<td>&#9674;</td>
<td>&amp;loz;</td>
<td>lozenge</td>
</tr>
<tr>
<td>♠</td>
<td>&#9824;</td>
<td>&amp;spades;</td>
<td>spade</td>
</tr>
<tr>
<td>♣</td>
<td>&#9827;</td>
<td>&amp;clubs;</td>
<td>club</td>
</tr>
<tr>
<td>♥</td>
<td>&#9829;</td>
<td>&amp;hearts;</td>
<td>heart</td>
</tr>
<tr>
<td>♦</td>
<td>&#9830;</td>
<td>&amp;diams;</td>
<td>diamond</td>
</tr>
</tbody>
</table>
<br /> Tagged: html, HTML Symbol Entities, html tutorials, lessons, tutorials, web, XHTML Tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=332&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/html-symbol-entities-reference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML ISO-8859-1 Reference</title>
		<link>http://navid100.wordpress.com/2009/05/18/html-iso-8859-1-reference/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/html-iso-8859-1-reference/#comments</comments>
		<pubDate>Mon, 18 May 2009 20:58:45 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XHTML Tutorial]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=329</guid>
		<description><![CDATA[Modern browsers supports several character-sets: ASCII character set Standard ISO character sets Mathematical symbols, Greek letters, and other symbols ISO-8859-1 ISO-8859-1 is the default character set in most browsers. The first 128 characters of ISO-8859-1 is the original ASCII character-set (the numbers from 0-9, the uppercase and lowercase English alphabet, and some special characters). The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=329&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Modern browsers supports several character-sets:</p>
<ul>
<li><a href="http://w3schools.com/tags/ref_ascii.asp">ASCII character set</a></li>
<li><a href="http://w3schools.com/tags/ref_charactersets.asp">Standard ISO character sets</a></li>
<li><a href="http://w3schools.com/tags/ref_symbols.asp">Mathematical symbols, Greek letters, and other  	symbols</a></li>
</ul>
<hr />
<h2>ISO-8859-1</h2>
<p>ISO-8859-1 is the default character set in most browsers.</p>
<p>The first 128 characters of ISO-8859-1 is the original ASCII character-set (the numbers from 0-9, the uppercase and lowercase  English alphabet, and some  special characters).</p>
<p>The higher part of ISO-8859-1 (codes from 160-255) contains  the characters used in Western European countries and some commonly used special  characters.</p>
<p>Entities are used to implement reserved characters or to express characters that cannot  easily be entered with the keyboard.</p>
<hr />
<h2>Reserved Characters in HTML</h2>
<p>Some characters are reserved in HTML and XHTML. For example, you cannot use  the greater than or less than signs within your text because the browser could  mistake them for markup.</p>
<p>HTML and XHTML processors must support the five special characters listed in  the table below:</p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td>&#8220;</td>
<td>&#34;</td>
<td>&amp;quot;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&#39;</td>
<td>&amp;apos; (does not work in IE)</td>
<td>apostrophe</td>
</tr>
<tr>
<td>&amp;</td>
<td>&#38;</td>
<td>&amp;amp;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&lt;</td>
<td>&#60;</td>
<td>&amp;lt;</td>
<td>less-than</td>
</tr>
<tr>
<td>&gt;</td>
<td>&#62;</td>
<td>&amp;gt;</td>
<td>greater-than</td>
</tr>
</tbody>
</table>
<p><strong>Note:</strong> Entity names are case sensitive!</p>
<hr />
<h2>ISO 8859-1 Symbols</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td></td>
<td>&#160;</td>
<td>&amp;nbsp;</td>
<td>non-breaking space</td>
</tr>
<tr>
<td>¡</td>
<td>&#161;</td>
<td>&amp;iexcl;</td>
<td>inverted exclamation mark</td>
</tr>
<tr>
<td>¢</td>
<td>&#162;</td>
<td>&amp;cent;</td>
<td>cent</td>
</tr>
<tr>
<td>£</td>
<td>&#163;</td>
<td>&amp;pound;</td>
<td>pound</td>
</tr>
<tr>
<td>¤</td>
<td>&#164;</td>
<td>&amp;curren;</td>
<td>currency</td>
</tr>
<tr>
<td>¥</td>
<td>&#165;</td>
<td>&amp;yen;</td>
<td>yen</td>
</tr>
<tr>
<td>¦</td>
<td>&#166;</td>
<td>&amp;brvbar;</td>
<td>broken vertical bar</td>
</tr>
<tr>
<td>§</td>
<td>&#167;</td>
<td>&amp;sect;</td>
<td>section</td>
</tr>
<tr>
<td>¨</td>
<td>&#168;</td>
<td>&amp;uml;</td>
<td>spacing diaeresis</td>
</tr>
<tr>
<td>©</td>
<td>&#169;</td>
<td>&amp;copy;</td>
<td>copyright</td>
</tr>
<tr>
<td>ª</td>
<td>&#170;</td>
<td>&amp;ordf;</td>
<td>feminine ordinal indicator</td>
</tr>
<tr>
<td>«</td>
<td>&#171;</td>
<td>&amp;laquo;</td>
<td>angle quotation mark (left)</td>
</tr>
<tr>
<td>¬</td>
<td>&#172;</td>
<td>&amp;not;</td>
<td>negation</td>
</tr>
<tr>
<td>­</td>
<td>&#173;</td>
<td>&amp;shy;</td>
<td>soft hyphen</td>
</tr>
<tr>
<td>®</td>
<td>&#174;</td>
<td>&amp;reg;</td>
<td>registered trademark</td>
</tr>
<tr>
<td>¯</td>
<td>&#175;</td>
<td>&amp;macr;</td>
<td>spacing macron</td>
</tr>
<tr>
<td>°</td>
<td>&#176;</td>
<td>&amp;deg;</td>
<td>degree</td>
</tr>
<tr>
<td>±</td>
<td>&#177;</td>
<td>&amp;plusmn;</td>
<td>plus-or-minus</td>
</tr>
<tr>
<td>²</td>
<td>&#178;</td>
<td>&amp;sup2;</td>
<td>superscript 2</td>
</tr>
<tr>
<td>³</td>
<td>&#179;</td>
<td>&amp;sup3;</td>
<td>superscript 3</td>
</tr>
<tr>
<td>´</td>
<td>&#180;</td>
<td>&amp;acute;</td>
<td>spacing acute</td>
</tr>
<tr>
<td>µ</td>
<td>&#181;</td>
<td>&amp;micro;</td>
<td>micro</td>
</tr>
<tr>
<td>¶</td>
<td>&#182;</td>
<td>&amp;para;</td>
<td>paragraph</td>
</tr>
<tr>
<td>·</td>
<td>&#183;</td>
<td>&amp;middot;</td>
<td>middle dot</td>
</tr>
<tr>
<td>¸</td>
<td>&#184;</td>
<td>&amp;cedil;</td>
<td>spacing cedilla</td>
</tr>
<tr>
<td>¹</td>
<td>&#185;</td>
<td>&amp;sup1;</td>
<td>superscript 1</td>
</tr>
<tr>
<td>º</td>
<td>&#186;</td>
<td>&amp;ordm;</td>
<td>masculine ordinal indicator</td>
</tr>
<tr>
<td>»</td>
<td>&#187;</td>
<td>&amp;raquo;</td>
<td>angle quotation mark (right)</td>
</tr>
<tr>
<td>¼</td>
<td>&#188;</td>
<td>&amp;frac14;</td>
<td>fraction 1/4</td>
</tr>
<tr>
<td>½</td>
<td>&#189;</td>
<td>&amp;frac12;</td>
<td>fraction 1/2</td>
</tr>
<tr>
<td>¾</td>
<td>&#190;</td>
<td>&amp;frac34;</td>
<td>fraction 3/4</td>
</tr>
<tr>
<td>¿</td>
<td>&#191;</td>
<td>&amp;iquest;</td>
<td>inverted question mark</td>
</tr>
<tr>
<td>×</td>
<td>&#215;</td>
<td>&amp;times;</td>
<td>multiplication</td>
</tr>
<tr>
<td>÷</td>
<td>&#247;</td>
<td>&amp;divide;</td>
<td>division</td>
</tr>
</tbody>
</table>
<h2>ISO 8859-1 Characters</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">Character</th>
<th align="left">Entity Number</th>
<th align="left">Entity Name</th>
<th align="left">Description</th>
</tr>
<tr>
<td>À</td>
<td>&#192;</td>
<td>&amp;Agrave;</td>
<td>capital a, grave accent</td>
</tr>
<tr>
<td>Á</td>
<td>&#193;</td>
<td>&amp;Aacute;</td>
<td>capital a, acute accent</td>
</tr>
<tr>
<td>Â</td>
<td>&#194;</td>
<td>&amp;Acirc;</td>
<td>capital a, circumflex accent</td>
</tr>
<tr>
<td>Ã</td>
<td>&#195;</td>
<td>&amp;Atilde;</td>
<td>capital a, tilde</td>
</tr>
<tr>
<td>Ä</td>
<td>&#196;</td>
<td>&amp;Auml;</td>
<td>capital a, umlaut mark</td>
</tr>
<tr>
<td>Å</td>
<td>&#197;</td>
<td>&amp;Aring;</td>
<td>capital a, ring</td>
</tr>
<tr>
<td>Æ</td>
<td>&#198;</td>
<td>&amp;AElig;</td>
<td>capital ae</td>
</tr>
<tr>
<td>Ç</td>
<td>&#199;</td>
<td>&amp;Ccedil;</td>
<td>capital c, cedilla</td>
</tr>
<tr>
<td>È</td>
<td>&#200;</td>
<td>&amp;Egrave;</td>
<td>capital e, grave accent</td>
</tr>
<tr>
<td>É</td>
<td>&#201;</td>
<td>&amp;Eacute;</td>
<td>capital e, acute accent</td>
</tr>
<tr>
<td>Ê</td>
<td>&#202;</td>
<td>&amp;Ecirc;</td>
<td>capital e, circumflex accent</td>
</tr>
<tr>
<td>Ë</td>
<td>&#203;</td>
<td>&amp;Euml;</td>
<td>capital e, umlaut mark</td>
</tr>
<tr>
<td>Ì</td>
<td>&#204;</td>
<td>&amp;Igrave;</td>
<td>capital i, grave accent</td>
</tr>
<tr>
<td>Í</td>
<td>&#205;</td>
<td>&amp;Iacute;</td>
<td>capital i, acute accent</td>
</tr>
<tr>
<td>Î</td>
<td>&#206;</td>
<td>&amp;Icirc;</td>
<td>capital i, circumflex accent</td>
</tr>
<tr>
<td>Ï</td>
<td>&#207;</td>
<td>&amp;Iuml;</td>
<td>capital i, umlaut mark</td>
</tr>
<tr>
<td>Ð</td>
<td>&#208;</td>
<td>&amp;ETH;</td>
<td>capital eth, Icelandic</td>
</tr>
<tr>
<td>Ñ</td>
<td>&#209;</td>
<td>&amp;Ntilde;</td>
<td>capital n, tilde</td>
</tr>
<tr>
<td>Ò</td>
<td>&#210;</td>
<td>&amp;Ograve;</td>
<td>capital o, grave accent</td>
</tr>
<tr>
<td>Ó</td>
<td>&#211;</td>
<td>&amp;Oacute;</td>
<td>capital o, acute accent</td>
</tr>
<tr>
<td>Ô</td>
<td>&#212;</td>
<td>&amp;Ocirc;</td>
<td>capital o, circumflex accent</td>
</tr>
<tr>
<td>Õ</td>
<td>&#213;</td>
<td>&amp;Otilde;</td>
<td>capital o, tilde</td>
</tr>
<tr>
<td>Ö</td>
<td>&#214;</td>
<td>&amp;Ouml;</td>
<td>capital o, umlaut mark</td>
</tr>
<tr>
<td>Ø</td>
<td>&#216;</td>
<td>&amp;Oslash;</td>
<td>capital o, slash</td>
</tr>
<tr>
<td>Ù</td>
<td>&#217;</td>
<td>&amp;Ugrave;</td>
<td>capital u, grave accent</td>
</tr>
<tr>
<td>Ú</td>
<td>&#218;</td>
<td>&amp;Uacute;</td>
<td>capital u, acute accent</td>
</tr>
<tr>
<td>Û</td>
<td>&#219;</td>
<td>&amp;Ucirc;</td>
<td>capital u, circumflex accent</td>
</tr>
<tr>
<td>Ü</td>
<td>&#220;</td>
<td>&amp;Uuml;</td>
<td>capital u, umlaut mark</td>
</tr>
<tr>
<td>Ý</td>
<td>&#221;</td>
<td>&amp;Yacute;</td>
<td>capital y, acute accent</td>
</tr>
<tr>
<td>Þ</td>
<td>&#222;</td>
<td>&amp;THORN;</td>
<td>capital THORN, Icelandic</td>
</tr>
<tr>
<td>ß</td>
<td>&#223;</td>
<td>&amp;szlig;</td>
<td>small sharp s, German</td>
</tr>
<tr>
<td>à</td>
<td>&#224;</td>
<td>&amp;agrave;</td>
<td>small a, grave accent</td>
</tr>
<tr>
<td>á</td>
<td>&#225;</td>
<td>&amp;aacute;</td>
<td>small a, acute accent</td>
</tr>
<tr>
<td>â</td>
<td>&#226;</td>
<td>&amp;acirc;</td>
<td>small a, circumflex accent</td>
</tr>
<tr>
<td>ã</td>
<td>&#227;</td>
<td>&amp;atilde;</td>
<td>small a, tilde</td>
</tr>
<tr>
<td>ä</td>
<td>&#228;</td>
<td>&amp;auml;</td>
<td>small a, umlaut mark</td>
</tr>
<tr>
<td>å</td>
<td>&#229;</td>
<td>&amp;aring;</td>
<td>small a, ring</td>
</tr>
<tr>
<td>æ</td>
<td>&#230;</td>
<td>&amp;aelig;</td>
<td>small ae</td>
</tr>
<tr>
<td>ç</td>
<td>&#231;</td>
<td>&amp;ccedil;</td>
<td>small c, cedilla</td>
</tr>
<tr>
<td>è</td>
<td>&#232;</td>
<td>&amp;egrave;</td>
<td>small e, grave accent</td>
</tr>
<tr>
<td>é</td>
<td>&#233;</td>
<td>&amp;eacute;</td>
<td>small e, acute accent</td>
</tr>
<tr>
<td>ê</td>
<td>&#234;</td>
<td>&amp;ecirc;</td>
<td>small e, circumflex accent</td>
</tr>
<tr>
<td>ë</td>
<td>&#235;</td>
<td>&amp;euml;</td>
<td>small e, umlaut mark</td>
</tr>
<tr>
<td>ì</td>
<td>&#236;</td>
<td>&amp;igrave;</td>
<td>small i, grave accent</td>
</tr>
<tr>
<td>í</td>
<td>&#237;</td>
<td>&amp;iacute;</td>
<td>small i, acute accent</td>
</tr>
<tr>
<td>î</td>
<td>&#238;</td>
<td>&amp;icirc;</td>
<td>small i, circumflex accent</td>
</tr>
<tr>
<td>ï</td>
<td>&#239;</td>
<td>&amp;iuml;</td>
<td>small i, umlaut mark</td>
</tr>
<tr>
<td>ð</td>
<td>&#240;</td>
<td>&amp;eth;</td>
<td>small eth, Icelandic</td>
</tr>
<tr>
<td>ñ</td>
<td>&#241;</td>
<td>&amp;ntilde;</td>
<td>small n, tilde</td>
</tr>
<tr>
<td>ò</td>
<td>&#242;</td>
<td>&amp;ograve;</td>
<td>small o, grave accent</td>
</tr>
<tr>
<td>ó</td>
<td>&#243;</td>
<td>&amp;oacute;</td>
<td>small o, acute accent</td>
</tr>
<tr>
<td>ô</td>
<td>&#244;</td>
<td>&amp;ocirc;</td>
<td>small o, circumflex accent</td>
</tr>
<tr>
<td>õ</td>
<td>&#245;</td>
<td>&amp;otilde;</td>
<td>small o, tilde</td>
</tr>
<tr>
<td>ö</td>
<td>&#246;</td>
<td>&amp;ouml;</td>
<td>small o, umlaut mark</td>
</tr>
<tr>
<td>ø</td>
<td>&#248;</td>
<td>&amp;oslash;</td>
<td>small o, slash</td>
</tr>
<tr>
<td>ù</td>
<td>&#249;</td>
<td>&amp;ugrave;</td>
<td>small u, grave accent</td>
</tr>
<tr>
<td>ú</td>
<td>&#250;</td>
<td>&amp;uacute;</td>
<td>small u, acute accent</td>
</tr>
<tr>
<td>û</td>
<td>&#251;</td>
<td>&amp;ucirc;</td>
<td>small u, circumflex accent</td>
</tr>
<tr>
<td>ü</td>
<td>&#252;</td>
<td>&amp;uuml;</td>
<td>small u, umlaut mark</td>
</tr>
<tr>
<td>ý</td>
<td>&#253;</td>
<td>&amp;yacute;</td>
<td>small y, acute accent</td>
</tr>
<tr>
<td>þ</td>
<td>&#254;</td>
<td>&amp;thorn;</td>
<td>small thorn, Icelandic</td>
</tr>
<tr>
<td>ÿ</td>
<td>&#255;</td>
<td>&amp;yuml;</td>
<td>small y, umlaut mark</td>
</tr>
</tbody>
</table>
<br /> Tagged: html, html tutorials, lessons, tutorials, web, XHTML, XHTML Tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=329&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/html-iso-8859-1-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML ASCII Reference</title>
		<link>http://navid100.wordpress.com/2009/05/18/html-ascii-reference/</link>
		<comments>http://navid100.wordpress.com/2009/05/18/html-ascii-reference/#comments</comments>
		<pubDate>Mon, 18 May 2009 20:53:25 +0000</pubDate>
		<dc:creator>navid100</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[HTML ASCII]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XHTML Tutorial]]></category>

		<guid isPermaLink="false">http://navid100.wordpress.com/?p=327</guid>
		<description><![CDATA[The ASCII character-set is used to send information between computers on the Internet. The ASCII Character Set ASCII stands for the &#8220;American Standard Code for Information Interchange&#8221;.  It was designed in the early 60&#8242;s, as a standard character-set for computers and hardware devices like teleprinters and tapedrives. ASCII is a 7-bit character set containing 128 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=327&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="intro">The ASCII character-set is used to send information between  computers on the Internet.</p>
<hr />
<h2>The ASCII Character Set</h2>
<p>ASCII stands for the &#8220;American Standard Code for Information Interchange&#8221;.   It was designed in the early 60&#8242;s, as a standard character-set for computers and  hardware devices like teleprinters and tapedrives.</p>
<p>ASCII is a 7-bit character set containing 128 characters.</p>
<p>It contains the numbers from 0-9, the uppercase and lowercase English letters  from A to Z, and some special characters.</p>
<p>The character-sets used in modern computers, HTML, and Internet are all based  on ASCII.</p>
<p>The following table lists the 128 ASCII characters and their equivalent HTML  entity codes.</p>
<hr />
<h2>ASCII Printable Characters</h2>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">ASCII Character</th>
<th align="left">HTML Entity Code</th>
<th align="left">Description</th>
</tr>
<tr>
<td></td>
<td>&#32;</td>
<td>space</td>
</tr>
<tr>
<td>!</td>
<td>&#33;</td>
<td>exclamation mark</td>
</tr>
<tr>
<td>&#8220;</td>
<td>&#34;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>#</td>
<td>&#35;</td>
<td>number sign</td>
</tr>
<tr>
<td>$</td>
<td>&#36;</td>
<td>dollar sign</td>
</tr>
<tr>
<td>%</td>
<td>&#37;</td>
<td>percent sign</td>
</tr>
<tr>
<td>&amp;</td>
<td>&#38;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&#39;</td>
<td>apostrophe</td>
</tr>
<tr>
<td>(</td>
<td>&#40;</td>
<td>left parenthesis</td>
</tr>
<tr>
<td>)</td>
<td>&#41;</td>
<td>right parenthesis</td>
</tr>
<tr>
<td>*</td>
<td>&#42;</td>
<td>asterisk</td>
</tr>
<tr>
<td>+</td>
<td>&#43;</td>
<td>plus sign</td>
</tr>
<tr>
<td>,</td>
<td>&#44;</td>
<td>comma</td>
</tr>
<tr>
<td>-</td>
<td>&#45;</td>
<td>hyphen</td>
</tr>
<tr>
<td>.</td>
<td>&#46;</td>
<td>period</td>
</tr>
<tr>
<td>/</td>
<td>&#47;</td>
<td>slash</td>
</tr>
<tr>
<td>0</td>
<td>&#48;</td>
<td>digit 0</td>
</tr>
<tr>
<td>1</td>
<td>&#49;</td>
<td>digit 1</td>
</tr>
<tr>
<td>2</td>
<td>&#50;</td>
<td>digit 2</td>
</tr>
<tr>
<td>3</td>
<td>&#51;</td>
<td>digit 3</td>
</tr>
<tr>
<td>4</td>
<td>&#52;</td>
<td>digit 4</td>
</tr>
<tr>
<td>5</td>
<td>&#53;</td>
<td>digit 5</td>
</tr>
<tr>
<td>6</td>
<td>&#54;</td>
<td>digit 6</td>
</tr>
<tr>
<td>7</td>
<td>&#55;</td>
<td>digit 7</td>
</tr>
<tr>
<td>8</td>
<td>&#56;</td>
<td>digit 8</td>
</tr>
<tr>
<td>9</td>
<td>&#57;</td>
<td>digit 9</td>
</tr>
<tr>
<td>:</td>
<td>&#58;</td>
<td>colon</td>
</tr>
<tr>
<td>;</td>
<td>&#59;</td>
<td>semicolon</td>
</tr>
<tr>
<td>&lt;</td>
<td>&#60;</td>
<td>less-than</td>
</tr>
<tr>
<td>=</td>
<td>&#61;</td>
<td>equals-to</td>
</tr>
<tr>
<td>&gt;</td>
<td>&#62;</td>
<td>greater-than</td>
</tr>
<tr>
<td>?</td>
<td>&#63;</td>
<td>question mark</td>
</tr>
<tr>
<td>@</td>
<td>&#64;</td>
<td>at sign</td>
</tr>
<tr>
<td>A</td>
<td>&#65;</td>
<td>uppercase A</td>
</tr>
<tr>
<td>B</td>
<td>&#66;</td>
<td>uppercase B</td>
</tr>
<tr>
<td>C</td>
<td>&#67;</td>
<td>uppercase C</td>
</tr>
<tr>
<td>D</td>
<td>&#68;</td>
<td>uppercase D</td>
</tr>
<tr>
<td>E</td>
<td>&#69;</td>
<td>uppercase E</td>
</tr>
<tr>
<td>F</td>
<td>&#70;</td>
<td>uppercase F</td>
</tr>
<tr>
<td>G</td>
<td>&#71;</td>
<td>uppercase G</td>
</tr>
<tr>
<td>H</td>
<td>&#72;</td>
<td>uppercase H</td>
</tr>
<tr>
<td>I</td>
<td>&#73;</td>
<td>uppercase I</td>
</tr>
<tr>
<td>J</td>
<td>&#74;</td>
<td>uppercase J</td>
</tr>
<tr>
<td>K</td>
<td>&#75;</td>
<td>uppercase K</td>
</tr>
<tr>
<td>L</td>
<td>&#76;</td>
<td>uppercase L</td>
</tr>
<tr>
<td>M</td>
<td>&#77;</td>
<td>uppercase M</td>
</tr>
<tr>
<td>N</td>
<td>&#78;</td>
<td>uppercase N</td>
</tr>
<tr>
<td>O</td>
<td>&#79;</td>
<td>uppercase O</td>
</tr>
<tr>
<td>P</td>
<td>&#80;</td>
<td>uppercase P</td>
</tr>
<tr>
<td>Q</td>
<td>&#81;</td>
<td>uppercase Q</td>
</tr>
<tr>
<td>R</td>
<td>&#82;</td>
<td>uppercase R</td>
</tr>
<tr>
<td>S</td>
<td>&#83;</td>
<td>uppercase S</td>
</tr>
<tr>
<td>T</td>
<td>&#84;</td>
<td>uppercase T</td>
</tr>
<tr>
<td>U</td>
<td>&#85;</td>
<td>uppercase U</td>
</tr>
<tr>
<td>V</td>
<td>&#86;</td>
<td>uppercase V</td>
</tr>
<tr>
<td>W</td>
<td>&#87;</td>
<td>uppercase W</td>
</tr>
<tr>
<td>X</td>
<td>&#88;</td>
<td>uppercase X</td>
</tr>
<tr>
<td>Y</td>
<td>&#89;</td>
<td>uppercase Y</td>
</tr>
<tr>
<td>Z</td>
<td>&#90;</td>
<td>uppercase Z</td>
</tr>
<tr>
<td>[</td>
<td>&#91;</td>
<td>left square bracket</td>
</tr>
<tr>
<td>\</td>
<td>&#92;</td>
<td>backslash</td>
</tr>
<tr>
<td>]</td>
<td>&#93;</td>
<td>right square bracket</td>
</tr>
<tr>
<td>^</td>
<td>&#94;</td>
<td>caret</td>
</tr>
<tr>
<td>_</td>
<td>&#95;</td>
<td>underscore</td>
</tr>
<tr>
<td>`</td>
<td>&#96;</td>
<td>grave accent</td>
</tr>
<tr>
<td>a</td>
<td>&#97;</td>
<td>lowercase a</td>
</tr>
<tr>
<td>b</td>
<td>&#98;</td>
<td>lowercase b</td>
</tr>
<tr>
<td>c</td>
<td>&#99;</td>
<td>lowercase c</td>
</tr>
<tr>
<td>d</td>
<td>&#100;</td>
<td>lowercase d</td>
</tr>
<tr>
<td>e</td>
<td>&#101;</td>
<td>lowercase e</td>
</tr>
<tr>
<td>f</td>
<td>&#102;</td>
<td>lowercase f</td>
</tr>
<tr>
<td>g</td>
<td>&#103;</td>
<td>lowercase g</td>
</tr>
<tr>
<td>h</td>
<td>&#104;</td>
<td>lowercase h</td>
</tr>
<tr>
<td>i</td>
<td>&#105;</td>
<td>lowercase i</td>
</tr>
<tr>
<td>j</td>
<td>&#106;</td>
<td>lowercase j</td>
</tr>
<tr>
<td>k</td>
<td>&#107;</td>
<td>lowercase k</td>
</tr>
<tr>
<td>l</td>
<td>&#108;</td>
<td>lowercase l</td>
</tr>
<tr>
<td>m</td>
<td>&#109;</td>
<td>lowercase m</td>
</tr>
<tr>
<td>n</td>
<td>&#110;</td>
<td>lowercase n</td>
</tr>
<tr>
<td>o</td>
<td>&#111;</td>
<td>lowercase o</td>
</tr>
<tr>
<td>p</td>
<td>&#112;</td>
<td>lowercase p</td>
</tr>
<tr>
<td>q</td>
<td>&#113;</td>
<td>lowercase q</td>
</tr>
<tr>
<td>r</td>
<td>&#114;</td>
<td>lowercase r</td>
</tr>
<tr>
<td>s</td>
<td>&#115;</td>
<td>lowercase s</td>
</tr>
<tr>
<td>t</td>
<td>&#116;</td>
<td>lowercase t</td>
</tr>
<tr>
<td>u</td>
<td>&#117;</td>
<td>lowercase u</td>
</tr>
<tr>
<td>v</td>
<td>&#118;</td>
<td>lowercase v</td>
</tr>
<tr>
<td>w</td>
<td>&#119;</td>
<td>lowercase w</td>
</tr>
<tr>
<td>x</td>
<td>&#120;</td>
<td>lowercase x</td>
</tr>
<tr>
<td>y</td>
<td>&#121;</td>
<td>lowercase y</td>
</tr>
<tr>
<td>z</td>
<td>&#122;</td>
<td>lowercase z</td>
</tr>
<tr>
<td>{</td>
<td>&#123;</td>
<td>left curly brace</td>
</tr>
<tr>
<td>|</td>
<td>&#124;</td>
<td>vertical bar</td>
</tr>
<tr>
<td>}</td>
<td>&#125;</td>
<td>right curly brace</td>
</tr>
<tr>
<td>~</td>
<td>&#126;</td>
<td>tilde</td>
</tr>
</tbody>
</table>
<hr />
<h2>ASCII Device Control Characters</h2>
<p>The ASCII device control characters were originally designed to control hardware devices.</p>
<p>Control characters have nothing to do inside an HTML document.</p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left">ASCII Character</th>
<th align="left">HTML Entity Code</th>
<th align="left">Description</th>
</tr>
<tr>
<td>NUL</td>
<td></td>
<td>null character</td>
</tr>
<tr>
<td>SOH</td>
<td>&amp;#1;</td>
<td>start of header</td>
</tr>
<tr>
<td>STX</td>
<td>&amp;#2;</td>
<td>start of text</td>
</tr>
<tr>
<td>ETX</td>
<td>&amp;#3;</td>
<td>end of text</td>
</tr>
<tr>
<td>EOT</td>
<td>&amp;#4;</td>
<td>end of transmission</td>
</tr>
<tr>
<td>ENQ</td>
<td>&amp;#5;</td>
<td>enquiry</td>
</tr>
<tr>
<td>ACK</td>
<td>&amp;#6;</td>
<td>acknowledge</td>
</tr>
<tr>
<td>BEL</td>
<td>&amp;#7;</td>
<td>bell (ring)</td>
</tr>
<tr>
<td>BS</td>
<td>&amp;#8;</td>
<td>backspace</td>
</tr>
<tr>
<td>HT</td>
<td>&#9;</td>
<td>horizontal tab</td>
</tr>
<tr>
<td>LF</td>
<td>&#10;</td>
<td>line feed</td>
</tr>
<tr>
<td>VT</td>
<td>&amp;#11;</td>
<td>vertical tab</td>
</tr>
<tr>
<td>FF</td>
<td>&amp;#12;</td>
<td>form feed</td>
</tr>
<tr>
<td>CR</td>
<td>&#13;</td>
<td>carriage return</td>
</tr>
<tr>
<td>SO</td>
<td>&amp;#14;</td>
<td>shift out</td>
</tr>
<tr>
<td>SI</td>
<td>&amp;#15;</td>
<td>shift in</td>
</tr>
<tr>
<td>DLE</td>
<td>&amp;#16;</td>
<td>data link escape</td>
</tr>
<tr>
<td>DC1</td>
<td>&amp;#17;</td>
<td>device control 1</td>
</tr>
<tr>
<td>DC2</td>
<td>&amp;#18;</td>
<td>device control 2</td>
</tr>
<tr>
<td>DC3</td>
<td>&amp;#19;</td>
<td>device control 3</td>
</tr>
<tr>
<td>DC4</td>
<td>&amp;#20;</td>
<td>device control 4</td>
</tr>
<tr>
<td>NAK</td>
<td>&amp;#21;</td>
<td>negative acknowledge</td>
</tr>
<tr>
<td>SYN</td>
<td>&amp;#22;</td>
<td>synchronize</td>
</tr>
<tr>
<td>ETB</td>
<td>&amp;#23;</td>
<td>end transmission block</td>
</tr>
<tr>
<td>CAN</td>
<td>&amp;#24;</td>
<td>cancel</td>
</tr>
<tr>
<td>EM</td>
<td>&amp;#25;</td>
<td>end of medium</td>
</tr>
<tr>
<td>SUB</td>
<td>&amp;#26;</td>
<td>substitute</td>
</tr>
<tr>
<td>ESC</td>
<td>&amp;#27;</td>
<td>escape</td>
</tr>
<tr>
<td>FS</td>
<td>&amp;#28;</td>
<td>file separator</td>
</tr>
<tr>
<td>GS</td>
<td>&amp;#29;</td>
<td>group separator</td>
</tr>
<tr>
<td>RS</td>
<td>&amp;#30;</td>
<td>record separator</td>
</tr>
<tr>
<td>US</td>
<td>&amp;#31;</td>
<td>unit separator</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>DEL</td>
<td>&#127;</td>
<td>delete (rubout)</td>
</tr>
</tbody>
</table>
<br /> Tagged: html, HTML ASCII, html tutorials, lessons, tutorials, web, XHTML, XHTML Tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/navid100.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/navid100.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/navid100.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=navid100.wordpress.com&amp;blog=7113426&amp;post=327&amp;subd=navid100&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://navid100.wordpress.com/2009/05/18/html-ascii-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/04e2c94b822c3c3d7b9ef55ce29091c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navid100</media:title>
		</media:content>
	</item>
	</channel>
</rss>
