<?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>JaffnaCampus.com &#187; HTML References</title>
	<atom:link href="http://jaffnacampus.com/category/html/html-references/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaffnacampus.com</link>
	<description>Gateway to your IT potential</description>
	<lastBuildDate>Tue, 27 Sep 2011 13:57:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTTP Status Messages</title>
		<link>http://jaffnacampus.com/html/html-references/http-status-messages/</link>
		<comments>http://jaffnacampus.com/html/html-references/http-status-messages/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:25:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTTP Status Messages]]></category>
		<category><![CDATA[Status Messages]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=116</guid>
		<description><![CDATA[When a browser requests a service from a web server, an   error might occur.
This is a list of [...]]]></description>
			<content:encoded><![CDATA[<p>When a browser requests a service from a web server, an   error might occur.</p>
<p>This is a list of HTTP status messages that might be   returned:</p>
<hr />
<p><strong>1xx: Information</strong></p>
<table border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="40%">Message:</th>
<th align="left" width="60%">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 border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="40%">Message:</th>
<th align="left" width="60%">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 border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="40%">Message:</th>
<th align="left" width="60%">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 border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="40%">Message:</th>
<th align="left" width="60%">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 &quot;Content-Length&quot; 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 &quot;post&quot; request to a &quot;get&quot;   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 border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="40%">Message:</th>
<th align="left" width="60%">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 &quot;http protocol&quot;   version </td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/http-status-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Language Code Reference</title>
		<link>http://jaffnacampus.com/html/html-references/html-language-code-reference/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-language-code-reference/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTML Language Code Reference]]></category>
		<category><![CDATA[Language Code Reference]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=114</guid>
		<description><![CDATA[ISO Language Codes
The HTML lang attribute can be used to declare the language of a Web   page or [...]]]></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 border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>&lt;html lang=&quot;en&quot;&gt;<br />
        &#8230;<br />
        &lt;/html&gt;</td>
</tr>
</tbody>
</table>
<p>In XHTML, the language is declared inside the &lt;html&gt; tag as   follows:</p>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot;   xml:lang=&quot;en&quot;&gt;<br />
        &#8230;<br />
        &lt;/html&gt;</td>
</tr>
</tbody>
</table>
<p></p>
<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 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>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-language-code-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML URL Encoding Reference</title>
		<link>http://jaffnacampus.com/html/html-references/html-url-encoding-reference/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-url-encoding-reference/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTML URL Encoding Reference]]></category>
		<category><![CDATA[URL Encoding Reference]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=112</guid>
		<description><![CDATA[URL encoding converts characters into a format that can   be safely transmitted over the Internet.

URL &#8211; Uniform Resource [...]]]></description>
			<content:encoded><![CDATA[<p>URL encoding converts characters into a format that can   be safely transmitted over the Internet.</p>
<hr />
<h2>URL &#8211; Uniform 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.JaffnaCampus.com.</strong></p>
<hr />
<h2>URL Encoding</h2>
<p>URLs can only be sent over the Internet using the ASCII character-set.</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   &quot;%&quot; 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>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.</p>
<p><strong>Note: </strong>The JavaScript function encodes space as %20.</p>
<hr />
<h2>URL Encoding Reference</h2>
<table 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>&quot;</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>
<p></p>
<hr />
<h2>URL Encoding Reference</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 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>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-url-encoding-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Symbol Entities Reference</title>
		<link>http://jaffnacampus.com/html/html-references/html-symbol-entities-reference/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-symbol-entities-reference/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:16:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTML Symbol Entities Reference]]></category>
		<category><![CDATA[Symbol Entities Reference]]></category>

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

		<guid isPermaLink="false">http://jaffnacampus.com/?p=107</guid>
		<description><![CDATA[Modern browsers supports several character-sets:

ASCII   character set
Standard   ISO character sets
Mathematical   symbols, Greek letters, and [...]]]></description>
			<content:encoded><![CDATA[<p>Modern browsers supports several character-sets:</p>
<ul>
<li>ASCII   character set</li>
<li>Standard   ISO character sets</li>
<li>Mathematical   symbols, Greek letters, and other   	symbols</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 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>&quot;</td>
<td>&amp;#34;</td>
<td>&amp;quot;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&amp;#39;</td>
<td>&amp;apos; (does not work in IE)</td>
<td>apostrophe </td>
</tr>
<tr>
<td>&amp;</td>
<td>&amp;#38;</td>
<td>&amp;amp;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&lt;</td>
<td>&amp;#60;</td>
<td>&amp;lt;</td>
<td>less-than</td>
</tr>
<tr>
<td>&gt;</td>
<td>&amp;#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 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>&amp;#160;</td>
<td>&amp;nbsp;</td>
<td>non-breaking space</td>
</tr>
<tr>
<td>¡</td>
<td>&amp;#161;</td>
<td>&amp;iexcl;</td>
<td>inverted exclamation mark</td>
</tr>
<tr>
<td>¢</td>
<td>&amp;#162;</td>
<td>&amp;cent;</td>
<td>cent</td>
</tr>
<tr>
<td>£</td>
<td>&amp;#163;</td>
<td>&amp;pound;</td>
<td>pound</td>
</tr>
<tr>
<td>¤</td>
<td>&amp;#164;</td>
<td>&amp;curren;</td>
<td>currency</td>
</tr>
<tr>
<td>¥</td>
<td>&amp;#165;</td>
<td>&amp;yen;</td>
<td>yen</td>
</tr>
<tr>
<td>¦</td>
<td>&amp;#166;</td>
<td>&amp;brvbar;</td>
<td>broken vertical bar</td>
</tr>
<tr>
<td>§</td>
<td>&amp;#167;</td>
<td>&amp;sect;</td>
<td>section</td>
</tr>
<tr>
<td>¨</td>
<td>&amp;#168;</td>
<td>&amp;uml;</td>
<td>spacing diaeresis</td>
</tr>
<tr>
<td>©</td>
<td>&amp;#169;</td>
<td>&amp;copy;</td>
<td>copyright</td>
</tr>
<tr>
<td>ª</td>
<td>&amp;#170;</td>
<td>&amp;ordf;</td>
<td>feminine ordinal indicator</td>
</tr>
<tr>
<td>«</td>
<td>&amp;#171;</td>
<td>&amp;laquo;</td>
<td>angle quotation mark (left)</td>
</tr>
<tr>
<td>¬</td>
<td>&amp;#172;</td>
<td>&amp;not;</td>
<td>negation</td>
</tr>
<tr>
<td>­</td>
<td>&amp;#173;</td>
<td>&amp;shy;</td>
<td>soft hyphen</td>
</tr>
<tr>
<td>®</td>
<td>&amp;#174;</td>
<td>&amp;reg;</td>
<td>registered trademark</td>
</tr>
<tr>
<td>¯</td>
<td>&amp;#175;</td>
<td>&amp;macr;</td>
<td>spacing macron</td>
</tr>
<tr>
<td>°</td>
<td>&amp;#176;</td>
<td>&amp;deg;</td>
<td>degree</td>
</tr>
<tr>
<td>±</td>
<td>&amp;#177;</td>
<td>&amp;plusmn;</td>
<td>plus-or-minus </td>
</tr>
<tr>
<td>²</td>
<td>&amp;#178;</td>
<td>&amp;sup2;</td>
<td>superscript 2</td>
</tr>
<tr>
<td>³</td>
<td>&amp;#179;</td>
<td>&amp;sup3;</td>
<td>superscript 3</td>
</tr>
<tr>
<td>´</td>
<td>&amp;#180;</td>
<td>&amp;acute;</td>
<td>spacing acute</td>
</tr>
<tr>
<td>µ</td>
<td>&amp;#181;</td>
<td>&amp;micro;</td>
<td>micro</td>
</tr>
<tr>
<td>¶</td>
<td>&amp;#182;</td>
<td>&amp;para;</td>
<td>paragraph</td>
</tr>
<tr>
<td>·</td>
<td>&amp;#183;</td>
<td>&amp;middot;</td>
<td>middle dot</td>
</tr>
<tr>
<td>¸</td>
<td>&amp;#184;</td>
<td>&amp;cedil;</td>
<td>spacing cedilla</td>
</tr>
<tr>
<td>¹</td>
<td>&amp;#185;</td>
<td>&amp;sup1;</td>
<td>superscript 1</td>
</tr>
<tr>
<td>º</td>
<td>&amp;#186;</td>
<td>&amp;ordm;</td>
<td>masculine ordinal indicator</td>
</tr>
<tr>
<td>»</td>
<td>&amp;#187;</td>
<td>&amp;raquo;</td>
<td>angle quotation mark (right)</td>
</tr>
<tr>
<td>¼</td>
<td>&amp;#188;</td>
<td>&amp;frac14;</td>
<td>fraction 1/4</td>
</tr>
<tr>
<td>½</td>
<td>&amp;#189;</td>
<td>&amp;frac12;</td>
<td>fraction 1/2</td>
</tr>
<tr>
<td>¾</td>
<td>&amp;#190;</td>
<td>&amp;frac34;</td>
<td>fraction 3/4</td>
</tr>
<tr>
<td>¿</td>
<td>&amp;#191;</td>
<td>&amp;iquest;</td>
<td>inverted question mark</td>
</tr>
<tr>
<td>×</td>
<td>&amp;#215;</td>
<td>&amp;times;</td>
<td>multiplication</td>
</tr>
<tr>
<td>÷</td>
<td>&amp;#247;</td>
<td>&amp;divide;</td>
<td>division</td>
</tr>
</tbody>
</table>
<h2>ISO 8859-1 Characters</h2>
<table 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>&amp;#192;</td>
<td>&amp;Agrave;</td>
<td>capital a, grave accent</td>
</tr>
<tr>
<td>Á</td>
<td>&amp;#193;</td>
<td>&amp;Aacute;</td>
<td>capital a, acute accent</td>
</tr>
<tr>
<td>Â</td>
<td>&amp;#194;</td>
<td>&amp;Acirc;</td>
<td>capital a, circumflex accent</td>
</tr>
<tr>
<td>Ã</td>
<td>&amp;#195;</td>
<td>&amp;Atilde;</td>
<td>capital a, tilde</td>
</tr>
<tr>
<td>Ä</td>
<td>&amp;#196;</td>
<td>&amp;Auml;</td>
<td>capital a, umlaut mark</td>
</tr>
<tr>
<td>Å</td>
<td>&amp;#197;</td>
<td>&amp;Aring;</td>
<td>capital a, ring</td>
</tr>
<tr>
<td>Æ</td>
<td>&amp;#198;</td>
<td>&amp;AElig;</td>
<td>capital ae</td>
</tr>
<tr>
<td>Ç</td>
<td>&amp;#199;</td>
<td>&amp;Ccedil;</td>
<td>capital c, cedilla</td>
</tr>
<tr>
<td>È</td>
<td>&amp;#200;</td>
<td>&amp;Egrave;</td>
<td>capital e, grave accent</td>
</tr>
<tr>
<td>É</td>
<td>&amp;#201;</td>
<td>&amp;Eacute;</td>
<td>capital e, acute accent</td>
</tr>
<tr>
<td>Ê</td>
<td>&amp;#202;</td>
<td>&amp;Ecirc;</td>
<td>capital e, circumflex accent</td>
</tr>
<tr>
<td>Ë</td>
<td>&amp;#203;</td>
<td>&amp;Euml;</td>
<td>capital e, umlaut mark</td>
</tr>
<tr>
<td>Ì</td>
<td>&amp;#204;</td>
<td>&amp;Igrave;</td>
<td>capital i, grave accent</td>
</tr>
<tr>
<td>Í</td>
<td>&amp;#205;</td>
<td>&amp;Iacute;</td>
<td>capital i, acute accent</td>
</tr>
<tr>
<td>Î</td>
<td>&amp;#206;</td>
<td>&amp;Icirc;</td>
<td>capital i, circumflex accent</td>
</tr>
<tr>
<td>Ï</td>
<td>&amp;#207;</td>
<td>&amp;Iuml;</td>
<td>capital i, umlaut mark</td>
</tr>
<tr>
<td>Ð</td>
<td>&amp;#208;</td>
<td>&amp;ETH;</td>
<td>capital eth, Icelandic</td>
</tr>
<tr>
<td>Ñ</td>
<td>&amp;#209;</td>
<td>&amp;Ntilde;</td>
<td>capital n, tilde</td>
</tr>
<tr>
<td>Ò</td>
<td>&amp;#210;</td>
<td>&amp;Ograve;</td>
<td>capital o, grave accent</td>
</tr>
<tr>
<td>Ó</td>
<td>&amp;#211;</td>
<td>&amp;Oacute;</td>
<td>capital o, acute accent</td>
</tr>
<tr>
<td>Ô</td>
<td>&amp;#212;</td>
<td>&amp;Ocirc;</td>
<td>capital o, circumflex accent</td>
</tr>
<tr>
<td>Õ</td>
<td>&amp;#213;</td>
<td>&amp;Otilde;</td>
<td>capital o, tilde</td>
</tr>
<tr>
<td>Ö</td>
<td>&amp;#214;</td>
<td>&amp;Ouml;</td>
<td>capital o, umlaut mark</td>
</tr>
<tr>
<td>Ø</td>
<td>&amp;#216;</td>
<td>&amp;Oslash;</td>
<td>capital o, slash</td>
</tr>
<tr>
<td>Ù</td>
<td>&amp;#217;</td>
<td>&amp;Ugrave;</td>
<td>capital u, grave accent</td>
</tr>
<tr>
<td>Ú</td>
<td>&amp;#218;</td>
<td>&amp;Uacute;</td>
<td>capital u, acute accent</td>
</tr>
<tr>
<td>Û</td>
<td>&amp;#219;</td>
<td>&amp;Ucirc;</td>
<td>capital u, circumflex accent</td>
</tr>
<tr>
<td>Ü</td>
<td>&amp;#220;</td>
<td>&amp;Uuml;</td>
<td>capital u, umlaut mark</td>
</tr>
<tr>
<td>Ý</td>
<td>&amp;#221;</td>
<td>&amp;Yacute;</td>
<td>capital y, acute accent</td>
</tr>
<tr>
<td>Þ</td>
<td>&amp;#222;</td>
<td>&amp;THORN;</td>
<td>capital THORN, Icelandic</td>
</tr>
<tr>
<td>ß</td>
<td>&amp;#223;</td>
<td>&amp;szlig;</td>
<td>small sharp s, German</td>
</tr>
<tr>
<td>à</td>
<td>&amp;#224;</td>
<td>&amp;agrave;</td>
<td>small a, grave accent</td>
</tr>
<tr>
<td>á</td>
<td>&amp;#225;</td>
<td>&amp;aacute;</td>
<td>small a, acute accent</td>
</tr>
<tr>
<td>â</td>
<td>&amp;#226;</td>
<td>&amp;acirc;</td>
<td>small a, circumflex accent</td>
</tr>
<tr>
<td>ã</td>
<td>&amp;#227;</td>
<td>&amp;atilde;</td>
<td>small a, tilde</td>
</tr>
<tr>
<td>ä</td>
<td>&amp;#228;</td>
<td>&amp;auml;</td>
<td>small a, umlaut mark</td>
</tr>
<tr>
<td>å</td>
<td>&amp;#229;</td>
<td>&amp;aring;</td>
<td>small a, ring</td>
</tr>
<tr>
<td>æ</td>
<td>&amp;#230;</td>
<td>&amp;aelig;</td>
<td>small ae</td>
</tr>
<tr>
<td>ç</td>
<td>&amp;#231;</td>
<td>&amp;ccedil;</td>
<td>small c, cedilla</td>
</tr>
<tr>
<td>è</td>
<td>&amp;#232;</td>
<td>&amp;egrave;</td>
<td>small e, grave accent</td>
</tr>
<tr>
<td>é</td>
<td>&amp;#233;</td>
<td>&amp;eacute;</td>
<td>small e, acute accent</td>
</tr>
<tr>
<td>ê</td>
<td>&amp;#234;</td>
<td>&amp;ecirc;</td>
<td>small e, circumflex accent</td>
</tr>
<tr>
<td>ë</td>
<td>&amp;#235;</td>
<td>&amp;euml;</td>
<td>small e, umlaut mark</td>
</tr>
<tr>
<td>ì</td>
<td>&amp;#236;</td>
<td>&amp;igrave;</td>
<td>small i, grave accent</td>
</tr>
<tr>
<td>í</td>
<td>&amp;#237;</td>
<td>&amp;iacute;</td>
<td>small i, acute accent</td>
</tr>
<tr>
<td>î</td>
<td>&amp;#238;</td>
<td>&amp;icirc;</td>
<td>small i, circumflex accent</td>
</tr>
<tr>
<td>ï</td>
<td>&amp;#239;</td>
<td>&amp;iuml;</td>
<td>small i, umlaut mark</td>
</tr>
<tr>
<td>ð</td>
<td>&amp;#240;</td>
<td>&amp;eth;</td>
<td>small eth, Icelandic</td>
</tr>
<tr>
<td>ñ</td>
<td>&amp;#241;</td>
<td>&amp;ntilde;</td>
<td>small n, tilde</td>
</tr>
<tr>
<td>ò</td>
<td>&amp;#242;</td>
<td>&amp;ograve;</td>
<td>small o, grave accent</td>
</tr>
<tr>
<td>ó</td>
<td>&amp;#243;</td>
<td>&amp;oacute;</td>
<td>small o, acute accent</td>
</tr>
<tr>
<td>ô</td>
<td>&amp;#244;</td>
<td>&amp;ocirc;</td>
<td>small o, circumflex accent</td>
</tr>
<tr>
<td>õ</td>
<td>&amp;#245;</td>
<td>&amp;otilde;</td>
<td>small o, tilde</td>
</tr>
<tr>
<td>ö</td>
<td>&amp;#246;</td>
<td>&amp;ouml;</td>
<td>small o, umlaut mark</td>
</tr>
<tr>
<td>ø</td>
<td>&amp;#248;</td>
<td>&amp;oslash;</td>
<td>small o, slash</td>
</tr>
<tr>
<td>ù</td>
<td>&amp;#249;</td>
<td>&amp;ugrave;</td>
<td>small u, grave accent</td>
</tr>
<tr>
<td>ú</td>
<td>&amp;#250;</td>
<td>&amp;uacute;</td>
<td>small u, acute accent</td>
</tr>
<tr>
<td>û</td>
<td>&amp;#251;</td>
<td>&amp;ucirc;</td>
<td>small u, circumflex accent</td>
</tr>
<tr>
<td>ü</td>
<td>&amp;#252;</td>
<td>&amp;uuml;</td>
<td>small u, umlaut mark</td>
</tr>
<tr>
<td>ý</td>
<td>&amp;#253;</td>
<td>&amp;yacute;</td>
<td>small y, acute accent</td>
</tr>
<tr>
<td>þ</td>
<td>&amp;#254;</td>
<td>&amp;thorn;</td>
<td>small thorn, Icelandic</td>
</tr>
<tr>
<td>ÿ</td>
<td>&amp;#255;</td>
<td>&amp;yuml;</td>
<td>small y, umlaut mark</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-iso-8859-1-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML ASCII Reference</title>
		<link>http://jaffnacampus.com/html/html-references/html-ascii-reference/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-ascii-reference/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:08:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[ASCII Reference]]></category>
		<category><![CDATA[HTML ASCII Reference]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=104</guid>
		<description><![CDATA[The ASCII character-set is used to send information   between   computers on the Internet.

The ASCII Character Set
ASCII [...]]]></description>
			<content:encoded><![CDATA[<p>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 &quot;American Standard Code for Information   Interchange&quot;.    It was designed in the early 60&#8217;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 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>&amp;#32;</td>
<td>space</td>
</tr>
<tr>
<td>!</td>
<td>&amp;#33;</td>
<td>exclamation mark</td>
</tr>
<tr>
<td>&quot;</td>
<td>&amp;#34;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>#</td>
<td>&amp;#35;</td>
<td>number sign</td>
</tr>
<tr>
<td>$</td>
<td>&amp;#36;</td>
<td>dollar sign</td>
</tr>
<tr>
<td>%</td>
<td>&amp;#37;</td>
<td>percent sign</td>
</tr>
<tr>
<td>&amp;</td>
<td>&amp;#38;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&amp;#39;</td>
<td>apostrophe</td>
</tr>
<tr>
<td>(</td>
<td>&amp;#40;</td>
<td>left parenthesis</td>
</tr>
<tr>
<td>)</td>
<td>&amp;#41;</td>
<td>right parenthesis</td>
</tr>
<tr>
<td>*</td>
<td>&amp;#42;</td>
<td>asterisk</td>
</tr>
<tr>
<td>+</td>
<td>&amp;#43;</td>
<td>plus sign</td>
</tr>
<tr>
<td>,</td>
<td>&amp;#44;</td>
<td>comma</td>
</tr>
<tr>
<td>-</td>
<td>&amp;#45;</td>
<td>hyphen</td>
</tr>
<tr>
<td>.</td>
<td>&amp;#46;</td>
<td>period</td>
</tr>
<tr>
<td>/</td>
<td>&amp;#47;</td>
<td>slash</td>
</tr>
<tr>
<td>0</td>
<td>&amp;#48;</td>
<td>digit 0</td>
</tr>
<tr>
<td>1</td>
<td>&amp;#49;</td>
<td>digit 1</td>
</tr>
<tr>
<td>2</td>
<td>&amp;#50;</td>
<td>digit 2</td>
</tr>
<tr>
<td>3</td>
<td>&amp;#51;</td>
<td>digit 3</td>
</tr>
<tr>
<td>4</td>
<td>&amp;#52;</td>
<td>digit 4</td>
</tr>
<tr>
<td>5</td>
<td>&amp;#53;</td>
<td>digit 5</td>
</tr>
<tr>
<td>6</td>
<td>&amp;#54;</td>
<td>digit 6</td>
</tr>
<tr>
<td>7</td>
<td>&amp;#55;</td>
<td>digit 7</td>
</tr>
<tr>
<td>8</td>
<td>&amp;#56;</td>
<td>digit 8</td>
</tr>
<tr>
<td>9</td>
<td>&amp;#57;</td>
<td>digit 9</td>
</tr>
<tr>
<td>:</td>
<td>&amp;#58;</td>
<td>colon</td>
</tr>
<tr>
<td>;</td>
<td>&amp;#59;</td>
<td>semicolon</td>
</tr>
<tr>
<td>&lt;</td>
<td>&amp;#60;</td>
<td>less-than</td>
</tr>
<tr>
<td>=</td>
<td>&amp;#61;</td>
<td>equals-to</td>
</tr>
<tr>
<td>&gt;</td>
<td>&amp;#62;</td>
<td>greater-than</td>
</tr>
<tr>
<td>?</td>
<td>&amp;#63;</td>
<td>question mark</td>
</tr>
<tr>
<td>@</td>
<td>&amp;#64;</td>
<td>at sign</td>
</tr>
<tr>
<td>A</td>
<td>&amp;#65;</td>
<td>uppercase A</td>
</tr>
<tr>
<td>B</td>
<td>&amp;#66;</td>
<td>uppercase B</td>
</tr>
<tr>
<td>C</td>
<td>&amp;#67;</td>
<td>uppercase C</td>
</tr>
<tr>
<td>D</td>
<td>&amp;#68;</td>
<td>uppercase D</td>
</tr>
<tr>
<td>E</td>
<td>&amp;#69;</td>
<td>uppercase E</td>
</tr>
<tr>
<td>F</td>
<td>&amp;#70;</td>
<td>uppercase F</td>
</tr>
<tr>
<td>G</td>
<td>&amp;#71;</td>
<td>uppercase G</td>
</tr>
<tr>
<td>H</td>
<td>&amp;#72;</td>
<td>uppercase H</td>
</tr>
<tr>
<td>I</td>
<td>&amp;#73;</td>
<td>uppercase I</td>
</tr>
<tr>
<td>J</td>
<td>&amp;#74;</td>
<td>uppercase J</td>
</tr>
<tr>
<td>K</td>
<td>&amp;#75;</td>
<td>uppercase K</td>
</tr>
<tr>
<td>L</td>
<td>&amp;#76;</td>
<td>uppercase L</td>
</tr>
<tr>
<td>M</td>
<td>&amp;#77;</td>
<td>uppercase M</td>
</tr>
<tr>
<td>N</td>
<td>&amp;#78;</td>
<td>uppercase N</td>
</tr>
<tr>
<td>O</td>
<td>&amp;#79;</td>
<td>uppercase O</td>
</tr>
<tr>
<td>P</td>
<td>&amp;#80;</td>
<td>uppercase P</td>
</tr>
<tr>
<td>Q</td>
<td>&amp;#81;</td>
<td>uppercase Q</td>
</tr>
<tr>
<td>R</td>
<td>&amp;#82;</td>
<td>uppercase R</td>
</tr>
<tr>
<td>S</td>
<td>&amp;#83;</td>
<td>uppercase S</td>
</tr>
<tr>
<td>T</td>
<td>&amp;#84;</td>
<td>uppercase T</td>
</tr>
<tr>
<td>U</td>
<td>&amp;#85;</td>
<td>uppercase U</td>
</tr>
<tr>
<td>V</td>
<td>&amp;#86;</td>
<td>uppercase V</td>
</tr>
<tr>
<td>W</td>
<td>&amp;#87;</td>
<td>uppercase W</td>
</tr>
<tr>
<td>X</td>
<td>&amp;#88;</td>
<td>uppercase X</td>
</tr>
<tr>
<td>Y</td>
<td>&amp;#89;</td>
<td>uppercase Y</td>
</tr>
<tr>
<td>Z</td>
<td>&amp;#90;</td>
<td>uppercase Z</td>
</tr>
<tr>
<td>[</td>
<td>&amp;#91;</td>
<td>left square bracket</td>
</tr>
<tr>
<td>\</td>
<td>&amp;#92;</td>
<td>backslash</td>
</tr>
<tr>
<td>]</td>
<td>&amp;#93;</td>
<td>right square bracket</td>
</tr>
<tr>
<td>^</td>
<td>&amp;#94;</td>
<td>caret</td>
</tr>
<tr>
<td>_</td>
<td>&amp;#95;</td>
<td>underscore</td>
</tr>
<tr>
<td>`</td>
<td>&amp;#96;</td>
<td>grave accent</td>
</tr>
<tr>
<td>a</td>
<td>&amp;#97;</td>
<td>lowercase a</td>
</tr>
<tr>
<td>b</td>
<td>&amp;#98;</td>
<td>lowercase b</td>
</tr>
<tr>
<td>c</td>
<td>&amp;#99;</td>
<td>lowercase c</td>
</tr>
<tr>
<td>d</td>
<td>&amp;#100;</td>
<td>lowercase d</td>
</tr>
<tr>
<td>e</td>
<td>&amp;#101;</td>
<td>lowercase e</td>
</tr>
<tr>
<td>f</td>
<td>&amp;#102;</td>
<td>lowercase f</td>
</tr>
<tr>
<td>g</td>
<td>&amp;#103;</td>
<td>lowercase g</td>
</tr>
<tr>
<td>h</td>
<td>&amp;#104;</td>
<td>lowercase h</td>
</tr>
<tr>
<td>i</td>
<td>&amp;#105;</td>
<td>lowercase i</td>
</tr>
<tr>
<td>j</td>
<td>&amp;#106;</td>
<td>lowercase j</td>
</tr>
<tr>
<td>k</td>
<td>&amp;#107;</td>
<td>lowercase k</td>
</tr>
<tr>
<td>l</td>
<td>&amp;#108;</td>
<td>lowercase l</td>
</tr>
<tr>
<td>m</td>
<td>&amp;#109;</td>
<td>lowercase m</td>
</tr>
<tr>
<td>n</td>
<td>&amp;#110;</td>
<td>lowercase n</td>
</tr>
<tr>
<td>o</td>
<td>&amp;#111;</td>
<td>lowercase o</td>
</tr>
<tr>
<td>p</td>
<td>&amp;#112;</td>
<td>lowercase p</td>
</tr>
<tr>
<td>q</td>
<td>&amp;#113;</td>
<td>lowercase q</td>
</tr>
<tr>
<td>r</td>
<td>&amp;#114;</td>
<td>lowercase r</td>
</tr>
<tr>
<td>s</td>
<td>&amp;#115;</td>
<td>lowercase s</td>
</tr>
<tr>
<td>t</td>
<td>&amp;#116;</td>
<td>lowercase t</td>
</tr>
<tr>
<td>u</td>
<td>&amp;#117;</td>
<td>lowercase u</td>
</tr>
<tr>
<td>v</td>
<td>&amp;#118;</td>
<td>lowercase v</td>
</tr>
<tr>
<td>w</td>
<td>&amp;#119;</td>
<td>lowercase w</td>
</tr>
<tr>
<td>x</td>
<td>&amp;#120;</td>
<td>lowercase x</td>
</tr>
<tr>
<td>y</td>
<td>&amp;#121;</td>
<td>lowercase y</td>
</tr>
<tr>
<td>z</td>
<td>&amp;#122;</td>
<td>lowercase z</td>
</tr>
<tr>
<td>{</td>
<td>&amp;#123;</td>
<td>left curly brace</td>
</tr>
<tr>
<td>|</td>
<td>&amp;#124;</td>
<td>vertical bar</td>
</tr>
<tr>
<td>}</td>
<td>&amp;#125;</td>
<td>right curly brace</td>
</tr>
<tr>
<td>~</td>
<td>&amp;#126;</td>
<td>tilde</td>
</tr>
</tbody>
</table>
<p></p>
<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 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>&amp;#00;</td>
<td>null character</td>
</tr>
<tr>
<td>SOH</td>
<td>&amp;#01;</td>
<td>start of header</td>
</tr>
<tr>
<td>STX</td>
<td>&amp;#02;</td>
<td>start of text</td>
</tr>
<tr>
<td>ETX</td>
<td>&amp;#03;</td>
<td>end of text</td>
</tr>
<tr>
<td>EOT</td>
<td>&amp;#04;</td>
<td>end of transmission</td>
</tr>
<tr>
<td>ENQ</td>
<td>&amp;#05;</td>
<td>enquiry</td>
</tr>
<tr>
<td>ACK</td>
<td>&amp;#06;</td>
<td>acknowledge</td>
</tr>
<tr>
<td>BEL</td>
<td>&amp;#07;</td>
<td>bell (ring)</td>
</tr>
<tr>
<td>BS</td>
<td>&amp;#08;</td>
<td>backspace</td>
</tr>
<tr>
<td>HT</td>
<td>&amp;#09;</td>
<td>horizontal tab</td>
</tr>
<tr>
<td>LF</td>
<td>&amp;#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>&amp;#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>&amp;#127;</td>
<td>delete (rubout)</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-ascii-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Character Sets</title>
		<link>http://jaffnacampus.com/html/html-references/html-character-sets/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-character-sets/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[Character Sets]]></category>
		<category><![CDATA[HTML Character Sets]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=102</guid>
		<description><![CDATA[HTML Character Sets
To display an HTML page correctly, the browser must know what   character-set   to use.
The [...]]]></description>
			<content:encoded><![CDATA[<h2>HTML Character Sets</h2>
<p>To display an HTML page correctly, the browser must know what   character-set   to use.</p>
<p>The character-set for the early world wide web was ASCII. ASCII   supports the numbers from 0-9, the uppercase and lowercase English   alphabet, and some special   characters. </p>
<p><a href="http://jaffnacampus.com/html/html-references/html-ascii-reference/">Complete ASCII   reference</a>. </p>
<p>Since many countries use characters which are not a part of ASCII,   the default character-set for modern browsers is ISO-8859-1. </p>
<p><a href="http://jaffnacampus.com/campus-news/html-iso-8859-1-reference/">Complete   ISO-8859-1 reference</a>.</p>
<p>If a web page uses a different character-set than ISO-8859-1, it   should be specified in the   &lt;meta&gt; tag.</p>
<hr />
<h2>ISO Character Sets</h2>
<p>It is the International Standards Organization (ISO)   that defines   the standard character-sets for different alphabets/languages.</p>
<p>The different character-sets being used around the world are listed   below:</p>
<table border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="20%">Character set</th>
<th align="left" valign="top" width="30%">Description</th>
<th align="left" valign="top" width="50%">Covers</th>
</tr>
<tr>
<td valign="top">ISO-8859-1</td>
<td valign="top">Latin alphabet part 1</td>
<td valign="top">North America, Western Europe, Latin America, the   Caribbean, Canada,   		Africa</td>
</tr>
<tr>
<td valign="top">ISO-8859-2</td>
<td valign="top">Latin alphabet part 2</td>
<td valign="top">Eastern Europe</td>
</tr>
<tr>
<td valign="top">ISO-8859-3</td>
<td valign="top">Latin alphabet part 3</td>
<td valign="top">SE Europe, Esperanto, miscellaneous others</td>
</tr>
<tr>
<td valign="top">ISO-8859-4</td>
<td valign="top">Latin alphabet part 4</td>
<td valign="top">Scandinavia/Baltics (and others not in   ISO-8859-1)</td>
</tr>
<tr>
<td valign="top">ISO-8859-5</td>
<td valign="top">Latin/Cyrillic part 5</td>
<td valign="top">The languages that are using a Cyrillic alphabet   such as Bulgarian,   		Belarusian, Russian and Macedonian</td>
</tr>
<tr>
<td valign="top">ISO-8859-6</td>
<td valign="top">Latin/Arabic part 6</td>
<td valign="top">The languages that are using the Arabic alphabet</td>
</tr>
<tr>
<td valign="top">ISO-8859-7</td>
<td valign="top">Latin/Greek part 7</td>
<td valign="top">The modern Greek language as well as mathematical   symbols derived from   		the Greek</td>
</tr>
<tr>
<td valign="top">ISO-8859-8</td>
<td valign="top">Latin/Hebrew part 8</td>
<td valign="top">The languages that are using the Hebrew alphabet</td>
</tr>
<tr>
<td valign="top">ISO-8859-9</td>
<td valign="top">Latin 5 part 9</td>
<td valign="top">The Turkish language. Same as ISO-8859-1 except   Turkish characters   		replace Icelandic ones</td>
</tr>
<tr>
<td valign="top">ISO-8859-10</td>
<td valign="top">Latin 6 Lappish, Nordic, Eskimo</td>
<td valign="top">The Nordic languages</td>
</tr>
<tr>
<td valign="top">ISO-8859-15</td>
<td valign="top">Latin 9 (aka Latin 0)</td>
<td valign="top">Similar to ISO 8859-1 but replaces some less   common symbols with the   		euro sign and some other missing characters</td>
</tr>
<tr>
<td valign="top">ISO-2022-JP</td>
<td valign="top">Latin/Japanese part 1</td>
<td valign="top">The Japanese language</td>
</tr>
<tr>
<td valign="top">ISO-2022-JP-2</td>
<td valign="top">Latin/Japanese part 2</td>
<td valign="top">The Japanese language</td>
</tr>
<tr>
<td valign="top">ISO-2022-KR</td>
<td valign="top">Latin/Korean part 1</td>
<td valign="top">The Korean language</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>The Unicode Standard</h2>
<p>Because the character-sets listed above are   limited in size, and are not compatible in multilingual environments,   the   Unicode Consortium developed the Unicode Standard.</p>
<p> The Unicode Standard covers all the characters, punctuations, and   symbols in the   world.</p>
<p> Unicode enables processing, storage and interchange of text data no   matter what   the platform, no matter what the program, no matter what the language.</p>
<hr />
<h2>The Unicode Consortium</h2>
<p> The Unicode Consortium develops the Unicode Standard. Their goal is to   replace the existing character-sets with its standard Unicode   Transformation Format (UTF).</p>
<p> The Unicode Standard has become a success and is implemented in XML,   Java,   ECMAScript (JavaScript), LDAP, CORBA 3.0, WML, etc. The Unicode standard   is also   supported in many operating systems and all modern browsers.</p>
<p> The Unicode Consortium cooperates with the leading standards development     organizations, like ISO, W3C, and ECMA.</p>
<p> Unicode can be implemented by different character-sets. The most   commonly used   encodings are UTF-8 and UTF-16:</p>
<table border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="20%">Character-set</th>
<th align="left" valign="top" width="80%">Description</th>
</tr>
<tr>
<td valign="top">UTF-8</td>
<td valign="top">A character in UTF8 can be from 1 to 4   		bytes long. UTF-8 can represent any character in the Unicode standard.     		UTF-8 is backwards compatible with ASCII. UTF-8 is the preferred   		encoding for e-mail and web pages</td>
</tr>
<tr>
<td valign="top">UTF-16</td>
<td valign="top">16-bit Unicode Transformation Format is a   variable-length   		character encoding for Unicode, capable of encoding the entire Unicode     		repertoire. UTF-16 is used in major operating systems and   environments,   		like Microsoft Windows 2000/XP/2003/Vista/CE and the Java and .NET   byte   		code environments</td>
</tr>
</tbody>
</table>
<p> <strong>Tip:</strong> The first 256 characters of Unicode character-sets correspond to the 256     characters of ISO-8859-1.</p>
<p> <strong>Tip:</strong> All HTML 4 processors already support UTF-8, and all XHTML   and XML processors support   UTF-8 and UTF-16!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-character-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Color Names</title>
		<link>http://jaffnacampus.com/html/html-references/html-color-names-2/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-color-names-2/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:59:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[Color Names]]></category>
		<category><![CDATA[HTML Color Names]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=98</guid>
		<description><![CDATA[HTML Colors
The table below provides a list of the color names that are supported   by all   [...]]]></description>
			<content:encoded><![CDATA[<h2>HTML Colors</h2>
<p>The table below provides a list of the color names that are supported   by all   major   browsers.</p>
<p>Click on a color name (or a hex value) to view the color as the   background-color   along with different text colors:</p>
<table border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="25%">Color Name</th>
<th align="left" width="15%">HEX</th>
<th align="left" width="43%">Color</th>
</tr>
<tr>
<td align="left">AliceBlue </td>
<td align="left">#F0F8FF</td>
<td bgcolor="#f0f8ff"> </td>
</tr>
<tr>
<td align="left">AntiqueWhite </td>
<td align="left">#FAEBD7</td>
<td bgcolor="#faebd7"> </td>
</tr>
<tr>
<td align="left">Aqua </td>
<td align="left">#00FFFF</td>
<td bgcolor="#00ffff"> </td>
</tr>
<tr>
<td align="left">Aquamarine </td>
<td align="left">#7FFFD4</td>
<td bgcolor="#7fffd4"> </td>
</tr>
<tr>
<td align="left">Azure </td>
<td align="left">#F0FFFF</td>
<td bgcolor="#f0ffff"> </td>
</tr>
<tr>
<td align="left">Beige </td>
<td align="left">#F5F5DC</td>
<td bgcolor="#f5f5dc"> </td>
</tr>
<tr>
<td align="left">Bisque </td>
<td align="left">#FFE4C4</td>
<td bgcolor="#ffe4c4"> </td>
</tr>
<tr>
<td align="left">Black </td>
<td align="left">#000000</td>
<td bgcolor="#000000"> </td>
</tr>
<tr>
<td align="left">BlanchedAlmond </td>
<td align="left">#FFEBCD</td>
<td bgcolor="#ffebcd"> </td>
</tr>
<tr>
<td align="left">Blue </td>
<td align="left">#0000FF</td>
<td bgcolor="#0000ff"> </td>
</tr>
<tr>
<td align="left">BlueViolet </td>
<td align="left">#8A2BE2</td>
<td bgcolor="#8a2be2"> </td>
</tr>
<tr>
<td align="left">Brown </td>
<td align="left">#A52A2A</td>
<td bgcolor="#a52a2a"> </td>
</tr>
<tr>
<td align="left">BurlyWood </td>
<td align="left">#DEB887</td>
<td bgcolor="#deb887"> </td>
</tr>
<tr>
<td align="left">CadetBlue </td>
<td align="left">#5F9EA0</td>
<td bgcolor="#5f9ea0"> </td>
</tr>
<tr>
<td align="left">Chartreuse </td>
<td align="left">#7FFF00</td>
<td bgcolor="#7fff00"> </td>
</tr>
<tr>
<td align="left">Chocolate </td>
<td align="left">#D2691E</td>
<td bgcolor="#d2691e"> </td>
</tr>
<tr>
<td align="left">Coral </td>
<td align="left">#FF7F50</td>
<td bgcolor="#ff7f50"> </td>
</tr>
<tr>
<td align="left">CornflowerBlue </td>
<td align="left">#6495ED</td>
<td bgcolor="#6495ed"> </td>
</tr>
<tr>
<td align="left">Cornsilk </td>
<td align="left">#FFF8DC</td>
<td bgcolor="#fff8dc"> </td>
</tr>
<tr>
<td align="left">Crimson </td>
<td align="left">#DC143C</td>
<td bgcolor="#dc143c"> </td>
</tr>
<tr>
<td align="left">Cyan </td>
<td align="left">#00FFFF</td>
<td bgcolor="#00ffff"> </td>
</tr>
<tr>
<td align="left">DarkBlue </td>
<td align="left">#00008B</td>
<td bgcolor="#00008b"> </td>
</tr>
<tr>
<td align="left">DarkCyan </td>
<td align="left">#008B8B</td>
<td bgcolor="#008b8b"> </td>
</tr>
<tr>
<td align="left">DarkGoldenRod </td>
<td align="left">#B8860B</td>
<td bgcolor="#b8860b"> </td>
</tr>
<tr>
<td align="left">DarkGray </td>
<td align="left">#A9A9A9</td>
<td bgcolor="#a9a9a9"> </td>
</tr>
<tr>
<td align="left">DarkGreen </td>
<td align="left">#006400</td>
<td bgcolor="#006400"> </td>
</tr>
<tr>
<td align="left">DarkKhaki </td>
<td align="left">#BDB76B</td>
<td bgcolor="#bdb76b"> </td>
</tr>
<tr>
<td align="left">DarkMagenta </td>
<td align="left">#8B008B</td>
<td bgcolor="#8b008b"> </td>
</tr>
<tr>
<td align="left">DarkOliveGreen </td>
<td align="left">#556B2F</td>
<td bgcolor="#556b2f"> </td>
</tr>
<tr>
<td align="left">Darkorange </td>
<td align="left">#FF8C00</td>
<td bgcolor="#ff8c00"> </td>
</tr>
<tr>
<td align="left">DarkOrchid </td>
<td align="left">#9932CC</td>
<td bgcolor="#9932cc"> </td>
</tr>
<tr>
<td align="left">DarkRed </td>
<td align="left">#8B0000</td>
<td bgcolor="#8b0000"> </td>
</tr>
<tr>
<td align="left">DarkSalmon </td>
<td align="left">#E9967A</td>
<td bgcolor="#e9967a"> </td>
</tr>
<tr>
<td align="left">DarkSeaGreen </td>
<td align="left">#8FBC8F</td>
<td bgcolor="#8fbc8f"> </td>
</tr>
<tr>
<td align="left">DarkSlateBlue </td>
<td align="left">#483D8B</td>
<td bgcolor="#483d8b"> </td>
</tr>
<tr>
<td align="left">DarkSlateGray </td>
<td align="left">#2F4F4F</td>
<td bgcolor="#2f4f4f"> </td>
</tr>
<tr>
<td align="left">DarkTurquoise </td>
<td align="left">#00CED1</td>
<td bgcolor="#00ced1"> </td>
</tr>
<tr>
<td align="left">DarkViolet </td>
<td align="left">#9400D3</td>
<td bgcolor="#9400d3"> </td>
</tr>
<tr>
<td align="left">DeepPink </td>
<td align="left">#FF1493</td>
<td bgcolor="#ff1493"> </td>
</tr>
<tr>
<td align="left">DeepSkyBlue </td>
<td align="left">#00BFFF</td>
<td bgcolor="#00bfff"> </td>
</tr>
<tr>
<td align="left">DimGray </td>
<td align="left">#696969</td>
<td bgcolor="#696969"> </td>
</tr>
<tr>
<td align="left">DodgerBlue </td>
<td align="left">#1E90FF</td>
<td bgcolor="#1e90ff"> </td>
</tr>
<tr>
<td align="left">FireBrick </td>
<td align="left">#B22222</td>
<td bgcolor="#b22222"> </td>
</tr>
<tr>
<td align="left">FloralWhite </td>
<td align="left">#FFFAF0</td>
<td bgcolor="#fffaf0"> </td>
</tr>
<tr>
<td align="left">ForestGreen </td>
<td align="left">#228B22</td>
<td bgcolor="#228b22"> </td>
</tr>
<tr>
<td align="left">Fuchsia </td>
<td align="left">#FF00FF</td>
<td bgcolor="#ff00ff"> </td>
</tr>
<tr>
<td align="left">Gainsboro </td>
<td align="left">#DCDCDC</td>
<td bgcolor="#dcdcdc"> </td>
</tr>
<tr>
<td align="left">GhostWhite </td>
<td align="left">#F8F8FF</td>
<td bgcolor="#f8f8ff"> </td>
</tr>
<tr>
<td align="left">Gold </td>
<td align="left">#FFD700</td>
<td bgcolor="#ffd700"> </td>
</tr>
<tr>
<td align="left">GoldenRod </td>
<td align="left">#DAA520</td>
<td bgcolor="#daa520"> </td>
</tr>
<tr>
<td align="left">Gray </td>
<td align="left">#808080</td>
<td bgcolor="#808080"> </td>
</tr>
<tr>
<td align="left">Green </td>
<td align="left">#008000</td>
<td bgcolor="#008000"> </td>
</tr>
<tr>
<td align="left">GreenYellow </td>
<td align="left">#ADFF2F</td>
<td bgcolor="#adff2f"> </td>
</tr>
<tr>
<td align="left">HoneyDew </td>
<td align="left">#F0FFF0</td>
<td bgcolor="#f0fff0"> </td>
</tr>
<tr>
<td align="left">HotPink </td>
<td align="left">#FF69B4</td>
<td bgcolor="#ff69b4"> </td>
</tr>
<tr>
<td align="left">IndianRed  </td>
<td align="left">#CD5C5C</td>
<td bgcolor="#cd5c5c"> </td>
</tr>
<tr>
<td align="left">Indigo  </td>
<td align="left">#4B0082</td>
<td bgcolor="#4b0082"> </td>
</tr>
<tr>
<td align="left">Ivory </td>
<td align="left">#FFFFF0</td>
<td bgcolor="#fffff0"> </td>
</tr>
<tr>
<td align="left">Khaki </td>
<td align="left">#F0E68C</td>
<td bgcolor="#f0e68c"> </td>
</tr>
<tr>
<td align="left">Lavender </td>
<td align="left">#E6E6FA</td>
<td bgcolor="#e6e6fa"> </td>
</tr>
<tr>
<td align="left">LavenderBlush </td>
<td align="left">#FFF0F5</td>
<td bgcolor="#fff0f5"> </td>
</tr>
<tr>
<td align="left">LawnGreen </td>
<td align="left">#7CFC00</td>
<td bgcolor="#7cfc00"> </td>
</tr>
<tr>
<td align="left">LemonChiffon </td>
<td align="left">#FFFACD</td>
<td bgcolor="#fffacd"> </td>
</tr>
<tr>
<td align="left">LightBlue </td>
<td align="left">#ADD8E6</td>
<td bgcolor="#add8e6"> </td>
</tr>
<tr>
<td align="left">LightCoral </td>
<td align="left">#F08080</td>
<td bgcolor="#f08080"> </td>
</tr>
<tr>
<td align="left">LightCyan </td>
<td align="left">#E0FFFF</td>
<td bgcolor="#e0ffff"> </td>
</tr>
<tr>
<td align="left">LightGoldenRodYellow </td>
<td align="left">#FAFAD2</td>
<td bgcolor="#fafad2"> </td>
</tr>
<tr>
<td align="left">LightGrey </td>
<td align="left">#D3D3D3</td>
<td bgcolor="#d3d3d3"> </td>
</tr>
<tr>
<td align="left">LightGreen </td>
<td align="left">#90EE90</td>
<td bgcolor="#90ee90"> </td>
</tr>
<tr>
<td align="left">LightPink </td>
<td align="left">#FFB6C1</td>
<td bgcolor="#ffb6c1"> </td>
</tr>
<tr>
<td align="left">LightSalmon </td>
<td align="left">#FFA07A</td>
<td bgcolor="#ffa07a"> </td>
</tr>
<tr>
<td align="left">LightSeaGreen </td>
<td align="left">#20B2AA</td>
<td bgcolor="#20b2aa"> </td>
</tr>
<tr>
<td align="left">LightSkyBlue </td>
<td align="left">#87CEFA</td>
<td bgcolor="#87cefa"> </td>
</tr>
<tr>
<td align="left">LightSlateGray </td>
<td align="left">#778899</td>
<td bgcolor="#778899"> </td>
</tr>
<tr>
<td align="left">LightSteelBlue </td>
<td align="left">#B0C4DE</td>
<td bgcolor="#b0c4de"> </td>
</tr>
<tr>
<td align="left">LightYellow </td>
<td align="left">#FFFFE0</td>
<td bgcolor="#ffffe0"> </td>
</tr>
<tr>
<td align="left">Lime </td>
<td align="left">#00FF00</td>
<td bgcolor="#00ff00"> </td>
</tr>
<tr>
<td align="left">LimeGreen </td>
<td align="left">#32CD32</td>
<td bgcolor="#32cd32"> </td>
</tr>
<tr>
<td align="left">Linen </td>
<td align="left">#FAF0E6</td>
<td bgcolor="#faf0e6"> </td>
</tr>
<tr>
<td align="left">Magenta </td>
<td align="left">#FF00FF</td>
<td bgcolor="#ff00ff"> </td>
</tr>
<tr>
<td align="left">Maroon </td>
<td align="left">#800000</td>
<td bgcolor="#800000"> </td>
</tr>
<tr>
<td align="left">MediumAquaMarine </td>
<td align="left">#66CDAA</td>
<td bgcolor="#66cdaa"> </td>
</tr>
<tr>
<td align="left">MediumBlue </td>
<td align="left">#0000CD</td>
<td bgcolor="#0000cd"> </td>
</tr>
<tr>
<td align="left">MediumOrchid </td>
<td align="left">#BA55D3</td>
<td bgcolor="#ba55d3"> </td>
</tr>
<tr>
<td align="left">MediumPurple </td>
<td align="left">#9370D8</td>
<td bgcolor="#9370d8"> </td>
</tr>
<tr>
<td align="left">MediumSeaGreen </td>
<td align="left">#3CB371</td>
<td bgcolor="#3cb371"> </td>
</tr>
<tr>
<td align="left">MediumSlateBlue </td>
<td align="left">#7B68EE</td>
<td bgcolor="#7b68ee"> </td>
</tr>
<tr>
<td align="left">MediumSpringGreen </td>
<td align="left">#00FA9A</td>
<td bgcolor="#00fa9a"> </td>
</tr>
<tr>
<td align="left">MediumTurquoise </td>
<td align="left">#48D1CC</td>
<td bgcolor="#48d1cc"> </td>
</tr>
<tr>
<td align="left">MediumVioletRed </td>
<td align="left">#C71585</td>
<td bgcolor="#c71585"> </td>
</tr>
<tr>
<td align="left">MidnightBlue </td>
<td align="left">#191970</td>
<td bgcolor="#191970"> </td>
</tr>
<tr>
<td align="left">MintCream </td>
<td align="left">#F5FFFA</td>
<td bgcolor="#f5fffa"> </td>
</tr>
<tr>
<td align="left">MistyRose </td>
<td align="left">#FFE4E1</td>
<td bgcolor="#ffe4e1"> </td>
</tr>
<tr>
<td align="left">Moccasin </td>
<td align="left">#FFE4B5</td>
<td bgcolor="#ffe4b5"> </td>
</tr>
<tr>
<td align="left">NavajoWhite </td>
<td align="left">#FFDEAD</td>
<td bgcolor="#ffdead"> </td>
</tr>
<tr>
<td align="left">Navy </td>
<td align="left">#000080</td>
<td bgcolor="#000080"> </td>
</tr>
<tr>
<td align="left">OldLace </td>
<td align="left">#FDF5E6</td>
<td bgcolor="#fdf5e6"> </td>
</tr>
<tr>
<td align="left">Olive </td>
<td align="left">#808000</td>
<td bgcolor="#808000"> </td>
</tr>
<tr>
<td align="left">OliveDrab </td>
<td align="left">#6B8E23</td>
<td bgcolor="#6b8e23"> </td>
</tr>
<tr>
<td align="left">Orange </td>
<td align="left">#FFA500</td>
<td bgcolor="#ffa500"> </td>
</tr>
<tr>
<td align="left">OrangeRed </td>
<td align="left">#FF4500</td>
<td bgcolor="#ff4500"> </td>
</tr>
<tr>
<td align="left">Orchid </td>
<td align="left">#DA70D6</td>
<td bgcolor="#da70d6"> </td>
</tr>
<tr>
<td align="left">PaleGoldenRod </td>
<td align="left">#EEE8AA</td>
<td bgcolor="#eee8aa"> </td>
</tr>
<tr>
<td align="left">PaleGreen </td>
<td align="left">#98FB98</td>
<td bgcolor="#98fb98"> </td>
</tr>
<tr>
<td align="left">PaleTurquoise </td>
<td align="left">#AFEEEE</td>
<td bgcolor="#afeeee"> </td>
</tr>
<tr>
<td align="left">PaleVioletRed </td>
<td align="left">#D87093</td>
<td bgcolor="#d87093"> </td>
</tr>
<tr>
<td align="left">PapayaWhip </td>
<td align="left">#FFEFD5</td>
<td bgcolor="#ffefd5"> </td>
</tr>
<tr>
<td align="left">PeachPuff </td>
<td align="left">#FFDAB9</td>
<td bgcolor="#ffdab9"> </td>
</tr>
<tr>
<td align="left">Peru </td>
<td align="left">#CD853F</td>
<td bgcolor="#cd853f"> </td>
</tr>
<tr>
<td align="left">Pink </td>
<td align="left">#FFC0CB</td>
<td bgcolor="#ffc0cb"> </td>
</tr>
<tr>
<td align="left">Plum </td>
<td align="left">#DDA0DD</td>
<td bgcolor="#dda0dd"> </td>
</tr>
<tr>
<td align="left">PowderBlue </td>
<td align="left">#B0E0E6</td>
<td bgcolor="#b0e0e6"> </td>
</tr>
<tr>
<td align="left">Purple </td>
<td align="left">#800080</td>
<td bgcolor="#800080"> </td>
</tr>
<tr>
<td align="left">Red </td>
<td align="left">#FF0000</td>
<td bgcolor="#ff0000"> </td>
</tr>
<tr>
<td align="left">RosyBrown </td>
<td align="left">#BC8F8F</td>
<td bgcolor="#bc8f8f"> </td>
</tr>
<tr>
<td align="left">RoyalBlue </td>
<td align="left">#4169E1</td>
<td bgcolor="#4169e1"> </td>
</tr>
<tr>
<td align="left">SaddleBrown </td>
<td align="left">#8B4513</td>
<td bgcolor="#8b4513"> </td>
</tr>
<tr>
<td align="left">Salmon </td>
<td align="left">#FA8072</td>
<td bgcolor="#fa8072"> </td>
</tr>
<tr>
<td align="left">SandyBrown </td>
<td align="left">#F4A460</td>
<td bgcolor="#f4a460"> </td>
</tr>
<tr>
<td align="left">SeaGreen </td>
<td align="left">#2E8B57</td>
<td bgcolor="#2e8b57"> </td>
</tr>
<tr>
<td align="left">SeaShell </td>
<td align="left">#FFF5EE</td>
<td bgcolor="#fff5ee"> </td>
</tr>
<tr>
<td align="left">Sienna </td>
<td align="left">#A0522D</td>
<td bgcolor="#a0522d"> </td>
</tr>
<tr>
<td align="left">Silver </td>
<td align="left">#C0C0C0</td>
<td bgcolor="#c0c0c0"> </td>
</tr>
<tr>
<td align="left">SkyBlue </td>
<td align="left">#87CEEB</td>
<td bgcolor="#87ceeb"> </td>
</tr>
<tr>
<td align="left">SlateBlue </td>
<td align="left">#6A5ACD</td>
<td bgcolor="#6a5acd"> </td>
</tr>
<tr>
<td align="left">SlateGray </td>
<td align="left">#708090</td>
<td bgcolor="#708090"> </td>
</tr>
<tr>
<td align="left">Snow </td>
<td align="left">#FFFAFA</td>
<td bgcolor="#fffafa"> </td>
</tr>
<tr>
<td align="left">SpringGreen </td>
<td align="left">#00FF7F</td>
<td bgcolor="#00ff7f"> </td>
</tr>
<tr>
<td align="left">SteelBlue </td>
<td align="left">#4682B4</td>
<td bgcolor="#4682b4"> </td>
</tr>
<tr>
<td align="left">Tan </td>
<td align="left">#D2B48C</td>
<td bgcolor="#d2b48c"> </td>
</tr>
<tr>
<td align="left">Teal </td>
<td align="left">#008080</td>
<td bgcolor="#008080"> </td>
</tr>
<tr>
<td align="left">Thistle </td>
<td align="left">#D8BFD8</td>
<td bgcolor="#d8bfd8"> </td>
</tr>
<tr>
<td align="left">Tomato </td>
<td align="left">#FF6347</td>
<td bgcolor="#ff6347"> </td>
</tr>
<tr>
<td align="left">Turquoise </td>
<td align="left">#40E0D0</td>
<td bgcolor="#40e0d0"> </td>
</tr>
<tr>
<td align="left">Violet </td>
<td align="left">#EE82EE</td>
<td bgcolor="#ee82ee"> </td>
</tr>
<tr>
<td align="left">Wheat </td>
<td align="left">#F5DEB3</td>
<td bgcolor="#f5deb3"> </td>
</tr>
<tr>
<td align="left">White </td>
<td align="left">#FFFFFF</td>
<td bgcolor="#ffffff"> </td>
</tr>
<tr>
<td align="left">WhiteSmoke </td>
<td align="left">#F5F5F5</td>
<td bgcolor="#f5f5f5"> </td>
</tr>
<tr>
<td align="left">Yellow </td>
<td align="left">#FFFF00</td>
<td bgcolor="#ffff00"> </td>
</tr>
<tr>
<td align="left">YellowGreen </td>
<td align="left">#9ACD32</td>
<td bgcolor="#9acd32"> </td>
</tr>
</tbody>
</table>
<p><strong>Note:</strong> The names above are not a part of the W3C web standard.</p>
</p>
<p>The W3C HTML and CSS standards have listed only 16 valid color   names:<br />
  aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive,   purple, red, silver, teal, white, and yellow.</p>
<p>If you want valid HTML or CSS use the HEX values instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-color-names-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML / XHTML Standard Event Attributes</title>
		<link>http://jaffnacampus.com/html/html-references/html-xhtml-standard-event-attributes/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-xhtml-standard-event-attributes/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTML / XHTML Standard Event Attributes]]></category>
		<category><![CDATA[Standard Event Attributes]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/?p=96</guid>
		<description><![CDATA[Standard Event Attributes
HTML 4 added the ability to let events trigger actions in a browser,   like starting a [...]]]></description>
			<content:encoded><![CDATA[<h2>Standard Event Attributes</h2>
<p>HTML 4 added the ability to let events trigger actions in a browser,   like starting a JavaScript when a user clicks on an element.</p>
<p>To learn more about programming events, please visit our <a href="http://JaffnaCampus.com/javascript/">JavaScript tutorial</a> and our <a href="http://JaffnaCampus.com/dhtml/">DHTML   tutorial</a>.</p>
<p>Below is the standard event attributes that can be inserted into HTML   / XHTML elements to define event actions.</p>
<hr />
<h2>&lt;body&gt; and &lt;frameset&gt; Events</h2>
<p>The two attributes below can only be used in &lt;body&gt; or   &lt;frameset&gt;:</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="25%">Attribute</th>
<th align="left" valign="top" width="15%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">onload</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a document load</td>
</tr>
<tr>
<td valign="top">onunload</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a document unload</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Form Events</h2>
<p>The attributes below can be used in form elements:</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="25%">Attribute</th>
<th align="left" valign="top" width="15%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">onblur</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when an element loses focus</td>
</tr>
<tr>
<td valign="top">onchange</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when an element change</td>
</tr>
<tr>
<td valign="top">onfocus</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when an element gets focus</td>
</tr>
<tr>
<td valign="top">onreset</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a form is reset</td>
</tr>
<tr>
<td valign="top">onselect</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when an element is selected</td>
</tr>
<tr>
<td valign="top">onsubmit</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a form is submitted</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Image Events</h2>
<p>The attribute below can be used with the img element:</p>
<table id="table1" border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="25%">Attribute</th>
<th align="left" valign="top" width="15%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">onabort</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when loading of an image is   interrupted</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Keyboard Events</h2>
<p>Valid in all elements except base, bdo, br, frame, frameset, head,   html, iframe, meta, param, script, style, and title.</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="25%">Attribute</th>
<th align="left" valign="top" width="15%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">onkeydown</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a key is pressed</td>
</tr>
<tr>
<td valign="top">onkeypress</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a key is pressed and released</td>
</tr>
<tr>
<td valign="top">onkeyup</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when a key is released</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Mouse Events</h2>
<p>Valid in all elements except base, bdo, br, frame, frameset, head,   html, iframe, meta, param, script, style, and title.</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="25%">Attribute</th>
<th align="left" valign="top" width="15%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">onclick</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run on a mouse click</td>
</tr>
<tr>
<td valign="top">ondblclick</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run on a mouse double-click</td>
</tr>
<tr>
<td valign="top">onmousedown</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when mouse button is pressed</td>
</tr>
<tr>
<td valign="top">onmousemove</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when mouse pointer moves</td>
</tr>
<tr>
<td valign="top">onmouseout</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when mouse pointer moves out of an   element</td>
</tr>
<tr>
<td valign="top">onmouseover</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when mouse pointer moves over an   element</td>
</tr>
<tr>
<td valign="top">onmouseup</td>
<td valign="top"><em>script</em></td>
<td valign="top">Script to be run when mouse button is released</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-xhtml-standard-event-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML / XHTML Standard Attributes</title>
		<link>http://jaffnacampus.com/html/html-references/html-xhtml-standard-attributes/</link>
		<comments>http://jaffnacampus.com/html/html-references/html-xhtml-standard-attributes/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML References]]></category>
		<category><![CDATA[HTML / XHTML Standard Attributes]]></category>
		<category><![CDATA[Standard Attributes]]></category>

		<guid isPermaLink="false">http://jaffnacampus.com/html/html-references/html-xhtml-standard-attributes/</guid>
		<description><![CDATA[The attributes listed below are standard, and are   supported by all HTML and XHTML tags, with a few [...]]]></description>
			<content:encoded><![CDATA[<p>The attributes listed below are standard, and are   supported by all HTML and XHTML tags, with a few exceptions.</p>
<hr />
<h2>Core Attributes</h2>
<p>Not valid in base, head, html, meta, param, script, style, and title   elements.</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="18%">Attribute</th>
<th align="left" valign="top" width="22%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">class</td>
<td valign="top"><em>classname</em></td>
<td valign="top">Specifies a classname for an element</td>
</tr>
<tr>
<td valign="top">id</td>
<td valign="top"><em>id</em></td>
<td valign="top">Specifies a unique id for an element</td>
</tr>
<tr>
<td valign="top">style</td>
<td valign="top"><em>style_definition</em></td>
<td valign="top">Specifies an inline style for an element</td>
</tr>
<tr>
<td valign="top">title</td>
<td valign="top"><em>text </em></td>
<td valign="top">Specifies extra information about an element</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Language Attributes</h2>
<p>Not valid in base, br, frame, frameset, hr, iframe, param, and script   elements.</p>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="18%">Attribute</th>
<th align="left" valign="top" width="22%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">dir</td>
<td valign="top">ltr<br />
        rtl</td>
<td valign="top">Specifies the text direction  for the content in an element</td>
</tr>
<tr>
<td valign="top">lang</td>
<td valign="top"><em>language_code</em></td>
<td valign="top">Specifies a language code for the content in an   element. Language   code reference</td>
</tr>
<tr>
<td valign="top">xml:lang</td>
<td valign="top"><em>language_code</em></td>
<td valign="top">Specifies a language code for the content in an   element, in   XHTML documents. Language   code reference</td>
</tr>
</tbody>
</table>
<p></p>
<hr />
<h2>Keyboard Attributes</h2>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" valign="top" width="18%">Attribute</th>
<th align="left" valign="top" width="22%">Value</th>
<th align="left" valign="top" width="60%">Description</th>
</tr>
<tr>
<td valign="top">accesskey</td>
<td valign="top"><em>character</em></td>
<td valign="top">Specifies a keyboard shortcut to access an element</td>
</tr>
<tr>
<td valign="top">tabindex</td>
<td valign="top"><em>number</em></td>
<td valign="top">Specifies the tab order of an element</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://jaffnacampus.com/html/html-references/html-xhtml-standard-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

