It Is Easy To Solve Problems With Css Tutorials

By:


Yes, I know, CSS is another thing to learn when it comes to writing webpages. However, it is one of the most useful things to learn if you would like to keep your websites looking sharp, and even glitch-free.

Why is that, you ask? Well it is simple. CSS, that stands for Cascading Style Sheets, is what has ironed out the kinks in the HTML formats 3.2 and beyond. Yes, the kinks. Particularly all those problems that involved tags, color and fonts. So, I am writing this CSS tutorial for you.
Learning to deal with CSS was not difficult for me, once I understood that it actually worked within the HTML structure, to fix those glitches. Honestly, it is as simple as writing HTML, or ASP.

Taking the time to understand exactly what youre doing and even what youre putting where is what I am here to help you do. CSS language or syntax is actually very, very simple, but a CSS tutorial is definitely a plus for you.

Using something called a selector; I would decide just what color I want to make a header. The coding style is a little different, but easy to remember, once it is been practiced a few times. Here are a couple of examples of what I mean.

p1 color: mauve; font-size 18 px;
h1 color:indigo; font-size 14 px;

Note that the brackets are curly, and even that the declarations (color:mauve or font-size14 px for example) have a value property, that is the first part and a value, that happens to be the second part of the declaration. Include a semi-colon at the end of each declaration.

You want to change the property in each declaration. So, if its color which is changing, type color. Font-size, or background-color, it is where you will do the change at for the specific need.

While I discovered that changing the pages on my websites was really going to be this easy, I literally jumped for joy. Please remember, there are several other things which must included too.

I should mention, if I've not by now, you may put one declaration on each line, and even you might just add comments as well, and even the browsers would ignore the comments. Adding comments will look like:
/*this is a comment*/
H

color:indigo; font-size 22 px;
/*this is a 2d comment*/
text-align:center; center;

Finding your way with the help of a CSS tutorial and succeed!


About the Author:
To know more about asp tutorial, learn css, asp.net tutorial, jquery tutorial logon to http://www.sitepoint.com



Article Originally Published On: http://www.articlesnatch.com


|

Loading...
Related....
Videos...

Recent Computers-and-Technology Articles

Comments

Still can't find what you are looking for? Search for it!

Loading

Copyright 2005-2011 ArticleSnatch, LLC - All Rights Reserved.
Privacy Policy | Terms of Service.