<?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>Graphic Maniacs &#187; HTML</title>
	<atom:link href="http://graphicmaniacs.com/cat/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://graphicmaniacs.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 08:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disable Skype from converting phone numbers</title>
		<link>http://graphicmaniacs.com/note/disable-skype-from-converting-phone-numbers/</link>
		<comments>http://graphicmaniacs.com/note/disable-skype-from-converting-phone-numbers/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 08:41:09 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://graphicmaniacs.com/?p=851</guid>
		<description><![CDATA[Another annoying bug &#8211; another simple fix: &#60;meta name=&#34;SKYPE_TOOLBAR&#34; content=&#34;SKYPE_TOOLBAR_PARSER_COMPATIBLE&#34; /&#62; I wonder why they don&#8217;t make it &#8220;disabled&#8221; by default. Someone also suggested to put a hidden underscore to confuse Skype: +1 800 (555) 555 &#60;div style='display: none;'&#62;_&#60;/div&#62; 55 55<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/disable-skype-from-converting-phone-numbers/' addthis:title='Disable Skype from converting phone numbers '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Another annoying bug &#8211; another simple fix:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SKYPE_TOOLBAR&quot;</span> <span style="color: #000066;">content</span>=<span style="color: #ff0000;">&quot;SKYPE_TOOLBAR_PARSER_COMPATIBLE&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div>

<p>I wonder why they don&#8217;t make it &#8220;disabled&#8221; by default. Someone also suggested to put a hidden underscore to confuse Skype:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">+1 800 (555) 555 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">'display: none;'</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>_<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> 55 55</pre></div></div>

<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/disable-skype-from-converting-phone-numbers/' addthis:title='Disable Skype from converting phone numbers '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://graphicmaniacs.com/note/disable-skype-from-converting-phone-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q tag and Internet Explorer</title>
		<link>http://graphicmaniacs.com/note/q-tag-and-internet-explorer/</link>
		<comments>http://graphicmaniacs.com/note/q-tag-and-internet-explorer/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 11:51:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://graphicmaniacs.com/?p=543</guid>
		<description><![CDATA[You&#8217;ve probably ignored the Q tag before. Why? That is the question we all have one answer for&#8230; Because of Internet Explorer. Yes, yes, it doesn&#8217;t render it how it should (no quotes on sides). But it can product a nice result when you need to quote the sentence or quote the person&#8217;s speech. This [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/q-tag-and-internet-explorer/' addthis:title='Q tag and Internet Explorer '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably ignored the Q tag before. Why? That is the question we all have one answer for&#8230; Because of Internet Explorer. Yes, yes, it doesn&#8217;t render it how it should (no quotes on sides).<br />
But it can product a nice result when you need to quote the sentence or quote the person&#8217;s speech.</p>
<p>This is how it looks in your browser:<br />
Confucius says: <q>Everything has its beauty but not everyone sees it.</q></p>
<p>Nothing special, so, let&#8217;s add a style for all browsers:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">q<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> q<span style="color: #3333ff;">:after </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Now, all the Q&#8217;uotes display the same in all browsers (IE and normal browsers). So, to add quotes, we&#8217;ll add them ourselves and stylize the quote as we wish. I&#8217;m reminding that there are special html entities for curled quotes: accronym to Left Double Quote &#8211; <strong>&amp;ldquo;</strong> and Right Double Quote &#8211; <strong>&amp;rdquo;</strong></p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">Confucius says: <span style="color: #ddbb00;">&amp;ldquo;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;q<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Everything has its beauty but not everyone sees it.<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/q<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><span style="color: #ddbb00;">&amp;rdquo;</span></pre></div></div>

<p>Next, let&#8217;s italize the quote:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">q <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">italic</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<style type='text/css'>
q:before, q:after { content: "" }
q { font-style: italic }
</style>
<p>Confucius says: &ldquo;<q>Everything has its beauty but not everyone sees it.</q>&rdquo;</p>
<p>Good? Good.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/q-tag-and-internet-explorer/' addthis:title='Q tag and Internet Explorer '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://graphicmaniacs.com/note/q-tag-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 Video Essentials</title>
		<link>http://graphicmaniacs.com/note/html5-video-essentials/</link>
		<comments>http://graphicmaniacs.com/note/html5-video-essentials/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:56:45 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://graphicmaniacs.com/?p=393</guid>
		<description><![CDATA[Are you using HTML5 &#60;video&#62; to play movies on your website? Not yet? Well, it&#8217;s so easy, that it&#8217;s hard to believe it&#8217;s true. First of all, you should know that browsers are not video players, thus they can&#8217;t have K-Lite codec pack built-in or they can&#8217;t play MJPEG from your old camera&#8230; So we [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/html5-video-essentials/' addthis:title='HTML5 Video Essentials '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Are you using HTML5 &lt;video&gt; to play movies on your website? Not yet? Well, it&#8217;s so easy, that it&#8217;s hard to believe it&#8217;s true.</p>
<p>First of all, you should know that browsers are not video players, thus they can&#8217;t have K-Lite codec pack built-in or they can&#8217;t play MJPEG from your old camera&#8230; So we should be very specific in choosing the right video format.</p>
<p>After big debates, the big guys like Google, Mozilla, Opera and others decided they should use the WebM codec. It is based upon the famous <a href="http://en.wikipedia.org/wiki/On2">On2</a> codec which was used in FLV file formats if you remember. The other two big video formats: <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC">H.264/MPEG-4 AVC</a> and <a href="http://en.wikipedia.org/wiki/Theora">Ogg Theora</a> will move to second choice slowly because they are covered with different patents, and so, people using them will need to buy patents and lose money, but WebM is not just royalty-free, it&#8217;s open source. So we can expect WebM2 and WebM3 in future with much quicker decoding speed and picture quality.</p>
<p>VP8 is delivered in Matroska container with Vorbis audio, both of outstanding quality. Plus, it will be played back in Internet Explorer 9 if the codec will be installed.</p>
<p>So, we have these choices today: H.264/MPEG-4 AVC, WebM and Ogg. According to the <a href="http://en.wikipedia.org/wiki/HTML5_video">table at Wikipedia</a> by today, the most playable format now is Ogg. Only poor Safari and Internet Explorer can&#8217;t embed the codec yet.</p>
<p>Creating a video tag is very simple, just like this:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;video&gt;
	&lt;source src='dre.ogv' type='video/ogv; codecs=&quot;theora, vorbis&quot;' /&gt;
	&lt;source src='dre.mp4' type='video/mp4; codecs=&quot;avc1, mp4a&quot;' /&gt;
&lt;/video&gt;</pre></div></div>

<p>Isn&#8217;t that simple? Now why did i place 2 source tags, that&#8217;s because some browsers can play Ogg, while others play only H264, so we can include both here to make sure our video will be played and information delivered.<br />
Additionally we can put a <strong>poster</strong> attribute to the video tag for the preview image like this:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;video poster=&quot;http://example.com/video.jpg&quot;&gt;
...</pre></div></div>

<p>Next, let&#8217;s add an <strong>id</strong> for our video, switch on the controls, set the dimensions and put the dark background color.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;style&gt;
#myvideo { background: black; width: 400px; height: 300px }
&lt;/style&gt;
&lt;video poster=&quot;http://example.com/video.jpg&quot; id='myvideo' controls&gt;
...</pre></div></div>

<p>No need in putting controls=true or whatever, the browser should just watch if the attribute is set. Now, adding a bit of javascript can help us create custom controls for the video:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script type='text/javascript'&gt;
function ge(i) { return document.getElementById(i); }
&lt;/script&gt;
&nbsp;
&lt;button onclick='ge(&quot;myvideo&quot;).play()'&gt;Play&lt;/button&gt;
&lt;button onclick='ge(&quot;myvideo&quot;).pause()'&gt;Stop&lt;/button&gt;
&lt;button onclick='ge(&quot;myvideo&quot;).currentTime -= 10'&gt;Backward&lt;/button&gt;
&lt;button onclick='ge(&quot;myvideo&quot;).currentTime += 20'&gt;Forward&lt;/button&gt;
&lt;button onclick='ge(&quot;myvideo&quot;).muted = !ge(&quot;myvideo&quot;).muted'&gt;Mute/Unmute&lt;/button&gt;</pre></div></div>

<p>See how easy and intuitive it is, plus no need in developing different conditional statements for each browser, one command for all and that&#8217;s how it should be.</p>
<p>In the end you should get something like this:</p>
<p><script type='text/javascript'>
function ge(i) { return document.getElementById(i); }
</script></p>
<style>
#myvideo { background: black; width: 400px; height: 300px }
</style>
<p><video id='myvideo' controls preload><source src='http://graphicmaniacs.com/examples/dre.webm' type='video/webm; codecs="vp8, vorbis"' /><source src='http://graphicmaniacs.com/examples/dre.ogv' type='video/ogg; codecs="theora, vorbis"' /></video><br />
<br />
<button onclick='ge("myvideo").play()'>Play</button> <button onclick='ge("myvideo").pause()'>Stop</button> <button onclick='ge("myvideo").currentTime -= 10'>Backward</button> <button onclick='ge("myvideo").currentTime += 20'>Forward</button> <button onclick='ge("myvideo").muted = !ge("myvideo").muted'>Mute/Unmute</button> </p>
<p><em>Note:</em> this OGG video is seen to be played back only in Mozilla Firefox, while Opera and Chrome see the video tag and display the player, but can&#8217;t play it.<br />
Chromium plays the WebM format nicely, so we can expect it to be played in stable Google Chrome versions in a few days.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/html5-video-essentials/' addthis:title='HTML5 Video Essentials '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://graphicmaniacs.com/note/html5-video-essentials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://graphicmaniacs.com/examples/dre.ogv" length="15575664" type="video/ogg" />
		</item>
		<item>
		<title>Creating cute pop-ups with HTML and CSS</title>
		<link>http://graphicmaniacs.com/note/creating-cute-pop-ups-with-html-and-css/</link>
		<comments>http://graphicmaniacs.com/note/creating-cute-pop-ups-with-html-and-css/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:48:55 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://graphicmaniacs.com/?p=147</guid>
		<description><![CDATA[This time, we are going to see how to create nice and smooth info boxes, or pop-up boxes if you wish. Basically, what we&#8217;ll need is to create a sequence of good colored borders and a light background for the box. First, let&#8217;s create our pop-up box and define some basic styles. Remember, we&#8217;ll need [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/creating-cute-pop-ups-with-html-and-css/' addthis:title='Creating cute pop-ups with HTML and CSS '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This time, we are going to see how to create nice and smooth info boxes, or pop-up boxes if you wish. Basically, what we&#8217;ll need is to create a sequence of good colored borders and a light background for the box.</p>
<p>First, let&#8217;s create our pop-up box and define some basic styles. Remember, we&#8217;ll need a sequence of borders, so let&#8217;s create a set of border style rules too.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;style&gt;
.boxwrap {}
.boxwrap2 { }
.boxwrap3 { }
.box { background: #83d8ff; text-align: center; font: normal 22px Tahoma; text-shadow: 1px 1px 1px #fffff7; padding: 20px; }
&lt;/style&gt;
&lt;div class='boxwrap'&gt;
  &lt;div class='box'&gt;Welcome to our website!&lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p>Now, let&#8217;s work on our borders. First, let&#8217;s create a semi-dark colored, thin border. Then, add a lighter border to highlight it. And finally, finish with a darker border from the same color family. Remember to do it upside-down (i.e. boxwrap #3 is the most inner border, and border #1 is the most outer)</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;style&gt;
.boxwrap { border: 1px solid #d49101 }
.boxwrap2 { border: 1px solid #ffe490 }
.boxwrap3 { border: 10px solid #ffc000 }
&lt;/style&gt;
&lt;div class='boxwrap'&gt;&lt;div class='boxwrap2'&gt;&lt;div class='boxwrap3'&gt;
  &lt;div class='box'&gt;Welcome to our website!&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</pre></div></div>

<p>This is what we get in the end.</p>
<style>
.boxwrap { border: 1px solid #0199e0}
.boxwrap2 { border: 1px solid #abe4ff}
.boxwrap3 { border: 10px solid #5acbff}
.box { background: #83d8ff; text-align: center; font: normal 22px Tahoma; text-shadow: 1px 1px 1px #fffff7; padding: 20px; }
</style>
<div class='boxwrap'>
<div class='boxwrap2'>
<div class='boxwrap3'>
<div class='box'>Welcome to our website!</div>
</div>
</div>
</div>
<p>Try different color combination and add more additional borders if you need:</p>
<style>
.boxwrap21 { border: 1px solid #e1731a}
.boxwrap22 { border: 1px solid #ffcfa9}
.boxwrap23 { border: 10px solid #ffa862}
.boxwrap24 { border: 1px solid #e58435; border-bottom-color: #ffcba1; border-right-color: #ffcba1 }
.box2 { background: #ffba83; text-align: center; font: normal 22px Tahoma; text-shadow: 1px 1px 1px #fffff7; padding: 20px; }
</style>
<div class='boxwrap21'>
<div class='boxwrap22'>
<div class='boxwrap23'>
<div class='boxwrap24'>
<div class='box2'>Welcome to our website!</div>
</div>
</div>
</div>
</div>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/creating-cute-pop-ups-with-html-and-css/' addthis:title='Creating cute pop-ups with HTML and CSS '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://graphicmaniacs.com/note/creating-cute-pop-ups-with-html-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy HTML characters for markup</title>
		<link>http://graphicmaniacs.com/note/handy-html-characters-for-markup/</link>
		<comments>http://graphicmaniacs.com/note/handy-html-characters-for-markup/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 20:12:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://graphicmaniacs.com/?p=139</guid>
		<description><![CDATA[Arrows, dots and bullets &#38;gt; &#8226; &#38;bull; &#8230; &#38;hellip; &#8592; &#38;larr; &#8594; &#38;rarr; &#8596; &#38;harr; &#8593; &#38;uarr; &#8595; &#38;darr; &#8629; &#38;crarr; &#8656; &#38;lArr; &#8658; &#38;rArr; &#8657; &#38;uArr; &#8659; &#38;dArr; Symbols &#38; &#38;amp; &#8260; &#38;frasl; &#8242; &#38;prime; &#8243; &#38;Prime; &#34; &#38;quot; &#710; &#38;circ; &#732; &#38;tilde; &#8211; &#38;ndash; &#8212; &#38;mdash; &#8472; &#38;weierp; &#8465; &#38;image; &#8476; &#38;real; &#174; [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/handy-html-characters-for-markup/' addthis:title='Handy HTML characters for markup '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<h4>Arrows, dots and bullets</h4>
<table>
<tr>
<td><</td>
<td>&amp;lt;</td>
</tr>
<tr>
<td>></td>
<td>&amp;gt;</td>
</tr>
<tr>
<td>&bull;</td>
<td>&amp;bull;</td>
</tr>
<tr>
<td>&hellip;</td>
<td>&amp;hellip;</td>
</tr>
<tr>
<td>&larr;</td>
<td>&amp;larr;</td>
</tr>
<tr>
<td>&rarr;</td>
<td>&amp;rarr;</td>
</tr>
<tr>
<td>&harr;</td>
<td>&amp;harr;</td>
</tr>
<tr>
<td>&uarr;</td>
<td>&amp;uarr;</td>
</tr>
<tr>
<td>&darr;</td>
<td>&amp;darr;</td>
</tr>
<tr>
<td>&crarr;</td>
<td>&amp;crarr;</td>
</tr>
<tr>
<td>&lArr;</td>
<td>&amp;lArr;</td>
</tr>
<tr>
<td>&rArr;</td>
<td>&amp;rArr;</td>
</tr>
<tr>
<td>&uArr;</td>
<td>&amp;uArr;</td>
</tr>
<tr>
<td>&dArr;</td>
<td>&amp;dArr;</td>
</tr>
</table>
<h4>Symbols</h4>
<table>
<tr>
<td>&amp;</td>
<td>&amp;amp;</td>
</tr>
<tr>
<td>&frasl;</td>
<td>&amp;frasl;</td>
</tr>
<tr>
<td>&prime;</td>
<td>&amp;prime;</td>
</tr>
<tr>
<td>&Prime;</td>
<td>&amp;Prime;</td>
</tr>
<tr>
<td>&quot;</td>
<td>&amp;quot;</td>
</tr>
<tr>
<td>&circ;</td>
<td>&amp;circ;</td>
</tr>
<tr>
<td>&tilde;</td>
<td>&amp;tilde;</td>
</tr>
<tr>
<td>&ndash;</td>
<td>&amp;ndash;</td>
</tr>
<tr>
<td>&mdash;</td>
<td>&amp;mdash;</td>
</tr>
<tr>
<td>&weierp;</td>
<td>&amp;weierp;</td>
</tr>
<tr>
<td>&image;</td>
<td>&amp;image;</td>
</tr>
<tr>
<td>&real;</td>
<td>&amp;real;</td>
</tr>
<tr>
<td>&reg;</td>
<td>&amp;reg;</td>
</tr>
<tr>
<td>&copy;</td>
<td>&amp;copy;</td>
</tr>
<tr>
<td>&trade;</td>
<td>&amp;trade;</td>
</tr>
</table>
<h4>Currency</h4>
<table>
<tr>
<td>$</td>
<td>$</td>
</tr>
<tr>
<td>&cent;</td>
<td>&amp;cent;</td>
</tr>
<tr>
<td>&euro;</td>
<td>&amp;euro;</td>
</tr>
<tr>
<td>&yen;</td>
<td>&amp;yen;</td>
</tr>
<tr>
<td>&pound;</td>
<td>&amp;pound;</td>
</tr>
</table>
<h4>Mathematical Symbols</h4>
<table>
<tr>
<td>&forall;</td>
<td>&amp;forall;</td>
</tr>
<tr>
<td>&part;</td>
<td>&amp;part;</td>
</tr>
<tr>
<td>&exist;</td>
<td>&amp;exist;</td>
</tr>
<tr>
<td>&empty;</td>
<td>&amp;empty;</td>
</tr>
<tr>
<td>&nabla;</td>
<td>&amp;nabla;</td>
</tr>
<tr>
<td>&isin;</td>
<td>&amp;isin;</td>
</tr>
<tr>
<td>&notin;</td>
<td>&amp;notin;</td>
</tr>
<tr>
<td>&ni;</td>
<td>&amp;ni;</td>
</tr>
<tr>
<td>&prod;</td>
<td>&amp;prod;</td>
</tr>
<tr>
<td>&sum;</td>
<td>&amp;sum;</td>
</tr>
<tr>
<td>&minus;</td>
<td>&amp;minus;</td>
</tr>
<tr>
<td>&lowast;</td>
<td>&amp;lowast;</td>
</tr>
<tr>
<td>&radic;</td>
<td>&amp;radic;</td>
</tr>
<tr>
<td>&prop;</td>
<td>&amp;prop;</td>
</tr>
<tr>
<td>&infin;</td>
<td>&amp;infin;</td>
</tr>
<tr>
<td>&ang;</td>
<td>&amp;ang;</td>
</tr>
<tr>
<td>&and;</td>
<td>&amp;and;</td>
</tr>
<tr>
<td>&or;</td>
<td>&amp;or;</td>
</tr>
<tr>
<td>&cap;</td>
<td>&amp;cap;</td>
</tr>
<tr>
<td>&cup;</td>
<td>&amp;cup;</td>
</tr>
<tr>
<td>&int;</td>
<td>&amp;int;</td>
</tr>
<tr>
<td>&there4;</td>
<td>&amp;there4;</td>
</tr>
<tr>
<td>&sim;</td>
<td>&amp;sim;</td>
</tr>
<tr>
<td>&cong;</td>
<td>&amp;cong;</td>
</tr>
<tr>
<td>&asymp;</td>
<td>&amp;asymp;</td>
</tr>
<tr>
<td>&ne;</td>
<td>&amp;ne;</td>
</tr>
<tr>
<td>&equiv;</td>
<td>&amp;equiv;</td>
</tr>
<tr>
<td>&le;</td>
<td>&amp;le;</td>
</tr>
<tr>
<td>&ge;</td>
<td>&amp;ge;</td>
</tr>
<tr>
<td>&sub;</td>
<td>&amp;sub;</td>
</tr>
<tr>
<td>&sup;</td>
<td>&amp;sup;</td>
</tr>
<tr>
<td>&nsub;</td>
<td>&amp;nsub;</td>
</tr>
<tr>
<td>&sube;</td>
<td>&amp;sube;</td>
</tr>
<tr>
<td>&supe;</td>
<td>&amp;supe;</td>
</tr>
<tr>
<td>&oplus;</td>
<td>&amp;oplus;</td>
</tr>
<tr>
<td>&otimes;</td>
<td>&amp;otimes;</td>
</tr>
<tr>
<td>&perp;</td>
<td>&amp;perp;</td>
</tr>
<tr>
<td>&sdot;</td>
<td>&amp;sdot;</td>
</tr>
<tr>
<td>&lceil;</td>
<td>&amp;lceil;</td>
</tr>
<tr>
<td>&rceil;</td>
<td>&amp;rceil;</td>
</tr>
<tr>
<td>&lfloor;</td>
<td>&amp;lfloor;</td>
</tr>
<tr>
<td>&rfloor;</td>
<td>&amp;rfloor;</td>
</tr>
</table>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://graphicmaniacs.com/note/handy-html-characters-for-markup/' addthis:title='Handy HTML characters for markup '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://graphicmaniacs.com/note/handy-html-characters-for-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

