<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PC Hacks &#187; Html Code</title>
	<atom:link href="http://hackspc.com/tag/html-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackspc.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 11:15:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cool Html Codes</title>
		<link>http://hackspc.com/cool-html-codes/</link>
		<comments>http://hackspc.com/cool-html-codes/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:21:02 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Html Code]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=2624</guid>
		<description><![CDATA[
If you&#8217;re looking  for cool html codes, then you&#8217;ve come to the right place! Here, you&#8217;ll find useful and interesting  html codes , which will help you to improve you site. Enjoy!

1) HTML Marquee Codes
If you want to get someone&#8217;s attention, then you should use the marquee codes . But,don&#8217;t use  it [...]]]></description>
			<content:encoded><![CDATA[<p><a name="TOP"></a><br />
If you&#8217;re looking  for cool html codes, then you&#8217;ve come to the right place! Here, you&#8217;ll find useful and interesting  html codes , which will help you to improve you site. Enjoy!<span id="more-2624"></span><br />
<code></code><code></code><code></code><br />
<font size="4">1) HTML Marquee Codes</font></p>
<p>If you want to get someone&#8217;s attention, then you should use the marquee codes . But,don&#8217;t use  it too much,particularly if your site contains too much marquee text ,  it irritates and spoils the concentration of the reader.You can add marquee codes to tell your visitors what will be your next updates,popular posts,advertisements,etc.</p>
<p>Example 1-  Bouncy Text</p>
<p><marquee behavior=alternate width="190" scrollamount="7" scrolldelay="96" height="20" bgcolor="#E0FFFF"><font size="5">Your Text Here </font></marquee></p>
<p>Code: </p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><marquee behavior=alternate width="190" scrollamount="7" scrolldelay="96" height="20" bgcolor="#E0FFFF"><font size="5">Your Text Here </font></marquee></textarea></p>
<p>Example 2:Scrolling text:<br />
<font color="#FF0000"><br />
<marquee direction=up scrollAmount=0scrollDelay=0 style="filter:wave(add=13,phase=1,freq=3,strength=25)" width=100 height=220><font style="font-family:arial; comic sans ms;font-size:20px;color:.000000"><br />P<br />C<br<br />H<br />A<br />C<br />K<br />S</font></marquee><br />
</font></p>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><font color="#FF0000"> <marquee direction=up scrollAmount=0scrollDelay=0 style="filter:wave(add=13,phase=1,freq=3,strength=25)" width=100 height=220><font style="font-family:arial; comic sans ms;font-size:20px;color:.000000" <br />P<br />C<br<br />H<br />A<br />C<br />K<br />S</font></marquee><br />
</font></textarea></p>
<p>Example 3: Scrolling Text </p>
<p><marquee direction="right" bgcolor="#E0FFFF">Cool HTML Codes </marquee></p>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><marquee direction="right" bgcolor="#E0FFFF">Cool HTML Codes </marquee></textarea></p>
<p>WIDTH: how wide the marquee is<br />
HEIGHT: how tall the marquee is<br />
DIRECTION: which direction the marquee should scroll<br />
BEHAVIOR: what type of scrolling<br />
SCROLLDELAY: how long to delay between each jump<br />
SCROLLAMOUNT: how far to jump<br />
LOOP: how many times to loop<br />
BGCOLOR: background color<br />
HSPACE: horizontal space around the marquee<br />
VSPACE: vertical space around the marquee</p>
<p>If you don&#8217;t like to  write html code , here is <a href="http://www.htmlbasix.com/marquee.shtml">Marquee Code Generator</a></p>
<p><code></code><code></code><code></code><br />
<font size="4">2)E-Mail Link  </font><br />
<code></code><br />
If you need simple but useful email link, which will allow visitors to contact you, then you should use this html code<br />
Example 1:  E-Mail Link With Image<br />
<a href="mailto:hackspc@gmail.com"><img src="http://hackspc.com/wp-content/uploads/2009/04/contact-us1.jpg" alt="Cool Html Codes" title="contact-us" width="100" height="102" class="alignnone size-full wp-image-2686" /></a></p>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><a href="mailto:hackspc@gmail.com"><img src="http://hackspc.com/wp-content/uploads/2009/04/contact-us1.jpg" alt="Cool Html Codes" title="contact-us" width="100" height="102" class="alignnone size-full wp-image-2686" /></a></textarea></p>
<p>Example 2: Usual Email Link </p>
<p><a href="mailto:hackspc@gmail.com">E-mail Me!</a> </p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><a href="mailto:hackspc@gmail.com">E-mail Me!</a> </textarea></p>
<p>Example 3: Email Link with subject </p>
<p><a href="mailto:hackspc@gmail.com?Subject=Advertise on PC Hacks">Email Me!</a></p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><a href="mailto:hackspc@gmail.com?Subject=Advertise on PC Hacks">Email Me!</a></textarea></p>
<p>Note: <strong>&#8220;mailto:hackspc@gmail.com&#8221;</strong> in this part of the code write your email addresses<br />
<code></code><code></code><code></code><br />
<font size="4">3)Submit Button Image</font></p>
<p>This simple code will allow you to  change your submit button into image. It can be very useful, when you  making  input forms with submit button , which allow the user to enter information like text and similar.<br />
<button type="submit" name="submit" value="submit"<br />
<img src="http://hackspc.com/wp-content/uploads/2009/04/submitbutton.jpg"/></p>
<p>Code:</p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><button type="submit" name="submit" value="submit"<br />
<img src="http://hackspc.com/wp-content/uploads/2009/04/submitbutton.jpg"/></textarea></p>
<p><code></code><code></code><code></code><br />
<font size="4">4)Cool Text Effect to Create A Logo</font></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8501029208152187";
/* 468x60, vrh posta crveno, crveno */
google_ad_slot = "7912779770";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Don&#8217;t llike to use  photoshop or similar? If so,  create your logo text with html. </p>
<p style="color: #CCCCCC;"><font size="5"><b>My Cool <span style="background: #CCCCCC; color: #000000; padding: 5px 5px 5px 5px;">Logo Text</span></b></font></p>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code">
<p style="color: #CCCCCC;"><font size="5"><b>My Cool <span style="background: #CCCCCC; color: #000000; padding: 5px 5px 5px 5px;">Logo Text</span></b></font></p>
<p> </textarea></p>
<p>For more examples , visit <a href="http://cool-html-codes.com/">Cool Text Effect</a></p>
<p><center><br />
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2464694', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p>Enter email address and you¨ll get free tutorials </p>
<input type="text" style="width:200px" name="email"/>
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=2464694" name="url"/>
<input type="hidden" value="PC Hacks" name="title"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="submit" value="GET FREE TUTORIALS" />
<p> <a href="http://www.feedburner.com" target="_blank">FeedBurner</a></p>
</form>
<p></center></p>
<p><code></code><code></code><code></code><br />
<font size="4">5)Rare Html Tags </font></p>
<p>Here are rare html tags , which can be quite useful in certain situations.</p>
<p>Example 1: Acronym</p>
<p>When you hover over text that has the <acronym> tag used, a box appears below with the text from the title tag.</p>
<p><acronym title="Includes help, step by step tutorials and how to guide  ">PC Hacks</acronym> </p>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><acronym title="Includes help, step by step tutorials and how to guide  ">PC Hacks</acronym> </textarea></p>
<p>Example 2: ins and del</p>
<p>He  <del>likes</del> <ins>LOVES</ins> PC Hacks<br />
Code: </p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code">He  <del>likes</del> <ins>LOVES</ins> PC Hacks</textarea></p>
<p>Example 3:blockquote</p>
<blockquote><p>This is live demo for blockquote tag</p></blockquote>
<p>Code:<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><br />
<blockquote>This is live demo for blockquote tag</p></blockquote>
<p></textarea></p>
<p><bdo>Maximum PC</bdo><br />
<code></code><code></code><code></code><br />
<font size="4">6)Creating Links Without Underlining</font></p>
<p>This html code will allow you to create link without underlining. It looks like this :<br />
<a href="http://hackspc.com/" style="text-decoration: none">THIS IS LINK!</a></p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 300px; height: 200px;" cols="8" rows="5" name="code"><a href="http://hackspc.com/" style="text-decoration: none">THIS IS LINK!</a></textarea></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/cool-html-codes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
