<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-8508954923570954753</id><updated>2013-05-24T01:36:08.151+07:00</updated><category term="Sport" /><category term="Social" /><category term="Blogger and Widget" /><category term="Blogger Api" /><category term="Technology" /><category term="CSS" /><category term="Guest Posts" /><category term="HTML" /><category term="Disasters" /><category term="Game 2D" /><category term="3 Columns Template" /><category term="c plus plus" /><category term="News Template" /><category term="Science" /><category term="Blogger SEO" /><category term="Video" /><category term="Food Template" /><category term="Premium Template" /><category term="Blogger Template" /><category term="2 Columns Template" /><title type="text">Threelas CSS</title><subtitle type="html">Provide css tutorial for website and blogger</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.threelas.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.threelas.com/search/label/CSS" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ThreelasCSS" /><feedburner:info uri="threelascss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by-sa/3.0/" /><logo>http://creativecommons.org/images/public/somerights20.gif</logo><feedburner:emailServiceId>ThreelasCSS</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-3276799563756052963</id><published>2011-09-12T14:06:00.000+07:00</published><updated>2011-09-12T14:06:49.949+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">Styling Links</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="css logo" border="0" height="200" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s200/css.JPG" width="76" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;One of the basics of creating a navigation menu is the css links. Such as changing the color or font (perhaps also the background) when we move the mouse over a link. Basically the style offered by the css there are two types of links, first to distinguish between links that have not been visited by a previously visited. The second is to change the rendering in response to user action.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;hr style="text-align: justify;" /&gt;&lt;div style="text-align: justify;"&gt;&lt;h2&gt;         Differentiating with unvisited&lt;/h2&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;There are two syntax is used, the following syntax:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;textarea cols="65" readonly="readonly" rows="3"&gt;a:link{ Declarations } a:visited{ Declarations } &lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;to know is, a:link is valid for unvisited links. Meanwhile, a:visited applies for links that have been visited.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;hr style="text-align: justify;" /&gt;&lt;div style="text-align: justify;"&gt;&lt;h2&gt;       Changing the rendering&lt;/h2&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Same as before, this technique also involves two syntax&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;textarea cols="65" readonly="readonly" rows="3"&gt;a:hover{ Declarations } a:active{ Declarations } &lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;As a: hover applies while the user is designate the element (with some pointing device), but not activate it. And to enable it we using a: active.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;There should also note, a: hover MUST come after a: link and a: visited, and a: active MUST come after a: hover. See the example below&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;textarea cols="65" readonly="readonly" rows="16"&gt;&amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;style type="text/css"&amp;gt; a:link {text-decoration:none;}    /* unvisited link */ a:visited {color:blue;} /* visited link */ a:hover {text-decoration:underline;}   /* mouse over link */ a:active {text-decoration:line-through;}  /* selected link */ &amp;lt;/style&amp;gt; &amp;lt;/head&amp;gt;  &amp;lt;body&amp;gt; &amp;lt;p&amp;gt;&amp;lt;a href="http://www.threelas.com" target="_blank"&amp;gt;Homepage of Threelas&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; &lt;/textarea&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Pm1Y3RNuEfg:e_-4LWPdVtc:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Pm1Y3RNuEfg:e_-4LWPdVtc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Pm1Y3RNuEfg:e_-4LWPdVtc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Pm1Y3RNuEfg:e_-4LWPdVtc:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Pm1Y3RNuEfg:e_-4LWPdVtc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Pm1Y3RNuEfg:e_-4LWPdVtc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/Pm1Y3RNuEfg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/3276799563756052963/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/09/styling-links.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/3276799563756052963" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/3276799563756052963" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/Pm1Y3RNuEfg/styling-links.html" title="Styling Links" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>0</thr:total><georss:featurename>Panggung Rawi, Cilegon, Indonesia</georss:featurename><georss:point>-6.01471204410086 106.06281176455695</georss:point><georss:box>-6.02700554410086 106.04362076455695 -6.00241854410086 106.08200276455696</georss:box><feedburner:origLink>http://www.threelas.com/2011/09/styling-links.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-751305221888040500</id><published>2011-08-27T22:35:00.001+07:00</published><updated>2011-08-27T22:44:15.172+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">Styling Font</title><content type="html">&lt;div style="text-align: justify;"&gt;
 &lt;div class="separator" style="clear: both; text-align: center;"&gt;
 &lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="css logo" border="0" height="200" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s200/css.JPG" width="76" /&gt;&lt;/a&gt;&lt;/div&gt;
 In this world there are a variety of languages ​​and fonts. Not a few people in this world has its own language. Call it Japanese, Arabic, English, and Indonesia. Japanese and Arabic language very clearly has its own style. Meanwhile, Britain and Indonesia, respectively have the same fonts but different language. Given this background, the font is very important to put in the CSS.&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;hr /&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Font Family&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 Unlike other CSS, the value of the font family can be written more than one, separated by commas, which shows as an alternative.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="18"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p.serif{font-family:"Georgia",Times,serif;}
 p.sansserif{font-family:Arial,Helvetica,sans-serif;}
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
 &amp;lt;h1&amp;gt;CSS font-family&amp;lt;/h1&amp;gt;
 &amp;lt;p class="serif"&amp;gt;This is a paragraph, shown in the Georgia font.&amp;lt;/p&amp;gt;
 &amp;lt;p class="sansserif"&amp;gt;This is a paragraph, shown in the Arial font.&amp;lt;/p&amp;gt;
 
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 There are two types of font names famiy, the first is a family-name, and the second is a generic-family. There are five types of generic-family: serif, san-serif, cursive, fantasy, monospace. But on the computer, san-serif is easier than serif rendered. Many of the designers of websites recommend to put the generic-family as a last alternative. If the value of font-family there are more than one, then the font-family must be quoted.&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;hr /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Font Style&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 There are four types of font style used on the normal, italic, oblique, and inherit (Takes the same value as the specified property for the element's parent).&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="17"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p#no{ font-style: normal; }
 p#ita{ font-style: italic; }
 p#obl{ font-style: oblique; }
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
 &amp;lt;p id="no"&amp;gt;This is a paragraph(normal)&amp;lt;/p&amp;gt;
 &amp;lt;p id="ita"&amp;gt;This is a paragraph(italic)&amp;lt;/p&amp;gt;
 &amp;lt;p id="obl"&amp;gt;This is a paragraph(oblique)&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;hr /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Font Size&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 There are many ways to determine the size of the font. For example, by pixel units, em units, units of percent, combination units percent and em. As is the one em is equal to 16 pixels. We give you suggestion that to use em units as your size units. Because Internet Explorer can not give best performance if using pixel units.&amp;nbsp;Nevertheless there is absolute-size which is one of the properties of the font size. That is xx-small, x-small, small, medium, large, x-large, xx-large.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="24"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p#xxs{ font-size: xx-small; }
 p#xs{ font-size: x-small; }
 p#s{ font-size: small; }
 p#m{ font-size: medium; }
 p#l{ font-size: large; }
 p#xl{ font-size: x-large; }
 p#xxl{ font-size: xx-large; }
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
   &amp;lt;p id="xxs"&amp;gt;This is a paragraph(xx-small)&amp;lt;/p&amp;gt;
   &amp;lt;p id="xs"&amp;gt;This is a paragraph(x-small)&amp;lt;/p&amp;gt;
   &amp;lt;p id="s"&amp;gt;This is a paragraph(small)&amp;lt;/p&amp;gt;
   &amp;lt;p id="m"&amp;gt;This is a paragraph(medium)&amp;lt;/p&amp;gt;
   &amp;lt;p id="l"&amp;gt;This is a paragraph(large)&amp;lt;/p&amp;gt;
   &amp;lt;p id="xl"&amp;gt;This is a paragraph(x-large)&amp;lt;/p&amp;gt;
   &amp;lt;p id="xxl"&amp;gt;This is a paragraph(xx-large)&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;hr /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 Font Variant&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 One more way we can in the css font is small-caps. In a small-caps font, all lowercase letters are converted to uppercase letters. However, the converted uppercase letters Appears in a Smaller font size than the original uppercase letters in the text. Through a font variant, the small-caps can be done. There are three values ​​that apply to a font variant. That is normal, small-caps, and inherit.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="14"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p#no{ font-variant: normal; }
 p#sm{ font-variant: small-caps; }
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
   &amp;lt;p id="no"&amp;gt;This is a paragraph(normal)&amp;lt;/p&amp;gt;
   &amp;lt;p id="sm"&amp;gt;This is a paragraph(small-caps)&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;hr /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 
 
 Font Weight&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 We can provide a bold, only with the involvement of font weight. The font-weight property sets how thick or thin characters in a text Should not be displayed.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="14"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p#no{ font-weight: normal; }
 p#b{ font-weight: bold; }
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
   &amp;lt;p id="no"&amp;gt;This is a paragraph(normal)&amp;lt;/p&amp;gt;
   &amp;lt;p id="b"&amp;gt;This is a paragraph(bold)&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;hr /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;h2&gt;
 
 
 
 
 
 
 Fonts&lt;/h2&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 Font is a quick way we write all the font properties that have been mentioned above. With statement fonts then it can be written in a shorter form.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="18"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
  h1{
    font: bold 1.2em Helvetica, Arial, sans-serif;
  }
  p{
    font: italic 30px Times, Garamond;
  }
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
   &amp;lt;h1&amp;gt;font property example&amp;lt;/h1&amp;gt;
   &amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;hr /&gt;
 Please always to contact &lt;a href="http://www.w3.org/" target="new"&gt;w3.org&lt;/a&gt;&amp;nbsp;as reference when you making a site. For more information about css font. Please to read article for &lt;a href="http://www.w3.org/wiki/CSS/Properties#Font" target="new"&gt;css font&lt;/a&gt; from w3c.&amp;nbsp;&lt;/div&gt;
 &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=SyhejD-sXaY:CRrHsDQID88:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=SyhejD-sXaY:CRrHsDQID88:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=SyhejD-sXaY:CRrHsDQID88:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=SyhejD-sXaY:CRrHsDQID88:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=SyhejD-sXaY:CRrHsDQID88:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=SyhejD-sXaY:CRrHsDQID88:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/SyhejD-sXaY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/751305221888040500/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/08/styling-font.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/751305221888040500" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/751305221888040500" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/SyhejD-sXaY/styling-font.html" title="Styling Font" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>2</thr:total><georss:featurename>Panggung Rawi, Cilegon, Indonesia</georss:featurename><georss:point>-6.014701374326689 106.06284395106513</georss:point><georss:box>-6.0269948743266895 106.04365295106513 -6.002407874326689 106.08203495106514</georss:box><feedburner:origLink>http://www.threelas.com/2011/08/styling-font.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-2649962778608790803</id><published>2011-08-19T17:44:00.000+07:00</published><updated>2011-08-19T17:44:42.937+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">Styling Text</title><content type="html">&lt;div style="text-align: justify;"&gt;
 &lt;div class="separator" style="clear: both; text-align: center;"&gt;
 &lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s200/css.JPG" width="76" /&gt;&lt;/a&gt;&lt;/div&gt;
 We re talking about css, css text focuses on the topic. With the intention that we could decorate the text view becomes more interesting sites. Previously, we want you to re-read our post about &lt;a href="http://www.threelas.com/2011/07/knowing-css.html"&gt;Knowing CSS&lt;/a&gt; and &lt;a href="http://www.threelas.com/2011/08/three-ways-inserting-css.html"&gt;Three Ways Inserting CSS&lt;/a&gt;, because it is very important to know how to write CSS code. It also, each person has their own style. We feel comfortable with our way, maybe you do not. However, the important thing is to write css key remains on track, then your program will run fine. Nevertheless, we hope that in the early learning should follow what we write.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="25"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 p
 {
 color:red;
 text-align:center;
 text-decoration:underline;
 text-indent:1em;
 text-transform:capitalize;
 line-height:150%;
 vertical-align: middle;
 letter-spacing:2px;
 word-spacing:4px;
 white-space: normal;
 direction:rtl;
 } 
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
 &amp;lt;p&amp;gt;Hello World!&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 &lt;/textarea&gt;&amp;nbsp;&lt;/div&gt;
 &lt;br /&gt;
 Consider again the above code, css text has 11 properties. You can use all or only some. All depends on the needs. Of the ten css that there are some that must be considered, once again it's about the quality of your site. Try not to use underlines the word that was not sponsored. Because if you do then your users will be confused in distinguishing the link. So consider again the use of property decoration: underline.&lt;br /&gt;
 &lt;br /&gt;
 &lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
 &lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-FrNX55C-jVE/Tk49qCeVzKI/AAAAAAAAAOY/WI4TXgRHLLM/s1600/css+text+properties.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img alt="css text properties" border="0" src="http://4.bp.blogspot.com/-FrNX55C-jVE/Tk49qCeVzKI/AAAAAAAAAOY/WI4TXgRHLLM/s1600/css+text+properties.JPG" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;(w3schools.com)&lt;/td&gt;&lt;/tr&gt;
 &lt;/tbody&gt;&lt;/table&gt;
 &lt;br /&gt;
 Then, it is very important in the use of capital letters. Due to this the user know which words are important. However, we need to remind you again. Search engines also need to know the contents of your site. So if only to know the importance of a word, you should use the heading tags.&lt;br /&gt;
 &lt;br /&gt;
 To know the complete properties of the css text, please visit &lt;b&gt;http://www.w3.org/wiki/CSS/Properties#Text&lt;/b&gt; from the W3C for CSS text. We would always recommend that you continue to monitor the development of CSS code.&lt;/div&gt;
 &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=mZpRxjfuWqo:453VJPgbfYI:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=mZpRxjfuWqo:453VJPgbfYI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=mZpRxjfuWqo:453VJPgbfYI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=mZpRxjfuWqo:453VJPgbfYI:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=mZpRxjfuWqo:453VJPgbfYI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=mZpRxjfuWqo:453VJPgbfYI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/mZpRxjfuWqo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/2649962778608790803/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/08/styling-text.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/2649962778608790803" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/2649962778608790803" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/mZpRxjfuWqo/styling-text.html" title="Styling Text" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>0</thr:total><georss:featurename>Jalan Sindangkasih - Barokah, Cilegon, Indonesia</georss:featurename><georss:point>-6.007841 106.07523700000002</georss:point><georss:box>-6.0116245 106.06428250000002 -6.0040575 106.08619150000001</georss:box><feedburner:origLink>http://www.threelas.com/2011/08/styling-text.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-8656167381504445588</id><published>2011-08-09T16:59:00.002+07:00</published><updated>2011-08-10T09:31:03.894+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">CSS Background</title><content type="html">&lt;div style="text-align: justify;"&gt;
 &lt;div class="separator" style="clear: both; text-align: center;"&gt;
 &lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="css logo" border="0" height="200" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s200/css.JPG" width="76" /&gt;&lt;/a&gt;&lt;/div&gt;
 This time we will discuss the background css. With css background, then your blog or website we will have an interesting background. Depending on individual taste. There are eight properties owned by the css background. Among them is the color, position, size, repeat, origin, clip, attachment, image.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="3"&gt;{background: color position size repeat origin clip attachment image;}
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 Many programmers separate the eighth number of the CSS background properties to simplify the writing. Here are the syntax's&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;textarea cols="60" readonly="readonly" rows="9"&gt;{background-color:value;
 background-attachment:value;
 background-image:value;
 background-position:value;
 background-clip:value;
 background-repeat:value;
 background-origin:value;
 background-size:value;}
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;
 For color there are six in the usual way to write the value of color. That is by using Hexadecimal, RGB, RGBA, HSL, HSLA, or by giving the name of the color. Or you can give transparent for the value if you want to get transparent background. To see full color name and hexadecimal code you can access it from&amp;nbsp;&lt;b&gt;http://w3schools.com/cssref/css_colornames.asp&lt;/b&gt;.&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 For images, we can put a background image on a blog or website. There are three property values of the image, url (to determine the address of the image), none (if it does not contain image), inherit (if you want the background image should be inherited from the parent element). For position, we can determine the location of the background.&amp;nbsp;For size, an image used as background we can specify the size with ease.&amp;nbsp;To repeat, we can display a background image over and over again.&amp;nbsp;The origin property specifies what the background-position property should be relative to.&amp;nbsp;For the clip, we can specialize area of the background paint.&amp;nbsp;As for attachment, property sets whether a background image is fixed or scrolls with the rest of the page. To see complete property values of background, we recommend to read &lt;a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/#backgrounds" target="new"&gt;background properties from w3c&lt;/a&gt;. Because they responsible for CSS development.&lt;br /&gt;
 &lt;br /&gt;&lt;/div&gt;
 &lt;div style="text-align: justify;"&gt;
 We hope you understand what we write. Now you have the ability to change the background of your blog or website. For more complete, try the code below&lt;br /&gt;
 &lt;br /&gt;
 &lt;textarea cols="60" readonly="readonly" rows="8"&gt;&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;style type="text/css"&amp;gt;
 body
 {
 margin-left:200px;
 background-image: url('http://3.bp.blogspot.com/-gmgR7eCZM7A/TgirySGvDsI/AAAAAAAAAAU/MLN36d5PB0o/s220/Putri%2BArisnawati.jpg');
 background-repeat:no-repeat;
 background-color:yellow;
 background-position:10px 10px;
 }
 
 .container
 {
 text-align:center;
 }
 
 &amp;lt;/style&amp;gt;
 &amp;lt;/head&amp;gt;
 
 &amp;lt;body&amp;gt;
 &amp;lt;h1&amp;gt;Hi Friends&amp;lt;/h1&amp;gt;
 &amp;lt;p&amp;gt;We hope you can enjoy and understand all tutorials from us.&amp;lt;/p&amp;gt;
 &amp;lt;/body&amp;gt;
 &amp;lt;/html&amp;gt;
 
 
 &lt;/textarea&gt;
 &lt;/div&gt;
 &lt;br /&gt;
 &lt;span class="Apple-style-span" style="background-color: white; font-family: 'Times New Roman', Times, FreeSerif, serif; font-size: 16px; line-height: 22px;"&gt;&lt;/span&gt;&lt;br /&gt;
 &lt;div style="text-align: justify;"&gt;
 &lt;b&gt;&lt;span style="font-size: medium;"&gt;You can try it directly via&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
 &lt;ul style="line-height: 1.4; list-style-image: initial; list-style-position: initial; list-style-type: disc; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.5em; padding-bottom: 0px; padding-left: 2.5em; padding-right: 2.5em; padding-top: 0px;"&gt;
 &lt;li style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-color: initial; border-top-style: none; border-top-width: initial; border-width: initial; margin-bottom: 0.25em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-indent: 0px;"&gt;tryit editor from&amp;nbsp;&lt;a href="http://www.webcheatsheet.com/tryit/" style="color: #0f429b; text-decoration: none;" target="new"&gt;webcheatsheet&lt;/a&gt;&lt;/li&gt;
 &lt;li style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-color: rgba(128, 128, 128, 0.496094); border-top-style: none; border-top-width: 1px; border-width: initial; margin-bottom: 0.25em; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-indent: 0px;"&gt;tryit editor from&amp;nbsp;&lt;a href="http://tryiteditor.webs.com/" style="color: #0f429b; text-decoration: none;" target="new"&gt;w3schools&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/div&gt;
 &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Y2vv0K-985I:N0bNsllHD0c:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Y2vv0K-985I:N0bNsllHD0c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Y2vv0K-985I:N0bNsllHD0c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Y2vv0K-985I:N0bNsllHD0c:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=Y2vv0K-985I:N0bNsllHD0c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=Y2vv0K-985I:N0bNsllHD0c:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/Y2vv0K-985I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/8656167381504445588/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/08/css-background.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/8656167381504445588" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/8656167381504445588" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/Y2vv0K-985I/css-background.html" title="CSS Background" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>0</thr:total><georss:featurename>Jalan Sindangkasih - Barokah, Cilegon, Indonesia</georss:featurename><georss:point>-6.007841 106.07523700000002</georss:point><georss:box>-6.0116245 106.06428250000002 -6.0040575 106.08619150000001</georss:box><feedburner:origLink>http://www.threelas.com/2011/08/css-background.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-120226003251626695</id><published>2011-08-03T14:03:00.000+07:00</published><updated>2011-08-03T14:03:43.858+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">Three Ways Inserting CSS</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="css logo" border="0" height="320" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s320/css.JPG" width="122" /&gt;&lt;/a&gt;&lt;/div&gt;In writing the CSS syntax, there are three ways to offer. However, for the bloggers there are only two possible ways. These three ways are, External Style Sheet, Internal Style Sheets, Inline Styles. While the way of the External Style Sheet can not be done by users who have not used blogger webhosting. Because this way is used for a website with many pages. How to Use External Style Sheet is the first time you have to create a css file without containing a single html tag and the file should be saved with .css extension. Look at the following example &lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;textarea cols="50" readonly="readonly" rows="3"&gt;hr {color:green;} p {margin-left:13px;} body {background-image:url("threelas.gif");} &lt;/textarea&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Then each page must be linked by using &amp;lt;link&amp;gt; tag. See the following example&lt;br /&gt;&lt;br /&gt;&lt;textarea cols="50" readonly="readonly" rows="2"&gt;&amp;lt;head&amp;gt;&amp;lt;link rel="stylesheet" type="text/css" href="mystyle.css" /&amp;gt;&amp;lt;/head&amp;gt; &lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;For those of you blogger users, this is the way that allowed the Internal Style Sheet. Define first .css syntax that you created in the head. This method is most widely used by bloggers in making a widget. Look at the following example&lt;br /&gt;&lt;br /&gt;&lt;textarea cols="60" readonly="readonly" rows="7"&gt;&amp;lt;head&amp;gt; &amp;lt;style type="text/css"&amp;gt; hr {color:green;} p {margin-left:13px;} body {background-image:url("threelas.gif");} &amp;lt;/style&amp;gt; &amp;lt;/head&amp;gt; &lt;/textarea&gt; &lt;br /&gt;&lt;br /&gt;The third way can also be used by bloggers, but this way is less efficient. Because you have to write one after the css code for each element html. Look at the following example&lt;br /&gt;&lt;br /&gt;&lt;textarea cols="60" readonly="readonly" rows="3"&gt;&amp;lt;head&amp;gt; &amp;lt;p style="color:sienna;margin-left:20px"&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt; &lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;However, there is no harm if you use this. For in certain circumstances a third way is quite adequate.&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=r8t6AVe3qRw:AiCORLu4R-A:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=r8t6AVe3qRw:AiCORLu4R-A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=r8t6AVe3qRw:AiCORLu4R-A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=r8t6AVe3qRw:AiCORLu4R-A:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=r8t6AVe3qRw:AiCORLu4R-A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=r8t6AVe3qRw:AiCORLu4R-A:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/r8t6AVe3qRw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/120226003251626695/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/08/three-ways-inserting-css.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/120226003251626695" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/120226003251626695" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/r8t6AVe3qRw/three-ways-inserting-css.html" title="Three Ways Inserting CSS" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>2</thr:total><georss:featurename>Jalan Sindangkasih - Barokah, Cilegon, Indonesia</georss:featurename><georss:point>-6.007841 106.07523700000002</georss:point><georss:box>-6.0116245 106.06428250000002 -6.0040575 106.08619150000001</georss:box><feedburner:origLink>http://www.threelas.com/2011/08/three-ways-inserting-css.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8508954923570954753.post-1300513529569167282</id><published>2011-07-26T15:38:00.000+07:00</published><updated>2011-07-26T15:38:23.173+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS" /><title type="text">Knowing CSS</title><content type="html">&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s1600/css.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="css logo" border="0" height="320" src="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s320/css.JPG" width="122" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You must display your website or blog interesting. By using only the HTML result will not be interesting. Because HTML does not work to beautify your blog. Of course, you will need additional knowledge in order to blog or your website look attractive. That is CSS (Cascading Style Sheets). Yes, the CSS function to how to display HTML Elements&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;For example, of course you want your typeface of the text varies. Or your background blog (web) is full-color pull, can all be accomplished with a single CSS.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Writing the CSS code is also easy, CSS apply two main sections. The first is selector and the second is declaration. Selector is the name of the HTML element which you want to style. Meanwhile, the declaration consists of property and value. Each declaration may contain two or more properties (including the value).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;table border="1" style="margin-left: 0px; margin-right: 0px; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="color: #ffd966;"&gt;&lt;b&gt;selector&lt;/b&gt;&lt;/td&gt;&lt;td style="color: #f1c232;"&gt;&lt;b&gt;first declaration&lt;/b&gt;&lt;/td&gt;&lt;td style="color: #bf9000;"&gt;&lt;b&gt;second declaration&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;h &lt;/td&gt;&lt;td&gt;{color:black;&lt;/td&gt;&lt;td&gt;text-align:center;}&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;A CSS declaration always ends with a semicolon, and declaration groups are  surrounded by curly brackets. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;When you want to give style to HTML Elements, CSS provides convenience in your own specialized selector. The first one id selector, which serves specialized style to a single element. While the other is a class selector, the style serves to specialize in the element.&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=0Cz8cQrfyzs:0lP-mFjgKL4:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=0Cz8cQrfyzs:0lP-mFjgKL4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=0Cz8cQrfyzs:0lP-mFjgKL4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:KwTdNBX3Jqk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=0Cz8cQrfyzs:0lP-mFjgKL4:KwTdNBX3Jqk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?i=0Cz8cQrfyzs:0lP-mFjgKL4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ThreelasCSS?a=0Cz8cQrfyzs:0lP-mFjgKL4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ThreelasCSS?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ThreelasCSS/~4/0Cz8cQrfyzs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.threelas.com/feeds/1300513529569167282/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.threelas.com/2011/07/knowing-css.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/1300513529569167282" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8508954923570954753/posts/default/1300513529569167282" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThreelasCSS/~3/0Cz8cQrfyzs/knowing-css.html" title="Knowing CSS" /><author><name>Putri Arisnawati</name><uri>https://plus.google.com/116848700086198939777</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-ONBqAQI1dKc/AAAAAAAAAAI/AAAAAAAACPY/gSFuwZJwzbo/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-jb9G9F4V1jc/Ti558KERdaI/AAAAAAAAAJA/z_UdHpGa6nU/s72-c/css.JPG" height="72" width="72" /><thr:total>0</thr:total><georss:featurename>Jalan Sindangkasih - Barokah, Cilegon, Indonesia</georss:featurename><georss:point>-6.007841 106.07523700000002</georss:point><georss:box>-6.0116245 106.06428250000002 -6.0040575 106.08619150000001</georss:box><feedburner:origLink>http://www.threelas.com/2011/07/knowing-css.html</feedburner:origLink></entry></feed>
