no image 16

what is css ? how can i use it ? did i need to learn it to use ? what is the function of it?

asked by shreekrishna 6 months ago

flag

The Phil profile image

The Phil says

As defined by ThinkQuest, CSS stands for Cascading Style Sheets. It is "a standard for specifying the appearance of text and other elements. CSS was developed for use with HTML in Web pages but is also used in other situations".

In a nutshell, you use it to dynamically update elements of Web Pages. To keep it simple, while creating HTML pages, there are tags applied (ie. div, h1, h2, ul, li, etc); In your CSS, you can set properties such as background color, text color and font sizes, and whatever else you want. It allows you to update ALL of these properties in you HTML in ONE place easily.

Check out some tutorials @ http://www.w3schools.com/css

 |  (+3)
cym profile image 68

What is CSS? How can I use it? Do I need to learn it? What is the function of it?

This hub is an answer to the question 'What is CSS ? How can i use it ? Do i need to learn it to use ? What is the function of it?' This question was asked by someone in the category 'HTML & CSS'. Probably there are many people with the same questions. That's why I created this hub which should give a basic explaination about CSS. keep reading →

 |  (+1)
 |  0 comments

You can vote each answer up or down to show your support or disapproval. You cannot flag an answer, but if an answer receives enough down votes compared to up votes, then it will become hidden.

Ask A Question

working