<?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-6351404204234440938</id><updated>2011-11-27T15:32:22.798-08:00</updated><title type='text'>All about CSS (Cascading Style Sheets)</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-6820505764087740688</id><published>2008-09-12T08:26:00.000-07:00</published><updated>2008-09-12T08:40:35.873-07:00</updated><title type='text'>Example code using the STYLE element/tag</title><content type='html'>This method applies to embedded style sheets.&lt;br /&gt;&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;&lt;STYLE type=“text/css”&gt;&lt;br /&gt; …&lt;br /&gt; selector{property:value;selector:value; ..}&lt;br /&gt; ….&lt;br /&gt;&lt;/STYLE&gt;&lt;br /&gt;Other types are: e.g. XSL, etc.&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt; &lt;STYLE type=“text/css”&gt;&lt;br /&gt;   body{color:red; background-color:blue;}&lt;br /&gt;   h1{font-size:36px;color:brown;background-color:yellow;}&lt;br /&gt;   h2{font-size:26px;color:green;background-color:orange;}&lt;br /&gt; &lt;/STYLE&gt;&lt;br /&gt;&lt;br /&gt;Take a look at this HTML sample:&lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-6820505764087740688?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/6820505764087740688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=6820505764087740688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6820505764087740688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6820505764087740688'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-elementtag.html' title='Example code using the STYLE element/tag'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-194083022168636719</id><published>2008-09-12T08:24:00.001-07:00</published><updated>2008-09-12T08:42:00.302-07:00</updated><title type='text'>Example code using the ‘STYLE=’  attribute</title><content type='html'>&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;More examples:&lt;br /&gt;&lt;P style="padding-top:100px; padding-left:100px"&gt;&lt;br /&gt; THIS TEXT HAS PADDING AT TOP &amp; LEFT&lt;br /&gt;&lt;/P&gt;&lt;br /&gt;&lt;br /&gt;[&lt;P style=" display:none;"&gt;THIS TEXT HAS display=none&lt;/P&gt;]&lt;br /&gt;&lt;P style=" display: block;"&gt;THIS TEXT HAS display=block&lt;/P&gt;&lt;br /&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-194083022168636719?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/194083022168636719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=194083022168636719' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/194083022168636719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/194083022168636719'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-attribute_4722.html' title='Example code using the ‘STYLE=’  attribute'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-9038863096737048856</id><published>2008-09-12T08:24:00.000-07:00</published><updated>2008-09-12T08:42:07.380-07:00</updated><title type='text'>Example code using the ‘STYLE=’  attribute</title><content type='html'>&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;More examples:&lt;br /&gt;&lt;P style="padding-top:100px; padding-left:100px"&gt;&lt;br /&gt; THIS TEXT HAS PADDING AT TOP &amp; LEFT&lt;br /&gt;&lt;/P&gt;&lt;br /&gt;&lt;br /&gt;[&lt;P style=" display:none;"&gt;THIS TEXT HAS display=none&lt;/P&gt;]&lt;br /&gt;&lt;P style=" display: block;"&gt;THIS TEXT HAS display=block&lt;/P&gt;&lt;br /&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-9038863096737048856?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/9038863096737048856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=9038863096737048856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/9038863096737048856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/9038863096737048856'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-attribute_4741.html' title='Example code using the ‘STYLE=’  attribute'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-852395944741216494</id><published>2008-09-12T08:23:00.004-07:00</published><updated>2008-09-12T08:42:37.397-07:00</updated><title type='text'>Example code using the ‘STYLE=’  attribute</title><content type='html'>Using style= attribute in many html elements is a common practice.&lt;br /&gt;This method applies to all elements except the following:&lt;br /&gt; HTML, HEAD, TITLE, META, SCRIPT, STYLE.&lt;br /&gt;&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;Examples:&lt;br /&gt; &lt;P style=“font-weight:bold”&gt;&lt;br /&gt;  Hey diddle diddle, the cat and the fiddle&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:right; color:brown;"&gt;&lt;br /&gt; THIS PARAGRAPH IS RIGHT ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:center; color:gray;"&gt;&lt;br /&gt; THIS PARAGRAPH IS CENTER ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:left; color:blue;"&gt;&lt;br /&gt; THIS PARAGRAPH IS LEFT ALIGNED&lt;br /&gt; &lt;/P&gt; &lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-852395944741216494?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/852395944741216494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=852395944741216494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/852395944741216494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/852395944741216494'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-attribute_2379.html' title='Example code using the ‘STYLE=’  attribute'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-261458556432916604</id><published>2008-09-12T08:23:00.003-07:00</published><updated>2008-09-12T08:43:18.528-07:00</updated><title type='text'>Example code using the ‘STYLE=’  attribute</title><content type='html'>Using style= attribute in many html elements is a common practice.&lt;br /&gt;This method applies to all elements except the following:&lt;br /&gt; HTML, HEAD, TITLE, META, SCRIPT, STYLE.&lt;br /&gt;&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;Examples:&lt;br /&gt; &lt;P style=“font-weight:bold”&gt;&lt;br /&gt;  Hey diddle diddle, the cat and the fiddle&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:right; color:brown;"&gt;&lt;br /&gt; THIS PARAGRAPH IS RIGHT ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:center; color:gray;"&gt;&lt;br /&gt; THIS PARAGRAPH IS CENTER ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:left; color:blue;"&gt;&lt;br /&gt; THIS PARAGRAPH IS LEFT ALIGNED&lt;br /&gt; &lt;/P&gt; &lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-261458556432916604?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/261458556432916604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=261458556432916604' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/261458556432916604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/261458556432916604'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-attribute_12.html' title='Example code using the ‘STYLE=’  attribute'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-3604343459117433768</id><published>2008-09-12T08:23:00.002-07:00</published><updated>2008-09-12T08:43:26.197-07:00</updated><title type='text'>Example code using the ‘STYLE=’  attribute</title><content type='html'>Using style= attribute in many html elements is a common practice.&lt;br /&gt;This method applies to all elements except the following:&lt;br /&gt; HTML, HEAD, TITLE, META, SCRIPT, STYLE.&lt;br /&gt;&lt;textarea rows="15" cols="40"&gt;&lt;br /&gt;Examples:&lt;br /&gt; &lt;P style=“font-weight:bold”&gt;&lt;br /&gt;  Hey diddle diddle, the cat and the fiddle&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:right; color:brown;"&gt;&lt;br /&gt; THIS PARAGRAPH IS RIGHT ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:center; color:gray;"&gt;&lt;br /&gt; THIS PARAGRAPH IS CENTER ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:left; color:blue;"&gt;&lt;br /&gt; THIS PARAGRAPH IS LEFT ALIGNED&lt;br /&gt; &lt;/P&gt; &lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-3604343459117433768?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/3604343459117433768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=3604343459117433768' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/3604343459117433768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/3604343459117433768'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/example-code-using-style-attribute.html' title='Example code using the ‘STYLE=’  attribute'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-5715232704370924184</id><published>2008-09-12T08:23:00.001-07:00</published><updated>2008-09-12T08:23:52.264-07:00</updated><title type='text'></title><content type='html'>Using style= attribute in many html elements is a common practice.&lt;br /&gt;This method applies to all elements except the following:&lt;br /&gt; HTML, HEAD, TITLE, META, SCRIPT, STYLE.&lt;br /&gt;&lt;textarea&gt;&lt;br /&gt;Examples:&lt;br /&gt; &lt;P style=“font-weight:bold”&gt;&lt;br /&gt;  Hey diddle diddle, the cat and the fiddle&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:right; color:brown;"&gt;&lt;br /&gt; THIS PARAGRAPH IS RIGHT ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:center; color:gray;"&gt;&lt;br /&gt; THIS PARAGRAPH IS CENTER ALIGNED&lt;br /&gt; &lt;/P&gt;&lt;br /&gt; &lt;P style="text-align:left; color:blue;"&gt;&lt;br /&gt; THIS PARAGRAPH IS LEFT ALIGNED&lt;br /&gt; &lt;/P&gt; &lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-5715232704370924184?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/5715232704370924184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=5715232704370924184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/5715232704370924184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/5715232704370924184'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/using-style-attribute-in-many-html.html' title=''/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-3385696566543959676</id><published>2008-09-12T08:21:00.002-07:00</published><updated>2008-09-12T08:22:45.768-07:00</updated><title type='text'>STYLE SHEETS – Methods</title><content type='html'>How to contain styles/style sheets in HTML documents.&lt;br /&gt;There are THREE popular methods:&lt;br /&gt;Using STYLE= attribute in certain HTML elements/tags. (a.k.a. inline styles).&lt;br /&gt;Using STYLE element/tag in a HTML document. (a.k.a. embedded styles).&lt;br /&gt;External styles: Which provides three ways.&lt;br /&gt;Using LINK element/tag to link to an external cascading style sheets.&lt;br /&gt;Using @import to import an external style sheet.&lt;br /&gt;Using CLASS attribute in certain HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-3385696566543959676?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/3385696566543959676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=3385696566543959676' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/3385696566543959676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/3385696566543959676'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/style-sheets-methods.html' title='STYLE SHEETS – Methods'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-7506266520027360071</id><published>2008-09-12T08:21:00.001-07:00</published><updated>2008-09-12T08:21:38.985-07:00</updated><title type='text'>Style sheets – Benefits</title><content type='html'>Speed.&lt;br /&gt; Initial page may load slowly, but later pages will load fast;&lt;br /&gt; because the style sheets are being transferred along with the initial page, but later pages re-use those style sheets.&lt;br /&gt;Maintainability.&lt;br /&gt; Maintenance time is reduced and errors are also reduced.&lt;br /&gt; Change in one style sheet is reflected all around the pages.&lt;br /&gt;Accessibility.&lt;br /&gt; Pages that use style sheets are easier to tweak in different web browsers (IE, Netscape, FireFox, etc.)&lt;br /&gt;Customization.&lt;br /&gt; Web authors may offer multiple style sheets for the same web content.&lt;br /&gt;Consistency.&lt;br /&gt; Web authors remain consistent (unbothered) by styling or layout issues and stick themselves to tasks of content design.&lt;br /&gt;Portability.&lt;br /&gt; A document can easily be re-purposed or re-used for an entirely different presentation by just applying a new style sheet already available for the new environment but consistent to the web page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-7506266520027360071?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/7506266520027360071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=7506266520027360071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/7506266520027360071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/7506266520027360071'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/style-sheets-benefits.html' title='Style sheets – Benefits'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-8693698350581593118</id><published>2008-09-12T08:20:00.003-07:00</published><updated>2008-09-12T08:20:59.507-07:00</updated><title type='text'>The content vs. presentation separation</title><content type='html'>Style sheets act as a separation between web page content and its presentation.&lt;br /&gt; A web author has to write web page semantic content as well as the visual layout of the web page.&lt;br /&gt;&lt;br /&gt; Every web page has a different content, however the visual layout of all web pages may be same or similar.&lt;br /&gt;&lt;br /&gt; Style sheets provide us the means of preventing the need of re-work on the authoring of visual layout.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-8693698350581593118?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/8693698350581593118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=8693698350581593118' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8693698350581593118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8693698350581593118'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/content-vs-presentation-separation.html' title='The content vs. presentation separation'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-8345330411361147595</id><published>2008-09-12T08:20:00.001-07:00</published><updated>2008-09-12T08:20:28.161-07:00</updated><title type='text'>STYLE SHEETS – An Introduction</title><content type='html'>Styles need additional HTML coding.&lt;br /&gt; This becomes tedious when developers decide to follow same or similar styles in each of  their subsequent web page development efforts.&lt;br /&gt; So instead of re-writing style specific HTML each time a new web page is being authored, there must be a way to re-use prior style authored efforts.&lt;br /&gt; Style sheets provide such support.&lt;br /&gt; “A style sheet is a web page layout setting method added to HTML via a W3C enhancement.”&lt;br /&gt; “It gives web developers more control over their design and content management.”&lt;br /&gt;&lt;br /&gt; We shall now venture as to the study of style sheets.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-8345330411361147595?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/8345330411361147595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=8345330411361147595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8345330411361147595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8345330411361147595'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/style-sheets-introduction.html' title='STYLE SHEETS – An Introduction'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-6338034636776127117</id><published>2008-09-12T08:19:00.001-07:00</published><updated>2008-09-12T08:19:57.993-07:00</updated><title type='text'>Some MISC..</title><content type='html'>Style Name Example/Options   &lt;br /&gt;Display  {display:block | none;}&lt;br /&gt;Whitespace {whitespace:pre|normal;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-6338034636776127117?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/6338034636776127117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=6338034636776127117' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6338034636776127117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6338034636776127117'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/some-misc.html' title='Some MISC..'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-910893524884334341</id><published>2008-09-12T08:18:00.001-07:00</published><updated>2008-09-12T08:18:52.729-07:00</updated><title type='text'>Scrollbar Modifications</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;scrollbar-3dlight-color { scrollbar-3dlight-color : vColor } &lt;br /&gt;scrollbar-shadow-color { scrollbar-shadow-color : vColor } &lt;br /&gt;scrollbar-arrow-color { scrollbar-arrow-color : vColor } &lt;br /&gt;scrollbar-base-color { scrollbar-base-color : vColor } &lt;br /&gt;scrollbar-darkshadow-color { scrollbar-darkshadow-color : vColor } &lt;br /&gt;scrollbar-face-color { scrollbar-face-color : vColor } &lt;br /&gt;scrollbar-highlight-color { scrollbar-highlight-color : vColor } &lt;br /&gt;&lt;br /&gt;Styles apply to HTML BODY element.&lt;br /&gt;&lt;br /&gt;Let us take a look at another sample HTML.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-910893524884334341?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/910893524884334341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=910893524884334341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/910893524884334341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/910893524884334341'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/scrollbar-modifications.html' title='Scrollbar Modifications'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-114606824141249914</id><published>2008-09-12T08:17:00.002-07:00</published><updated>2008-09-12T08:18:16.869-07:00</updated><title type='text'>Borders</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Top Border Width {top-border-width:thin inset;}&lt;br /&gt;Right Border Width  {right-border-width:thick outset;}&lt;br /&gt;Bottom Border Width {bottom-border-width:thin inset;}&lt;br /&gt;Left Border Width  {left-border-width:thick inset;}&lt;br /&gt;Border Width  {border-width:2px;}&lt;br /&gt;Border Color   {border-color:#FF0000;}&lt;br /&gt;Border Style  {border-style:dashed;}&lt;br /&gt;Top Border   {top-border:2 thin red;}&lt;br /&gt;Right Border   {right-border:2 thin red;}&lt;br /&gt;Bottom Border   {bottom-border:2 thin red;}&lt;br /&gt;Left Border   {left-border:2 thin red;}&lt;br /&gt;Border   {border:2 thin red;}&lt;br /&gt;&lt;br /&gt;General style: [ none | dotted | dashed | solid | double | groove | ridge | inset | outset ]&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-114606824141249914?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/114606824141249914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=114606824141249914' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/114606824141249914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/114606824141249914'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/borders.html' title='Borders'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-6701939319578827443</id><published>2008-09-12T08:17:00.001-07:00</published><updated>2008-09-12T08:17:53.518-07:00</updated><title type='text'>Paddings</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Top Padding   {top-padding:10px;}&lt;br /&gt;Right Padding   {right-padding:10px;}&lt;br /&gt;Bottom Padding   {bottom-padding:10px;}&lt;br /&gt;Left Padding   {left-padding:10px;}&lt;br /&gt;Padding   {padding:10px;}&lt;br /&gt;&lt;br /&gt;General style:  &lt;length&gt; | &lt;percentage&gt;&lt;br /&gt;&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-6701939319578827443?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/6701939319578827443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=6701939319578827443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6701939319578827443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/6701939319578827443'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/paddings.html' title='Paddings'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-8969773590740706163</id><published>2008-09-12T08:16:00.000-07:00</published><updated>2008-09-12T08:17:21.651-07:00</updated><title type='text'>Margins</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Top Margin   {top-margin:10px}&lt;br /&gt;Right Margin   {right-margin:10px}&lt;br /&gt;Bottom Margin   {bottom-margin:10px}&lt;br /&gt;Left Margin   {left-margin:10px}&lt;br /&gt;Margin   { margin: 2em 4em } &lt;br /&gt;General style:  &lt;length&gt; | &lt;percentage&gt; | auto&lt;br /&gt;&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-8969773590740706163?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/8969773590740706163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=8969773590740706163' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8969773590740706163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8969773590740706163'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/margins.html' title='Margins'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-472189640347548756</id><published>2008-09-12T08:15:00.002-07:00</published><updated>2008-09-12T08:16:32.107-07:00</updated><title type='text'>Color &amp; Background Styles</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Color   {color: black;}&lt;br /&gt;Background Color {background-color:red;}&lt;br /&gt;Background Image { background-image: url(http://www.htmlhelp.com/bg.png) }&lt;br /&gt;Background Repeat {background-repeat:repeat|repeat-x|repeat-y|no-repeat;}&lt;br /&gt;Background Attachment {background-attachment:scroll|fixed}&lt;br /&gt;Background Position  {background-position:op|center|bottom]||[left|center|right;}&lt;br /&gt;Background  { background: white url(candybar.gif);}&lt;br /&gt;&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-472189640347548756?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/472189640347548756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=472189640347548756' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/472189640347548756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/472189640347548756'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/color-background-styles_1118.html' title='Color &amp; Background Styles'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-8659961749787717982</id><published>2008-09-12T08:15:00.001-07:00</published><updated>2008-09-12T08:15:21.674-07:00</updated><title type='text'>Font Styles</title><content type='html'>Style Name Example/Options   &lt;br /&gt;Font Family  {font-family: sans-serif;}&lt;br /&gt;Font Style  {font-style: normal | italic | oblique;}&lt;br /&gt;Font Varient  {font-variant:normal | SMALL-CAPS;}&lt;br /&gt;Font Weight  {font-weight: normal | bold | bolder | lighter | 100 | 200 | 300 |       400 | 500 | 600 | 700 | 800 | 900;}&lt;br /&gt;Font Size  {font-size:&lt;absolute-size&gt;|&lt;length&gt;|&lt;percentage&gt;;}&lt;br /&gt;&lt;br /&gt;OR just&lt;br /&gt;Font  {font:[ &lt;font-style&gt;||&lt;font-variant&gt;||&lt;font-weight&gt;]? &lt;font-size&gt;[/&lt;line-height&gt; ]?   &lt;font-family&gt;;} &lt;br /&gt;   e.g. {font:  italic bold 12pt/14pt Times, serif ;}&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-8659961749787717982?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/8659961749787717982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=8659961749787717982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8659961749787717982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/8659961749787717982'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/font-styles_12.html' title='Font Styles'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-1552197978482829037</id><published>2008-09-12T08:14:00.003-07:00</published><updated>2008-09-12T08:14:54.068-07:00</updated><title type='text'>Color &amp; Background Styles</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Color   {color: black;}&lt;br /&gt;Background Color {background-color:red;}&lt;br /&gt;Background Image { background-image: url(http://www.htmlhelp.com/bg.png) }&lt;br /&gt;Background Repeat {background-repeat:repeat|repeat-x|repeat-y|no-repeat;}&lt;br /&gt;Background Attachment {background-attachment:scroll|fixed}&lt;br /&gt;Background Position  {background-position:op|center|bottom]||[left|center|right;}&lt;br /&gt;Background  { background: white url(candybar.gif);}&lt;br /&gt;&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-1552197978482829037?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/1552197978482829037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=1552197978482829037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/1552197978482829037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/1552197978482829037'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/color-background-styles_12.html' title='Color &amp; Background Styles'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-2567667880850409357</id><published>2008-09-12T08:14:00.001-07:00</published><updated>2008-09-12T08:14:48.593-07:00</updated><title type='text'>Color &amp; Background Styles</title><content type='html'>Style Name  Example/Options   &lt;br /&gt;Color   {color: black;}&lt;br /&gt;Background Color {background-color:red;}&lt;br /&gt;Background Image { background-image: url(http://www.htmlhelp.com/bg.png) }&lt;br /&gt;Background Repeat {background-repeat:repeat|repeat-x|repeat-y|no-repeat;}&lt;br /&gt;Background Attachment {background-attachment:scroll|fixed}&lt;br /&gt;Background Position  {background-position:op|center|bottom]||[left|center|right;}&lt;br /&gt;Background  { background: white url(candybar.gif);}&lt;br /&gt;&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-2567667880850409357?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/2567667880850409357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=2567667880850409357' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/2567667880850409357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/2567667880850409357'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/color-background-styles.html' title='Color &amp; Background Styles'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-605156323236512513</id><published>2008-09-12T08:13:00.001-07:00</published><updated>2008-09-12T08:13:52.026-07:00</updated><title type='text'>Font Styles</title><content type='html'>Style Name Example/Options   &lt;br /&gt;Font Family  {font-family: sans-serif;}&lt;br /&gt;Font Style  {font-style: normal | italic | oblique;}&lt;br /&gt;Font Varient  {font-variant:normal | SMALL-CAPS;}&lt;br /&gt;Font Weight  {font-weight: normal | bold | bolder | lighter | 100 | 200 | 300 |       400 | 500 | 600 | 700 | 800 | 900;}&lt;br /&gt;Font Size  {font-size:&lt;absolute-size&gt;|&lt;length&gt;|&lt;percentage&gt;;}&lt;br /&gt;&lt;br /&gt;OR just&lt;br /&gt;Font  {font:[ &lt;font-style&gt;||&lt;font-variant&gt;||&lt;font-weight&gt;]? &lt;font-size&gt;[/&lt;line-height&gt; ]?   &lt;font-family&gt;;} &lt;br /&gt;   e.g. {font:  italic bold 12pt/14pt Times, serif ;}&lt;br /&gt;Styles apply to all HTML elements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-605156323236512513?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/605156323236512513/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=605156323236512513' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/605156323236512513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/605156323236512513'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/font-styles.html' title='Font Styles'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6351404204234440938.post-4347820284999579296</id><published>2008-09-12T08:08:00.000-07:00</published><updated>2008-09-12T08:12:48.669-07:00</updated><title type='text'>STYLES – An Introduction</title><content type='html'>WHAT IS A STYLE?&lt;br /&gt; A way to make layout of a web page and its contents more presentable.&lt;br /&gt; Just like people adopt fashion or develop styles in their habits.&lt;br /&gt; e.g. &lt;br /&gt; Batting style, bowling style, driving style, etc.&lt;br /&gt; In web pages:&lt;br /&gt;  You select to render heading text in red color.&lt;br /&gt;  You select to render background of a heading in blue color.&lt;br /&gt;  You select to render heading text in sans serif font.&lt;br /&gt;  etc.&lt;br /&gt; Load this HTML to view how we set heading styles.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; Styles are not just limited to headings; there are other HTML elements where styles may be applied.&lt;br /&gt; Let us take a look at the styles and elements where they apply &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6351404204234440938-4347820284999579296?l=learnercss.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learnercss.blogspot.com/feeds/4347820284999579296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6351404204234440938&amp;postID=4347820284999579296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/4347820284999579296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6351404204234440938/posts/default/4347820284999579296'/><link rel='alternate' type='text/html' href='http://learnercss.blogspot.com/2008/09/styles-introduction.html' title='STYLES – An Introduction'/><author><name>Ozair Khan</name><uri>http://www.blogger.com/profile/14304276102987375465</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_4_j79yPJGTo/SQMsOAeZc4I/AAAAAAAAAKQ/X0zSEyvY_vY/S220/Copy+of+Copy+of+clip_image002.jpg'/></author><thr:total>0</thr:total></entry></feed>
