<?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>choosak &#187; รวมเด็ดเคล็ดลับ CSS</title>
	<atom:link href="http://www.choosak.com/page-category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.choosak.com</link>
	<description>บล็อกเล็กๆ ของนายคิง (Small blog of King)</description>
	<lastBuildDate>Sat, 23 Oct 2010 05:13:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ความหมายของ css (Cascading Style Sheets)</title>
		<link>http://www.choosak.com/page-20/</link>
		<comments>http://www.choosak.com/page-20/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 02:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[รวมเด็ดเคล็ดลับ CSS]]></category>

		<guid isPermaLink="false">http://www.choosak.com/?p=20</guid>
		<description><![CDATA[เป็นภาษาสไตล์ชีตใช้ในการจัดรูปแบบของเอกสารที่เขียนในภาษามาร์กอัป CSS เป็นภาษาที่สำคัญตัวหนึ่งในการเขียนเว็บเพจ ซึ่งเขียนในภาษา HTML และ XHTML แต่ก็ยังสามารถประยุกต์ใช้กับใน XML ซึ่งรวมถึง SVG และ XUL ด้วย มาตรฐาน CSS นั้น สร้างโดยกลุ่ม World Wide Web Consortium (W3C)]]></description>
			<content:encoded><![CDATA[<p>แคสเคดดิงสไตล์ชีตส์ (อังกฤษ: Cascading Style Sheets: CSS) เป็นภาษาสไตล์ชีตใช้ในการจัดรูปแบบของเอกสารที่เขียนในภาษามาร์กอัป CSS เป็นภาษาที่สำคัญตัวหนึ่งในการเขียนเว็บเพจ ซึ่งเขียนในภาษา HTML และ XHTML แต่ก็ยังสามารถประยุกต์ใช้กับใน XML ซึ่งรวมถึง SVG และ XUL ด้วย มาตรฐาน CSS นั้น สร้างโดยกลุ่ม World Wide Web Consortium (W3C)</p>
<h3>ตัวอย่าง CSS</h3>
<p> <code>p {<br />
    font-family: "Garamond", serif;<br />
 }</p>
<p> h2 {<br />
    font-size: 110%;<br />
    color: red;<br />
    background: white;<br />
 }</p>
<p> .note {<br />
    color: red;<br />
    background: yellow;<br />
    font-weight: bold;<br />
 }</p>
<p> p#paragraph1 {<br />
    margin: 0;<br />
 }</p>
<p> a:hover {<br />
    text-decoration: none;<br />
 }</p>
<p> #news p {<br />
    color: blue;<br />
 }</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.choosak.com/page-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

