<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6535839903597145186</id><updated>2025-08-12T23:46:24.698+05:30</updated><category term="Webmaster Tools"/><category term="HTML"/><category term="How-to"/><category term="CSS"/><category term="Facebook"/><category term="SEO"/><category term="Shortcut Keys"/><category term="Tricks"/><category term="WhatsApp"/><category term="YouTube"/><title type='text'>Web Devta</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>prparmar</name><uri>http://www.blogger.com/profile/13339959083023783287</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-7434514947189616785</id><published>2016-11-23T02:14:00.003+05:30</published><updated>2016-11-23T02:28:01.759+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><title type='text'>HTML Codes Dictionary</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
HTML is the markup language of the web. If you need to add something to your blog or website, chances are you&#39;ll need to write some HTML code. Here is dictionary of HTML codes. You can copy and paste these codes into your website or blog.&lt;br /&gt;
&lt;table class=&quot;reference&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;th width=&quot;20%&quot;&gt;Tag&lt;/th&gt;&lt;th align=&quot;left&quot; width=&quot;73%&quot;&gt;Information&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;!-- ... --&amp;gt;&lt;/td&gt;&lt;td&gt;Used to give a comment or description . Sentences that lies in this container will not be visible in the browser&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;!DOCTYPE&amp;gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;To define information of document type &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;a&amp;gt;&lt;/td&gt;&lt;td&gt;To define an anchor , but are more accurately defined as a link because this link is used for mutual link between the HTML document into another HTML document &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;abbr&amp;gt;&lt;/td&gt;&lt;td&gt;Used to describe an expression that is abbreviated and you can provide useful information to the search page source ( the page source code ) / screen readers , translation systems and search engines are derived from the abbreviation already described , but when in the browser on these descriptions will not appear and for informational purposes only&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;acronym&amp;gt;&lt;/td&gt;&lt;td&gt;To define acronym / this tag function just like &amp;lt;abbr&amp;gt; tag&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;address&amp;gt;&lt;/td&gt;&lt;td&gt;To define contact information about writter/owner&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;applet&amp;gt;&lt;/td&gt;&lt;td&gt;To insert java file into HTML document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;area /&amp;gt;&lt;/td&gt;&lt;td&gt;To define area than could be clicked on map image&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;b&amp;gt;&lt;/td&gt;&lt;td&gt;To make bold text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;base /&amp;gt;&lt;/td&gt;&lt;td&gt;To define target URL for all relative URLs in document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;basefont /&amp;gt;&lt;/td&gt;&lt;td&gt;To make default attribute, like colors, size, font style to all text in a document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;bdo&amp;gt;&lt;/td&gt;&lt;td&gt;To override text direction&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;big&amp;gt;&lt;/td&gt;&lt;td&gt;To make text bigger 1 point from default&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;blink&amp;gt;&lt;/td&gt;&lt;td&gt;To make blinked text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;blockquote&amp;gt;&lt;/td&gt;&lt;td&gt;To define a long quote &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;body&amp;gt;&lt;/td&gt;&lt;td&gt;To define a HTML body &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;br /&amp;gt;&lt;/td&gt;&lt;td&gt;To give a new line&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;button&amp;gt;&lt;/td&gt;&lt;td&gt;To define clicked button&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;caption&amp;gt;&lt;/td&gt;&lt;td&gt;To&amp;nbsp; make a caption in table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;center&amp;gt;&lt;/td&gt;&lt;td&gt;To make text or image in center position &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;cite&amp;gt;&lt;/td&gt;&lt;td&gt;To define a quote&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;code&amp;gt;&lt;/td&gt;&lt;td&gt;To define a part from computer code&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;col /&amp;gt;&lt;/td&gt;&lt;td&gt;To define attribute value from one column or more in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;colgroup&amp;gt;&lt;/td&gt;&lt;td&gt;To group one column or more in a formatted table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;dd&amp;gt;&lt;/td&gt;&lt;td&gt;To define description from list item&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;del&amp;gt;&lt;/td&gt;&lt;td&gt;To give striked text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;dfn&amp;gt;&lt;/td&gt;&lt;td&gt;To define a definition term&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;dir&amp;gt;&lt;/td&gt;&lt;td&gt;To define a directory list&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;div&amp;gt;&lt;/td&gt;&lt;td&gt;To define a section in a document &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;dl&amp;gt;&lt;/td&gt;&lt;td&gt;To define a definition list&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;dt&amp;gt;&lt;/td&gt;&lt;td&gt;To define an item in definition list&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;em&amp;gt;&lt;/td&gt;&lt;td&gt;To make italic text. this tag function same as &amp;lt;i&amp;gt; tag but  &amp;lt;em&amp;gt; tag is more recommended for italic text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;embed&amp;gt;&lt;/td&gt;&lt;td&gt;To insert video file or music file&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;fieldset&amp;gt;&lt;/td&gt;&lt;td&gt;To group the elements in form / make frame-box in form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;font&amp;gt;&lt;/td&gt;&lt;td&gt;To define a font style, color and size for text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;form&amp;gt;&lt;/td&gt;&lt;td&gt;To define a form HTML for input form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;frame /&amp;gt;&lt;/td&gt;&lt;td&gt;To define a frame in frameset&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;frameset&amp;gt;&lt;/td&gt;&lt;td&gt;To define a set frame&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;h1&amp;gt; to &amp;lt;h6&amp;gt;&lt;/td&gt;&lt;td&gt;To show first of&amp;nbsp; a header/title from a HTML document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;head&amp;gt;&lt;/td&gt;&lt;td&gt;To give information about that document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;hr /&amp;gt;&lt;/td&gt;&lt;td&gt;To make horizontal line&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;html&amp;gt;&lt;/td&gt;&lt;td&gt;To define root in a HTML document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;i&amp;gt;&lt;/td&gt;&lt;td&gt;To make italic text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;iframe&amp;gt;&lt;/td&gt;&lt;td&gt;To define an inline frame&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;img /&amp;gt;&lt;/td&gt;&lt;td&gt;To show image in HTML Document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;input /&amp;gt;&lt;/td&gt;&lt;td&gt;To define input field in form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;ins&amp;gt;&lt;/td&gt;&lt;td&gt;To make striked text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;kbd&amp;gt;&lt;/td&gt;&lt;td&gt;To define text that inputted from keyboard&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;label&amp;gt;&lt;/td&gt;&lt;td&gt;To define label from element &amp;lt;input&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;legend&amp;gt;&lt;/td&gt;&lt;td&gt;To define caption from element &amp;lt;fieldset&amp;gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;li&amp;gt;&lt;/td&gt;&lt;td&gt;To show information in list form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;link /&amp;gt;&lt;/td&gt;&lt;td&gt;To define relations between document and external source&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;listing&amp;gt;&lt;/td&gt;&lt;td&gt;This tag function same as &amp;lt;pre&amp;gt; tag and more recommended use  &amp;lt;pre&amp;gt; tag because &amp;lt;listing&amp;gt; tag is not better&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;map&amp;gt;&lt;/td&gt;&lt;td&gt;To define client-side image map&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;marquee&amp;gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;To make text moved vertically or horizontally&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;menu&amp;gt;&lt;/td&gt;&lt;td&gt;To define a list menu&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;meta /&amp;gt;&lt;/td&gt;&lt;td&gt;To define metadata about a HTML document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;nobr&amp;gt;&lt;/td&gt;&lt;td&gt;To prevent change line for text or image&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;noframes&amp;gt;&lt;/td&gt;&lt;td&gt;If browser&#39;s user not supported frame&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;noscript&amp;gt;&lt;/td&gt;&lt;td&gt;If browser&#39;s user not supported client-side scripts&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;object&amp;gt;&lt;/td&gt;&lt;td&gt;To put an embed an object&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;ol&amp;gt;&lt;/td&gt;&lt;td&gt;To define list in number format&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;optgroup&amp;gt;&lt;/td&gt;&lt;td&gt;To show some choices in a drop-down list form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;option&amp;gt;&lt;/td&gt;&lt;td&gt;To show some choices in a drop-down list form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;p&amp;gt;&lt;/td&gt;&lt;td&gt;To make a paragraph&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;param /&amp;gt;&lt;/td&gt;&lt;td&gt;To define a parameter for an object&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;pre&amp;gt;&lt;/td&gt;&lt;td&gt;To make text with same size&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;q&amp;gt;&lt;/td&gt;&lt;td&gt;To define a short quote&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;s&amp;gt;&lt;/td&gt;&lt;td&gt;To give striked text, this tag function same as &amp;lt;del&amp;gt; tag but &amp;lt;s&amp;gt; tag&amp;nbsp; is not recommended as replace use &amp;lt;del&amp;gt; tag&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;samp&amp;gt;&lt;/td&gt;&lt;td&gt;To define an example output from a computer program&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;script&amp;gt;&lt;/td&gt;&lt;td&gt;To define client-side script&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;select&amp;gt;&lt;/td&gt;&lt;td&gt;To make drop-down list&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;small&amp;gt;&lt;/td&gt;&lt;td&gt;To make text size smaller from its default size&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;span&amp;gt;&lt;/td&gt;&lt;td&gt;To define a section in document&amp;nbsp; &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;strike&amp;gt;&lt;/td&gt;&lt;td&gt;To give striked text, this tag function same as &amp;lt;del&amp;gt; tag&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;strong&amp;gt;&lt;/td&gt;&lt;td&gt;To make bold text, this tag function same as &amp;lt;b&amp;gt; tag&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;style&amp;gt;&lt;/td&gt;&lt;td&gt;To define style Information for HTML document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;sub&amp;gt;&lt;/td&gt;&lt;td&gt;To give subscript effect on text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;sup&amp;gt;&lt;/td&gt;&lt;td&gt;To give superscript effect on text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;table&amp;gt;&lt;/td&gt;&lt;td&gt;To make a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;tbody&amp;gt;&lt;/td&gt;&lt;td&gt;To grouping body content in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;td&amp;gt;&lt;/td&gt;&lt;td&gt;To define cell in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;textarea&amp;gt;&lt;/td&gt;&lt;td&gt;To define a multiline input control&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;tfoot&amp;gt;&lt;/td&gt;&lt;td&gt;To grouping footer content in a table &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;th&amp;gt;&lt;/td&gt;&lt;td&gt;To define header cell in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;thead&amp;gt;&lt;/td&gt;&lt;td&gt;To grouping header content in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;title&amp;gt;&lt;/td&gt;&lt;td&gt;To make a title in HTML Document&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;tr&amp;gt;&lt;/td&gt;&lt;td&gt;To make a new line in a table&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;tt&amp;gt;&lt;/td&gt;&lt;td&gt;To define teletype text&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;u&amp;gt;&lt;/td&gt;&lt;td&gt;To make underlined text, this tag function same as &amp;lt;ins&amp;gt; tag but &amp;lt;u&amp;gt;&amp;nbsp; tag is not suggested for HTML category text formatting but HTML Category Style&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;ul&amp;gt;&lt;/td&gt;&lt;td&gt;To define list in bullet form&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;var&amp;gt;&lt;/td&gt;&lt;td&gt;To define a variable&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;lt;xmp&amp;gt;&lt;/td&gt;&lt;td&gt;To define preformatted text, this tag function same as &amp;lt;pre&amp;gt; pre&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRoO2Xp6ApST7h9jKa9AdltJxRcQ_juE2-8zryyBgk0Xgb2cvwi0ZAs2B3LyoBmeCv2O8OG_2eSyKmLGrRz146x5gdWofH5ymHo90alxKgWWA1XvqifpxcjXKfsxfn6y8HHFNIFBu_fzam/s320/2016811916.jpg&quot; style=&quot;visibility:hidden; height:0px;&quot; /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/7434514947189616785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/11/html-dictionary.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/7434514947189616785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/7434514947189616785'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/11/html-dictionary.html' title='HTML Codes Dictionary'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRoO2Xp6ApST7h9jKa9AdltJxRcQ_juE2-8zryyBgk0Xgb2cvwi0ZAs2B3LyoBmeCv2O8OG_2eSyKmLGrRz146x5gdWofH5ymHo90alxKgWWA1XvqifpxcjXKfsxfn6y8HHFNIFBu_fzam/s72-c/2016811916.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-1284070024541272481</id><published>2016-11-23T00:35:00.000+05:30</published><updated>2016-11-23T23:08:50.531+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Webmaster Tools"/><title type='text'>CSS Color Chart</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS8jHxr7I19QlF-zYCZiTHYr6hzgMikKV4TOdF84UCYZDndX_-Oh5ZoZwqjwxwGcuuJcoxE41lh6LGDGW5pfXQxPtHHSlIAQQ3K1RHcu9H_INZsLGWCmtdSnSOdGvcyWx7rXPtbqX6xMbN/s1600/css-color.png&quot; style=&quot;visitibility:hidden; height:0px;&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ffffff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#ffffcc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffff99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffff66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffff33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffff00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFFF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ffccff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffcccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffcc99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffcc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffcc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ffcc00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FFCC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ff99ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF99FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff99cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF99CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff9999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF9999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff9966&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF9966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff9933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF9933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff9900&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#FF9900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ff66ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF66FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff66cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF66CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff6699&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF6699&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff6666&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF6666&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff6633&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF6633&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff6600&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF6600&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ff33ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF33FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff33cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF33CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff3399&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF3399&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff3366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF3366&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff3333&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF3333&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff3300&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF3300&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ff00ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF00FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff00cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF00CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff0099&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF0099&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff0066&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF0066&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff0033&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF0033&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ff0000&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#FF0000&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ccffff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#ccffcc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ccff99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ccff66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ccff33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#ccff00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCFF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#ccccff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cccccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cccc99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cccc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cccc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cccc00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CCCC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#cc99ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC99FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc99cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC99CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc9999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC9999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc9966&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC9966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc9933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC9933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc9900&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#CC9900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#cc66ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC66FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc66cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC66CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc6699&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC6699&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc6666&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC6666&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc6633&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC6633&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc6600&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC6600&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#cc33ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC33FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc33cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC33CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc3399&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC3399&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc3366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC3366&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc3333&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC3333&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc3300&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC3300&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#cc00ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC00FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc00cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC00CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc0099&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC0099&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc0066&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC0066&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc0033&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC0033&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#cc0000&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#CC0000&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#99ffff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;91&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#99ffcc&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99ff99&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99ff66&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99ff33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99ff00&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99FF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#99ccff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99cccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99cc99&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99cc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99cc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#99cc00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#99CC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#9999ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#9999FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#9999cc&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#9999CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#999999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999966&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#999966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#999933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999900&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#999900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#9966ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9966FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#9966cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9966CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#996699&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#996699&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#996666&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#996666&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#999933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#999900&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#999900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#9933ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9933FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#9933cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9933CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#993399&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#993399&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#993366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#993366&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#993333&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#993333&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#993300&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#993300&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#9900ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9900FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#9900cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#9900CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#990099&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#990099&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#990066&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#990066&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#990033&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#990033&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#990000&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#990000&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;tt&gt;&lt;/tt&gt;&lt;br /&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#66ffff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;91&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#66ffcc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66ff99&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66ff66&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66ff33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66ff00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66FF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#66ccff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66cccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66cc99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66cc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66cc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#66cc00&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#66CC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#6699ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#6699FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#6699cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#6699CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#669999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#669999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#669966&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#669966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#669933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#669933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#669900&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#669900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#6666ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6666FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#6666cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6666CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#666699&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#666699&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#666666&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#666666&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#666633&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#666633&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#666600&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#666600&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#6633ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6633FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#6633cc&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6633CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#663399&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#663399&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#663366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#663366&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#663333&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#663333&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#663300&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#663300&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#6600ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6600FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#6600cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#6600CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#660099&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#660099&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#660066&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#660066&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#660033&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#660033&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#660000&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#660000&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#33ffff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;91&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#33ffcc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33ff99&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33ff66&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33ff33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33ff00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33FF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#03ccf0&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33cccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33cc99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33cc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33cc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#33cc00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#33CC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#3399ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#3399FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#3399cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#3399CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#339999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#339999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#339966&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#339966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#339933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#339933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#339900&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#339900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#3366ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3366FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#3366cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3366CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#336699&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#336699&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#336666&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#336666&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#336633&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#336633&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#336600&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#336600&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#3333ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3333FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#3333cc&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3333CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#333399&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#333399&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#333366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#333366&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#333333&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#333333&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#333300&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#333300&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#3300ff&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3300FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#3300cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#3300CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#330099&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#330099&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#330066&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#330066&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#330033&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#330033&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#330000&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#330000&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;center&gt;
     &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;2&quot; style=&quot;width: 551px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#00ffff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;91&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FFFF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#00ffcc&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FFCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00ff99&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FF99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00ff66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FF66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00ff33&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;86&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FF33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00ff00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00FF00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#00ccff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CCFF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00cccc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;89&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CCCC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00cc99&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CC99&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00cc66&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CC66&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00cc33&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CC33&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#00cc00&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#00CC00&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#0099ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#0099FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#0099cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#0099CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#009999&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#009999&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#009966&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#009966&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#009933&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#009933&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#009900&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: #004000;&quot;&gt;#009900&lt;/span&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#0066ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0066FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#0066cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0066CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#006699&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#006699&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#006666&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#006666&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#006633&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#006633&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#006600&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#006600&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#0033ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0033FF&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#0033cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0033CC&lt;/span&gt;&lt;/td&gt;            &lt;td bgcolor=&quot;#003399&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#003399&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#003366&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#003366&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#003333&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#003333&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#003300&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#003300&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;           &lt;td bgcolor=&quot;#0000ff&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;90&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0000FF&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#0000cc&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;88&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#0000CC&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#000099&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#000099&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#000066&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#000066&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#000033&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;87&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#000033&lt;/span&gt; &lt;/td&gt;            &lt;td bgcolor=&quot;#000000&quot; class=&quot;mouse_out&quot; onmouseout=&quot;this.className=&#39;mouse_out&#39;;&quot; onmouseover=&quot;this.className=&#39;mouse_over&#39;;&quot; valign=&quot;top&quot; width=&quot;96&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;#000000&lt;/span&gt; &lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/center&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/1284070024541272481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/11/css-color-chart.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/1284070024541272481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/1284070024541272481'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/11/css-color-chart.html' title='CSS Color Chart'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS8jHxr7I19QlF-zYCZiTHYr6hzgMikKV4TOdF84UCYZDndX_-Oh5ZoZwqjwxwGcuuJcoxE41lh6LGDGW5pfXQxPtHHSlIAQQ3K1RHcu9H_INZsLGWCmtdSnSOdGvcyWx7rXPtbqX6xMbN/s72-c/css-color.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-8107316066605458113</id><published>2016-11-22T23:54:00.002+05:30</published><updated>2016-11-23T00:13:19.586+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Webmaster Tools"/><title type='text'>Online HTML Editor</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Use this free online HTML editor to create HTML snippets or whole HTML pages for your website, Blogger Post, etc.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwztzyk64GOVS-CRiodeUx_PasRfRktv7Hq8hNvKydEWPTcJA4DgGZEEEHxJwFYU361qCPR503NfSQI01ArXZt3G_rwZPafDQc4lBS8vFx6dcbbxZ7TNkX2d-QTcycmiQ2-UcooiUcy4xg/s640/html-editor.jpg&quot; style=&quot;visibility:hidden; height:0px; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;form name=&quot;form1&quot; method=&quot;post&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;Type or Paste your HTML Code:&lt;/span&gt;&lt;/b&gt;&lt;textarea name=&quot;code&quot; class=&quot;mbt&quot; style=&quot;border:solid 1px #cccccc;padding:5px;width:100%;height:250px;scroll:auto;resize: none; color: #00CC00; background-color:#333333; font-size: 12px;&quot; onclick=&quot;focus(this.code)&quot;&gt;&amp;lt;style&amp;gt;  Add CSS Code Here  &amp;lt;/style&amp;gt;   Add HTML Code Here&lt;/textarea&gt;&lt;/form&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;button onclick=&quot;preview.document.write (document.getElementsByTagName (&#39;TEXTAREA&#39;)[0].value); preview.document.close(); preview.focus()&quot;&gt;PREVIEW&lt;/button&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;button onclick=&quot;window.document.form1.code.value=&#39;&#39;;preview.document.write (document.getElementsByTagName (&#39;TEXTAREA&#39;)[0].value); preview.document.close(); preview.focus()&quot;&gt;CLEAR&lt;/button&gt;&lt;/div&gt;&lt;b&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;Preview:&lt;/span&gt;&lt;/b&gt;&lt;div style=&quot;width:100%;&quot;&gt;&lt;iframe src=&quot;about:blank&quot; name=&quot;preview&quot; style=&quot;height:250px;width:98%;border:1px solid #cccccc;padding:5px; background:#ffffff&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/8107316066605458113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/11/html-editor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/8107316066605458113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/8107316066605458113'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/11/html-editor.html' title='Online HTML Editor'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwztzyk64GOVS-CRiodeUx_PasRfRktv7Hq8hNvKydEWPTcJA4DgGZEEEHxJwFYU361qCPR503NfSQI01ArXZt3G_rwZPafDQc4lBS8vFx6dcbbxZ7TNkX2d-QTcycmiQ2-UcooiUcy4xg/s72-c/html-editor.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-1520733099761543645</id><published>2016-11-18T17:58:00.000+05:30</published><updated>2019-10-08T14:22:27.444+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Shortcut Keys"/><title type='text'>List of Facebook Shortcut Keys and Emoticons</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkd7rDoqKMQRDtu24OZ5T8oCH1dAQue3FwK463-X5aGi57quc7sE2dt8JDbN2SM0vBLB4l5WnVq_Bui2EEO1cMp7oP_7yH0e_730Sg4mwndPNGWbbDjgzHSyBDWII9zoLL3i0YLtTecDkV/s1600/facebook.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img alt=&quot;List of Facebook Shortcut Keys and Emoticons&quot; border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkd7rDoqKMQRDtu24OZ5T8oCH1dAQue3FwK463-X5aGi57quc7sE2dt8JDbN2SM0vBLB4l5WnVq_Bui2EEO1cMp7oP_7yH0e_730Sg4mwndPNGWbbDjgzHSyBDWII9zoLL3i0YLtTecDkV/s200/facebook.jpg&quot; title=&quot;List of Facebook Shortcut Keys and Emoticons&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;first-letter&quot;&gt;F&lt;/span&gt;acebook is one of the most browsed website and with Millions of active users, you can expect how popular this social Networking site is. There are many Facebook shortcut Keys which will help you to browse Facebook quickly. Along with Facebook Keyboard Shortcuts, I’m also sharing a useful list of Facebook emoticons which you can use to spice your Facebook status updates and chat.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Keyboard shortcuts helps you to do things quickly. We are sharing a list of Facebook keyboard shortcuts and Facebook emoticons and smiley’s which will help you make most out of Facebook.&lt;/div&gt;
