<?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: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-8193408393413655718</id><updated>2011-08-04T08:46:47.561+08:00</updated><title type='text'>Css Content</title><subtitle type='html'>All About CSS</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://csscontent.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://csscontent.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>belajarweb</name><uri>http://www.blogger.com/profile/11159585430740649336</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8193408393413655718.post-1983110573436135408</id><published>2009-07-24T12:07:00.005+08:00</published><updated>2009-07-25T15:41:05.475+08:00</updated><title type='text'>How laying CSS</title><content type='html'>In general there are 3 ways to laying CSS code into the HTML that is:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;First: Inline stylesheet that is laying or property directly into the HTML tag that is between &amp;lt;body&amp;gt; ... ... &amp;lt;/ body&amp;gt;. example:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;p style="color:#ff0000"&amp;gt; Learning CSS &amp;lt;/ p&amp;gt;&lt;br /&gt;&amp;lt;/ body&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Second: Internal stylesheet element that is laying between CSS STYLE tag in the HEAD tag.&lt;br /&gt;example:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;p (color: # ff0000;)&lt;br /&gt;&amp;lt;/ style&amp;gt;&lt;br /&gt;&amp;lt;/ head&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Third: External stylesheet meletakannya that is outside the special HTML file, that is the way to save the file extensi. Css&lt;br /&gt;example: make the code as below and save the file with the name style.css&lt;br /&gt;&lt;blockquote&gt;p (color: # ff0000; font-size: 18px;)&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;If you want to display all the information that is in the style.css file into HTML, you must call the file with a type name to link to the LINK tag in the HEAD tag.&lt;br /&gt;example:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;link href="style.css" type="text/css" rel="stylesheet"/&amp;gt;&lt;br /&gt;&amp;lt;/ head&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;Among the three ways described above, in general, Web Depelover more ways to use 3 because the file management easier.&lt;br /&gt;Well, think about as it is and understanding how to create CSS (the author). But for those who like a smart and experienced about CSS, it may have another, I also do not know lho ... (the author is still learning as well) because the language may be different but means the same aja kok.&lt;br /&gt;You Agree?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8193408393413655718-1983110573436135408?l=csscontent.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://csscontent.blogspot.com/feeds/1983110573436135408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://csscontent.blogspot.com/2009/07/how-laying-css.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/1983110573436135408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/1983110573436135408'/><link rel='alternate' type='text/html' href='http://csscontent.blogspot.com/2009/07/how-laying-css.html' title='How laying CSS'/><author><name>belajarweb</name><uri>http://www.blogger.com/profile/11159585430740649336</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8193408393413655718.post-1018620957143632610</id><published>2009-07-23T12:30:00.001+08:00</published><updated>2009-07-25T15:42:49.754+08:00</updated><title type='text'>Understanding of CSS</title><content type='html'>CSS stands for Cascading Style Sheet.&lt;br /&gt;CSS is a style specific to format HTML pages to be more interesting that can not be done by the HTML tags only.&lt;br /&gt;CSS is in the standardization by W3C, so it can run well on all browsers.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;CSS Advantages:&lt;br /&gt;&lt;br /&gt;    1. With CSS, you will be able to shorten the time you work to create a Web page.&lt;br /&gt;    2. HTML file size will be smaller, because the CSS file is located outside of HTML (if using external stylesheet).&lt;br /&gt;&lt;br /&gt;The weakness of the CSS&lt;br /&gt;Not all browsers interpret CSS code in the same way. So sometimes, the web with CSS looks good in one browser, but disordered in the other browser. So you have to check the view that all visible in both the browser and add code-browser-specific code if a specific need to view your web looks good in all browsers.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8193408393413655718-1018620957143632610?l=csscontent.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://csscontent.blogspot.com/feeds/1018620957143632610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://csscontent.blogspot.com/2009/07/understanding-of-css.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/1018620957143632610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/1018620957143632610'/><link rel='alternate' type='text/html' href='http://csscontent.blogspot.com/2009/07/understanding-of-css.html' title='Understanding of CSS'/><author><name>belajarweb</name><uri>http://www.blogger.com/profile/11159585430740649336</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8193408393413655718.post-4113712203012615318</id><published>2009-07-23T12:21:00.001+08:00</published><updated>2009-07-25T15:45:22.018+08:00</updated><title type='text'>Introduction about CSS</title><content type='html'>For those of you who want to study the Web as a Web Designer, the CSS is a must.&lt;br /&gt;Without CSS, Web Designer will be a difficulty in designing a web page, let alone the number of pages that are made to reach 10 pages or more.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Imagine how much time you will need to create a background color the same on every web page?. But if you study the CSS, it is very short time needed to make the background color the same in every web page you. Simply Edit to only one file will result in changes in all the web pages.&lt;br /&gt;This is a time investment for you if you are able to master CSS well.&lt;br /&gt;&lt;br /&gt;Before you want to learn more about CSS, it is recommended that you learn HTML / XHTML first so you understand what I submit further, because you will find a lot of code in the HTML code to learn CSS.&lt;br /&gt;&lt;br /&gt;Happy Testing ... so ....!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8193408393413655718-4113712203012615318?l=csscontent.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://csscontent.blogspot.com/feeds/4113712203012615318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://csscontent.blogspot.com/2009/07/introduction-about-css.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/4113712203012615318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8193408393413655718/posts/default/4113712203012615318'/><link rel='alternate' type='text/html' href='http://csscontent.blogspot.com/2009/07/introduction-about-css.html' title='Introduction about CSS'/><author><name>belajarweb</name><uri>http://www.blogger.com/profile/11159585430740649336</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
