1.

Solve : CSS question?

Answer»

Is there really important to learn CSS if i want to be a web designer?
and is CSS hard to learn if I know HTML well?

thanks,
S_R_SQuote

Is there really important to learn CSS if i want to be a web designer?
Yes, it's quite important. But, look at it this way. Once you learn how to use CSS, it can save you a lot of time in making changes to a site, especially a site with many pages. With a large site, you can change font throughout the site by merely changing it in a CSS file, if you've used the font style in your CSS file INSTEAD of setting font on individual pages, i.e., by not using CSS. Does that make sense?

Well, here's a reference that EXPLAINS the benefits of CSS better than me: http://www.yourhtmlsource.com/stylesheets/introduction.html

Quote
CSS hard to learn if I know HTML well?
I can't say I'm an expert on CSS, but I think a simple answer is that it may be about the same difficulty to learn as learning HTML. And, yes, knowing HTML well will help.


Yes, you should learn css. You can do a lot more with css than html as FAR as styling, positioning, and dynamic content.CSS is very important and it is easy to learn. An excellent website to learn CSS is http://www.w3schools.com/. When you enter the website you will see that there are lots of other tutorials also.


Discussion

No Comment Found