&lt;blockquote&gt;
All the shortcuts work differently in browsers so make sure you follow the small steps below:&lt;/blockquote&gt;
&lt;h4&gt;
For Windows&lt;/h4&gt;
&lt;ul class=&quot;aero2&quot;&gt;
&lt;li&gt;Firefox: Shift + Alt + #&lt;/li&gt;
&lt;li&gt;Chrome: Alt + #&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;
For Mac&lt;/h4&gt;
&lt;ul class=&quot;aero2&quot;&gt;
&lt;li&gt;Firefox : Control + #&lt;/li&gt;
&lt;li&gt;Chrome: Control + Option/Alt + #&lt;/li&gt;
&lt;li&gt;Safari: Control + Option/Alt + #&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;
Facebook Shortcuts:&lt;/h3&gt;
&lt;ul class=&quot;aero-single&quot;&gt;
&lt;li&gt;Alt+?&amp;nbsp;&amp;nbsp;&amp;nbsp; : Moves cursor up to Search Box&lt;/li&gt;
&lt;li&gt;Alt+m&amp;nbsp;&amp;nbsp; : Compose a new message&lt;/li&gt;
&lt;li&gt;Alt+1&amp;nbsp;&amp;nbsp;&amp;nbsp; : Home page&lt;/li&gt;
&lt;li&gt;Alt+2&amp;nbsp;&amp;nbsp;&amp;nbsp; : Your profile page&lt;/li&gt;
&lt;li&gt;Alt+3&amp;nbsp;&amp;nbsp;&amp;nbsp; : Pops up your friend requests&lt;/li&gt;
&lt;li&gt;Alt+4&amp;nbsp;&amp;nbsp;&amp;nbsp; : Your messages&lt;/li&gt;
&lt;li&gt;Alt+5&amp;nbsp;&amp;nbsp;&amp;nbsp; : Notifications&lt;/li&gt;
&lt;li&gt;Alt+6&amp;nbsp;&amp;nbsp;&amp;nbsp; : Account Setting&lt;/li&gt;
&lt;li&gt;Alt+7&amp;nbsp;&amp;nbsp;&amp;nbsp; : Privacy Setting&lt;/li&gt;
&lt;li&gt;Alt+8&amp;nbsp;&amp;nbsp;&amp;nbsp; : Facebook&#39;s Facebook page&lt;/li&gt;
&lt;li&gt;Alt+9&amp;nbsp;&amp;nbsp;&amp;nbsp; : Facebook Terms and Conditions&lt;/li&gt;
&lt;li&gt;Alt+0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: Facebook Help Centre&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h3&gt;
Facebook New Message Shortcuts&lt;/h3&gt;
&lt;ul class=&quot;double1&quot;&gt;
&lt;li&gt;&lt;h4&gt;
Search and Help&lt;/h4&gt;
&lt;/li&gt;
&lt;ul class=&quot;aero-single&quot;&gt;
&lt;li&gt;Alt+g&amp;nbsp;&amp;nbsp;&amp;nbsp; : Search Conversations&lt;/li&gt;
&lt;li&gt;Alt+q&amp;nbsp;&amp;nbsp;&amp;nbsp; : Show/hide Keyboard Shortcuts&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;h4&gt;
Conversations&lt;/h4&gt;
&lt;/li&gt;
&lt;ul class=&quot;aero-single&quot;&gt;
&lt;li&gt;Alt+Delete&amp;nbsp;&amp;nbsp;&amp;nbsp; : Archive/Unarchive Conversation&lt;/li&gt;
&lt;li&gt;Alt+r&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; : Mark Message as read/unread&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;h4&gt;
Getting Around&lt;/h4&gt;
&lt;/li&gt;
&lt;ul class=&quot;aero-single&quot;&gt;
&lt;li&gt;Alt+c&amp;nbsp;&amp;nbsp;&amp;nbsp; : Start a new message&lt;/li&gt;
&lt;li&gt;Alt+i&amp;nbsp;&amp;nbsp;&amp;nbsp; : Go to Inbox&lt;/li&gt;
&lt;li&gt;Alt+u&amp;nbsp;&amp;nbsp;&amp;nbsp; : Go to Other &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Facebook Emoticons&lt;/h3&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This &lt;b&gt;Facebook Emoticons&lt;/b&gt; list is also helpful for those people who are not aware of meaning of emoticons. I have added the emoticons image, name and shortcut key so next time if you see emoticons on any IM or on Internet, you will understand the meaning. To use these Fb smileys, all you need to do is use the Key combination as I explained below.&lt;/div&gt;
&lt;table style=&quot;border: none; width: 100%;&quot;&gt; &lt;tbody&gt;
&lt;tr&gt;  &lt;th style=&quot;text-align: center;&quot;&gt;Smiley&lt;/th&gt;  &lt;th style=&quot;text-align: center;&quot;&gt;Name&lt;/th&gt;  &lt;th style=&quot;text-align: center;&quot;&gt;Shortcut&lt;/th&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP-3pIPU1zrFriUI2wxeCRCP9c7AVoexqjQXJ-ZAci6jRz6oyQRscteWTnuD5ZI6Q6dWTvUe5HdExCc0M8FO0GR2gOUfWs2KHi17LvuPRFkpzw-dMzzo6qH3xw0FoXK7Kd8tR4_QHFgyE/s1600/facebook-smiley-face-for-comments.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Smile&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAmGYbCVqS_cHRBjUhyphenhyphenFa55S36qDV09qg9nX_Ao8vTl6fHIYlShXw_gv5dneaapNXPcGJFIDoTNLNzXV0b4cLOn-H3PDXKNo6UDW0hDaPW14-E1efAc89cdm7zovuERR4a_AzIBmjVnHo/s1600/facebook-frown-emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Sad&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: medium none; height: 18; text-align: center; width: 50;&quot; type=&quot;text&quot; value=&quot;:(&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDB59cwT5J7PKckcqCJ3WlT6_H0w3cqBKDJzPgtcQRMym1clW4m7LYLNSpYhXZknSuh_pFgBHoiFUDRgBtAqP88VEDy789m4ZHfq7aZ6ZAcfhx0Q4Jigzq1uS-PLdkW8EUp011gJfTihg/s400/surprised+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Surprised&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:o&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfaRQqp71SLqUYntdHNFfj4rG5HvfVDlFTYt6rCzBmtZ2ootBlYsbgzzst_NJZvSNzYPxDaXfVDOeb3sdnLet_NnRM9Lsq0txG4ALBTFXUevh2JhvS68_XuwAfZ-etO1VpiGhBLgFj0i0/s1600/big-smile-emoticon-for-facebook.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Grin&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:D&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWj_2J9ouazqeBra9uu2yNwdnFq6wPOXEf4BhpaYDgrpkIUSnNPIweEgZqwm2LiRMhRvI59CoaIY5hAi1aMFwwFyewt_0gMQiRfPncOqdWRzIXECZB6T_d8cMPdtY6hsb-JqxthizRQuY/s1600/facebook-tongue-out-emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Tongue&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:P&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0aBE3qjLGfy5F4-mUM7Q2LJ1ceGOGv4P86KQCorApD0WlZ9HdDwQbIBubGLZ-dKELYZNk4j73mmXh3NI7JWJp7_uwvlT3oJcGzJIQWgBo9q0GcWE0qEpWfA_OJfgJHVO1cOlBk4edKYk/s400/wink+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Wink&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;;)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwgJOE1q2ML7gS3psvTFeOLp45BzIId2SWtvR7aebRei4VVuLfUVtYVfbPaDeIBxYZRevfQREUN5MFZbVxZSavjUr_XInkuJ2V2VDZkFOUjzxXqVD-UwxB0N_gkqFPEiruX_YVUrmrJsA/s400/curly+lips+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Curly Lips&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:3&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiac18uV8ZuhfYKY5A1UTjMuIIb3TMc8iXOn6ub70EO1Ol8Y4oXtDaAye8oBMXmEsIbFChOp8g5EGjYO-XuwLQ3SPkGzswhpQHzAOKY-8DScaj7E5eNv4yJ8pubm4hvoA9SvxgDoTbsdfQ/s400/kiss+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Kiss&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:*&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi74vRrOV-01mzERdF2DiMaP8EQDp1YAt8MKKBPfLC9xGBjRwKKexeBe9EeYj4qckqpartGQ47lA0et-vaWaVc4cTP7JETqRygjVcmZlaCpeScKm-qB2fupuz9NY2Gmz8vFqmKV0k-RzrY/s400/grumpy+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Grumpy&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;&amp;gt;:(&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNbE0iXYLqzG0uTn0qX87pULDYWDYFyUMQi1ZJxgNw61H-YyUNpnRQq7otgWCMQs-wcaXxUmu4Hf9dzkLf5yvYeyTMG7iC1j-i7Yp2l6KxY2WlrEBe5XFTYhaWz5aSGrGzX4CvyU5ic1k/s400/glasses+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Glasses&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;8)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx5B_1bi1BdtgBKAY7bHWcBTiZSghBXTE4HZCRVAFjJnPdQ2IqzwpcjQx6eBBTBH2FTMr_GMNoYLyPdd7J_DWmP1FWOOPwYkwA1PgrkV1GmcRAMdaMR9bxkzrwN698ImObu0i1Jg2mwJ4/s400/sunglasses+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Sunglasses&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;8|&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju61qGCRV_S73RvQku54FDT0uneN5Kh7dsDvsPbWOWg-gUscq9_bUp_re5TDQmFHcCcXwfIGBFoY7TDzw1YEohhYfGqrKVKSXwFOu1UCZx7N5WUaqKaVtb6Py05UxzOOJ1i1mSWdiLCCg/s400/angry+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Angry&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;&amp;gt;:O&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg43SDfEpoiI12zhlXBSamupOtB-GVIX53ITmyhSPaSHlSQYraeu8SUbyIXY1DyqHGOOSzoemaPL6InHJxl0_B8qhZVTc0AW9quOjudQb0yg5vwVjcY40g9hOx6WBPOuPj-twt5AJH29wg/s1600/confused-emoticon-wtf-symbol-for-facebook.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Confused&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;o.O&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdnl74eLjtMHddABaau7myB38xnp2qEVz6zgtvGwPS03xbDZrhcyZKzjkCVOc4ifbwjM8IHJ577hVdf39lHLlxRfybBQXQsW_KL8hXC3Fr511M1Mm3YERy9vxkgP6LPhG_JXgMHw1eGb8/s400/shark+emoticon.gif&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Shark&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;(^^^)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQMK4x6PKQEfCvO6ZdgskUu2R3D-HRqCLt0RvKzZtJnnjoqMi0BeTVYf2eSvCkVjD0AruhzlMZNHA48JtUIN3BQIfIRSv02_mTIuk1RIGfymDzsKU9v3llc6Q0rTBqpJAguS-mm-6LgH8/s400/pacman+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Pacman&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:v&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiVLbhNWbtdbOhfg884watquwaS0ttspsZXk64bV7rk7D1Zak7MN9o4x3Np9DlyB0r8DweIV360jdZsM-jvUUu3kfra5J_k7-zPYcuPVn193DZosGBgo5Ah6-JF6BzBQxKRmQAklzuF1A/s1600/squinting-emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Squint&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;-_-&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3hlQFH8DR9tSL36VuLixOoWw7Fx6ulmn9_4OWO6ainxqfsAhcRWl_QAkHeJDx2MJmm-FeaQBFYIpeyFYsKGg6l__BWFuJB6kKDWiObQCemJxtyHVrV-gco0amDAkf9YLsmmLkwikKSDc/s400/angel+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Angel&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;O:)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLhe6XrysMSz_9gJQZFu9beCJR4UxNF8cVopBqUxMmPwJB2S9ZHNWDGMHA8eEUoUWYhm9hNLxKUAPst_StsFQmOXtHB3Pr0W6YxhoIEUMxHaK7I7PbOIRDUI0PTS3lvH4uTJZ57G-alws/s400/devil+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Devil&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;3:)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyQ7hh7REjZ2gg5K88akkuIYjcSg0ubZthfS7eSfVQ8b-xDS_RbKsyiOjqIQ5k27jTTHEs2oLyYUqs0ky-iha0YvwQ1IZIWzYwvabeQ5JM9wjRFPySYZ2ZaZxnDDrcbnsR-sCGCfDcFJM/s400/unsure+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Unsure&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:/&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzR1zOaXC0CgdE86wWw-chqXrcBHgRnF8LmojzaERx3bYN1m8XAvlS9WkPfTy_oGTzeSHsQTWE8sN1jgLjeFtDiYJt-dGDDbNhHpVMVCXGsMQA_0NmlafPLLxL_Hoz4rpmtdbmvdUhx8M/s1600/facebook-cry-emoticon-crying-symbol.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Cry&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:&#39;(&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxryxJoJRx5SSFXG3WXsj8FxU4HQOGp6j5PaouFyeiifjoS8PH30oyuSiN2HhZ85vScyt3YMmEXc3exRC_AWTGLkEw3RluF8XIhD2WhCgFuiMi5A8zERluiKRTmPa1dLH_l1VIbTQuzoQ/s1600/putnam-emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Chris Putnam&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 55px;&quot; type=&quot;text&quot; value=&quot;:putnam:&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4cesMN8kVoDBaUXj7GhzBr1UJ_Ci-t5La7l9kaC3-L4rq-DRer_dnElbatnE0ls626EH3JEiLHSTAtc3iSRwg1fdzNEVC-dkMAHMiTIRDQU07Mz4mHI3AAxjjPznXzrj8boDrhfhOKGw/s400/robot+emoticon.gif&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Robot&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;:|]&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSuWhGsA8zlDxo5wBF7avsHYaByP8gq5RnLA5lVBZpQGoXPf_VjGZRchlQYJhtOc8H97LyoFFmjqvApVBkjhcCTozhae0VB_PLQ1yp_OQ89k3_c9XkUnQOsPPht0UI4V9ng-ttS0_2fIo/s400/heart+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Heart&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;&amp;lt;3&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9M008IEbgXKVMgoFMYhF7Vxhk6o9Rz-fjTEWyT1-BM39J8ceqLAPLihIwrr5Ima4WcgWnZtEjju1drSCQ12KKtgXf4owKAYSQzNBM9N1VgGXbVLAxjXL8APUswofYz_OO_39aVNXNkL4/s400/kiki+emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Cheerful&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;^_^&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib9gQA1EofNBc9rvB3Lxrrp-4So5oQbGjbB9EZuFbPwbnNwJzwCT1S89xaEmrDE3zum5qJ4Tv4cto5nFogzkf8TPYRo07ekGorwcUcf4aLHSr2b5r8_6rxVHP3SyvHXKRMMZRi-Wlh8Y8/s1600/thumb-up-facebook-emoticon-like-symbol.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Thumbs Up&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;(Y)&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6mAzhwMglAkDnzEzLDdRCwx92kTdW6DoGigaM6UTGgLZop3GGmIJqVIdo_SaDarsd73UUF5pjIhPYSKhyphenhyphenHD-PaLuYImb7GDc9DcrX00wEmia6J166LOeipwfTosTW_lTP59nZ10bl4uw/s1600/facebook-penguine-emoticon.png&quot; /&gt;&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;Penguin&lt;/td&gt;  &lt;td style=&quot;text-align: center;&quot;&gt;&lt;input name=&quot;emo&quot; onclick=&quot;this.select()&quot; readonly=&quot;&quot; style=&quot;background-color: transparent; border: none; text-align: center; width: 50px;&quot; type=&quot;text&quot; value=&quot;&amp;lt;(&quot; /&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/1520733099761543645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/01/list-of-facebook-shortcut-keys-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/1520733099761543645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/1520733099761543645'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/01/list-of-facebook-shortcut-keys-and.html' title='List of Facebook Shortcut Keys and Emoticons'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkd7rDoqKMQRDtu24OZ5T8oCH1dAQue3FwK463-X5aGi57quc7sE2dt8JDbN2SM0vBLB4l5WnVq_Bui2EEO1cMp7oP_7yH0e_730Sg4mwndPNGWbbDjgzHSyBDWII9zoLL3i0YLtTecDkV/s72-c/facebook.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-8118336303238513046</id><published>2016-11-18T15:38:00.001+05:30</published><updated>2017-01-03T13:21:15.528+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tricks"/><category scheme="http://www.blogger.com/atom/ns#" term="WhatsApp"/><title type='text'>Latest WhatsApp Tricks to be Master of WhatsApp</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Latest WhatsApp tricks to make you the master of WhatsApp In the Epoch of knowledge, where WhatsApp has grown with a whirlwind speed, everyone wants to master the application to make optimum utilization of this application.&amp;nbsp; WhatsApp has so many features that one can perform several different tasks with this one application. WhatsApp acts as a one shop stop for all of these tasks.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Latest WhatsApp Tricks to be Master of WhatsApp&quot; border=&quot;0&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjc0pTGSDCY7L1SHfYnPGiqWk1UjMMMEiwKjwSDScyz9tpfD0eGsDJ9HMIyB79Yfc9tuFMDCDSrtmOifhbVbKID3Rvv_yUPUJ9-FzZaisaV8xvoVvOX5kGYuUSTxjSedlZkAF03EAiCAhQj/s640/latest-WhatsApp-tricks-650x276.jpg&quot; title=&quot;&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
But how do we become the master of this application? What is needed to be done to use this application in all possible ways? With enormous features, which ones are the one that makes a user a complete user of WhatsApp?&amp;nbsp; &lt;br /&gt;
Well if you are up with all of these kinds of questions then you are reached to the correct article. Let me tell you 10 simple things/tricks that you must do to be the master of WhatsApp.&lt;/div&gt;
&lt;br /&gt;
[post_ad]
&lt;h3 style=&quot;text-align: left;&quot;&gt;
01 - Multiple Accounts&lt;/h3&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
A WhatsApp user can switch to multiple accounts by switching to web or handling two WhatsApp accounts in a single android phone. Yes, it is possible there are many ways a user can manage two accounts in a single phone. Moving on towards the web, a WhatsApp user can any day switch to using WhatsApp on his/her laptop or pc. you can also use apps like &lt;a href=&quot;https://modapksdownload.com/gbwhatsapp-apk-download&quot; target=&quot;_blank&quot;&gt;gbwhatsapp&lt;/a&gt; for make multiple accounts on WhatsApp.&lt;br /&gt;
The user has to just on his WhatsApp web from his WhatsApp menu and the list will appear and now the user has to scan the QR code after you browse through the WhatsApp.com on web.&lt;br /&gt;
And this is how you can function your WhatsApp on web too! &lt;br /&gt;
Notifications on desktop are available too.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
02 - Details About Your Messages&lt;/h3&gt;
Being engrossed in a chat is usual, but we always forget to keep a track of when the person received the message and after how long he read it. Well now it is all possible you can get this information even after hours of your chat. &lt;br /&gt;
For iPhone users, they have to just swipe left to the chat and he will get details about his read and delivered. But the process for the android users is quite different they have to press hold to the particular message until it turns blue and then click on the I button on the above and then you will get the details of when the receiver read the message.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
03 - Mute the Group Chats&lt;/h3&gt;
Everyone has some WhatsApp groups that they don’t want to be a part of. or there are sometimes that are just too busy so they do not want the group messages to irritate them. So now you can avoid all of this using just this simple trick. Mute your group conversations, for that all you need to do is open the group you see three dotted line in the very right of the screen click that and then you may find the option of mute the group. That will help you to avoid the messages and you can even choose the duration of the mute according to your convenience.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
04 - Email Your Chats&lt;/h3&gt;
Sometimes you want to keep your chat conversation data without you and it is precious for you for any reason so now you can even email your chat to your Gmail account without facing any error. For android users, they have to just open the chat and tap the menu option more and then they can choose the option of email the chat. And for iPhone users, the title bar of the chat of the person already has an option of mail the conversation.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
05 - Set Up the Chat as Shortcut&lt;/h3&gt;
To avoid any wastage of time in searching the user you want to chat with, rather make a shortcut to their chat on your home screen itself. And you never waste time in searching their name in the chat list. For this the android users have to just open their chat and click on the ‘Add to shortcut’ option this will help the user to get the chat on his home screen without any trouble.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
06 - Turn Off the Last Seen&lt;/h3&gt;
Don’t want anyone else to know, when were you online the last time? Many of us do not want to show their last seen on WhatsApp. Now a user can even hide their last seen on WhatsApp and can online and go offline without any problem.&lt;br /&gt;
All you have to do is go to your Account- privacy settings – disable your last seen option only to yourself. So, this makes your last seen non-visible to others. &lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
07 - Know the Location&lt;/h3&gt;
Ever got stuck and didn’t know the way back home? Now WhatsApp will help you to even share our location with other users. All you have to do is open their chat and then choose the pin option and then you will find the option of location.&lt;br /&gt;
This will enable you to share your location on WhatsApp.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
08 - Share Media via WhatsApp&lt;/h3&gt;
Sharing photos and videos over WhatsApp is now become very normally. But now you can even send documents via this application. So, you need not be formal about sending documents via email.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
09 - Stop Saving Media&lt;/h3&gt;
Every one of us want to save our data pack and not waste it on unwanted media downloads. Now you can stop this auto download of media. For android users, they have to just go to their Settings- choose data usage and then choose the option accordingly. &lt;br /&gt;
And this is how you end up saving your valuable data instead of wasting it on unwanted media downloads. &lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
10 - Back up your chats&lt;/h3&gt;
In case you fail to back up your chats then do not worry android users your chat has been backed up on its own everyday but for iPhone users you have to do it on your own, all you have to do is go to your settings then choose the option of chat settings and then choose chat backup.&amp;nbsp; This will enable you to quickly restore all your media and chats without facing any error.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/8118336303238513046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/11/latest-whatsapp-tricks-to-be-master-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/8118336303238513046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/8118336303238513046'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/11/latest-whatsapp-tricks-to-be-master-of.html' title='Latest WhatsApp Tricks to be Master of WhatsApp'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjc0pTGSDCY7L1SHfYnPGiqWk1UjMMMEiwKjwSDScyz9tpfD0eGsDJ9HMIyB79Yfc9tuFMDCDSrtmOifhbVbKID3Rvv_yUPUJ9-FzZaisaV8xvoVvOX5kGYuUSTxjSedlZkAF03EAiCAhQj/s72-c/latest-WhatsApp-tricks-650x276.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-5177263678699423971</id><published>2016-11-16T00:06:00.001+05:30</published><updated>2016-11-16T00:12:57.655+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="How-to"/><category scheme="http://www.blogger.com/atom/ns#" term="YouTube"/><title type='text'>How to watch YouTube Videos without Internet</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;first-letter&quot;&gt;W&lt;/span&gt;atch YouTube Videos Without using Internet Well, as we all know YouTube is one of the major entertainment product in the world, having hundreds of millions of monthly active users and it is quite big enough in India too. The best way to access YouTube is an unlimited WiFi connectivity to enjoy online videos without buffering, the real catch is here that most of us in India don’t own a proper WIFI connection and we heavily rely on our Data packages and that’s a fair reason why we run out of our Data real quick.&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;
&lt;img alt=&quot;How to watch YouTube Videos without Internet&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUxwbIr85huFD2NNDZ5OUxWNPLL6CqfGGhDA8HsZxq9B5pxjC466Ps9ap8wJtTdC7T1p6ckuqSC549SO-1xEBBjrqKcCJZfaLdvtzxa3GlZGjaEijyMjSpE3iIRKYAZOVjEo5BrHYhvDg1/s1600/youtube-go.jpg&quot; title=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now as YouTube is emerging ridiculously fast in India, gaining more and more popularity day by day hence, wants to cash in the huge internet using population of 400 million people. YouTube probably wants to gain more attention of India to win the ever running data battle.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Thus, YouTube has come with its latest product called YouTube Go App which if I express in detail is quite user friendly for the Indian consumers which is going to launch at the very beginning of 2017 in India and it is specially developed for Indian circumstances where you enjoy online entertainment with investing very less on your Data packages and don’t have to rely much on good WiFi connectivity.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
As per the latest updates from the officials of YouTube, YouTube Go is a brand new App specially designed for low-end internet users, it shows a video preview in the form of slide show for every video clip. By this you can easily get an idea about what the video is and finally you can decide whether you have to stream it or save it in your device. It features two qualities, Low Quality &amp;amp; Standard Quality in company with it also shows how much free storage your phone currently has. It also allows you to share the downloaded video clip via Bluetooth so the users does not have to waste data second time.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Some Remarkable Features of YouTube Go&lt;/b&gt;&lt;/h3&gt;
&lt;ul class=&quot;check&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;li&gt;YouTube Go shows trending videos at the home screen which are popular in your area, so you don’t have to find and watch videos every time. A clever step by YouTube.&lt;/li&gt;
&lt;li&gt;Choose your video quality before streaming or saving it – You can see and choose the video quality and size, so you can get the idea of how much internet data you going to spend.&lt;/li&gt;
&lt;li&gt;Share your downloaded YouTube videos with your relatives without wasting internet twice. You can send and receive videos offline with other who are using YouTube Go App.&lt;/li&gt;
&lt;li&gt;Preview videos before streaming it – Confuse to watch the video or not than hold on, YouTube Go App shows you the slideshow of the video. It will give a better idea about the video and you can easily decide you should watch the video or not.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Johanna Wright, Vice President of Product Management, YouTube said that “Gradually going to take YouTube Go to more and more people in the coming months” it means they are going to launch YouTube Go till the end of the year.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You can sign up now if you want to hear as soon as it’s available to you. You just have to enter your phone number and email address to complete the sign up process – &lt;a href=&quot;http://youtubego.com/signup/&quot; target=&quot;_blank&quot;&gt;YouTube GO Official Website&lt;/a&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So, hence was the post about the brand new YouTube Go. I hope you liked the post. Feel free to comment your reviews in the comment box. Don’t forget to share it. &lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/5177263678699423971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/11/how-to-watch-youtube-videos-without.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/5177263678699423971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/5177263678699423971'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/11/how-to-watch-youtube-videos-without.html' title='How to watch YouTube Videos without Internet'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUxwbIr85huFD2NNDZ5OUxWNPLL6CqfGGhDA8HsZxq9B5pxjC466Ps9ap8wJtTdC7T1p6ckuqSC549SO-1xEBBjrqKcCJZfaLdvtzxa3GlZGjaEijyMjSpE3iIRKYAZOVjEo5BrHYhvDg1/s72-c/youtube-go.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6535839903597145186.post-4741248935417661017</id><published>2016-01-27T13:33:00.000+05:30</published><updated>2016-02-20T13:44:53.845+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="How-to"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Webmaster Tools"/><title type='text'>How to Submit Website to Search Engines</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEVW_w-cnUR6_igEwKWq_zR8W6OhxgLERz-ZuCwNppQ0mNl0iLB59xwu-3jPnAWC6C4PjybRbSHj24xGRqX695zDIE1zYtoHQToCe2Y_Ar18H4PVfC21lUzYAHraPd-Q-k-cDuZOaKbR77/s1600/googlebingyahoo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;366&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEVW_w-cnUR6_igEwKWq_zR8W6OhxgLERz-ZuCwNppQ0mNl0iLB59xwu-3jPnAWC6C4PjybRbSHj24xGRqX695zDIE1zYtoHQToCe2Y_Ar18H4PVfC21lUzYAHraPd-Q-k-cDuZOaKbR77/s640/googlebingyahoo.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;If your blog or website has not been indexed by search engines then whats the use you are blogging for? Any blogger or web developer can get huge traffic by search only. But what if your site has not indexed in search engines? So as soon as you start your blog the first thing to do is submit your blog or website to Search Engines. Here is trick to Submit Website to Search Engines.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;How to Submit Website to Google and Bing/Yahoo?” We have categorized this article into two categories, the first is about submitting blog/website in Google and the other is about submitting blog/website in Bing/Yahoo.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;1 - Submit Website to Google&lt;/span&gt;&lt;/h2&gt;&lt;ul class=&quot;triangle&quot;&gt;&lt;li&gt;Go to &lt;b&gt;&lt;a href=&quot;http://www.google.com/addurl/&quot; target=&quot;_blank&quot;&gt;Google Submission page&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Now you can find just like below screen capture.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKln0GXYqVwrm16LzB0OkbL_qDOkdeJq4_5-azEXREo8PCkOtXzP1mtFGNqG_kvF-ixhyphenhyphenhNj3JxrjDBmb-DydeSnrsOyREytRkvpTPMNDkKJAl47GuLlEkQnxoxwMFEtDeXsevDw0MRji7/s1600/submit+to+google.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Submit Website to Google&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKln0GXYqVwrm16LzB0OkbL_qDOkdeJq4_5-azEXREo8PCkOtXzP1mtFGNqG_kvF-ixhyphenhyphenhNj3JxrjDBmb-DydeSnrsOyREytRkvpTPMNDkKJAl47GuLlEkQnxoxwMFEtDeXsevDw0MRji7/s1600/submit+to+google.JPG&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul class=&quot;triangle&quot; style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Now Enter your website or blog URL in URL box.&lt;/li&gt;&lt;li&gt;Just Enter the captcha code as shown and click Submit Request.&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;2 - Submit Website to Bing/Yahoo&lt;/span&gt;&lt;/h2&gt;&lt;ul class=&quot;triangle&quot; style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Go to &lt;b&gt;&lt;a href=&quot;http://www.bing.com/webmaster/SubmitSitePage.aspx&quot; target=&quot;_blank&quot;&gt;Bing Submission page&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Now you can find just like below screen capture.&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidCnCYf2c6y-u2J4UM5jj18jFnBRArhb6Oo12uiXgXCVX2d32SM0QHaAtQ75Wk6u5_aCF-DFy8CyTiyhcB24otANAERsbp6jCgVPhOQ38uB4bJQVBP85gf5SiuHUa7BZhOKqCuXfn89WAV/s1600/submit+your+blog+to+bing.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Submit Website to Bing/Yahoo&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidCnCYf2c6y-u2J4UM5jj18jFnBRArhb6Oo12uiXgXCVX2d32SM0QHaAtQ75Wk6u5_aCF-DFy8CyTiyhcB24otANAERsbp6jCgVPhOQ38uB4bJQVBP85gf5SiuHUa7BZhOKqCuXfn89WAV/s1600/submit+your+blog+to+bing.JPG&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul class=&quot;triangle&quot; style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Now just Enter the URL of your home page.&lt;/li&gt;&lt;li&gt;Now in second box enter Captcha code as shown there and click on Submit.&lt;/li&gt;&lt;/ul&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Note: Yahoo has been added to Bing Webmasters tools. That is why, we have written Bing/Yahoo. Ones you have added site to Bing then it’ll automatically added to Yahoo. &lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdevta.blogspot.com/feeds/4741248935417661017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webdevta.blogspot.com/2016/01/how-to-submit-website-to-search-engines.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/4741248935417661017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6535839903597145186/posts/default/4741248935417661017'/><link rel='alternate' type='text/html' href='http://webdevta.blogspot.com/2016/01/how-to-submit-website-to-search-engines.html' title='How to Submit Website to Search Engines'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEVW_w-cnUR6_igEwKWq_zR8W6OhxgLERz-ZuCwNppQ0mNl0iLB59xwu-3jPnAWC6C4PjybRbSHj24xGRqX695zDIE1zYtoHQToCe2Y_Ar18H4PVfC21lUzYAHraPd-Q-k-cDuZOaKbR77/s72-c/googlebingyahoo.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>