⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

Q&A: css………?

Posted on

Question by Emma icon smile Q&A: css.........? : css………?
Can anyone suggest any good sites or books that will help me learn CSS?

Also, how much HTML knowledge do you need? I’m pretty good, but not advanced.

Best answer:

Answer by Mohamed
http://www.w3schools.com/
and use google.com to search css tutorial.

What do you think? Answer below!

Share and Enjoy:
  • printfriendly Q&A: css.........?
  • digg Q&A: css.........?
  • delicious Q&A: css.........?
  • facebook Q&A: css.........?
  • yahoobuzz Q&A: css.........?
  • twitter Q&A: css.........?
  • googlebookmark Q&A: css.........?
  • email link Q&A: css.........?
  • linkedin Q&A: css.........?
  • live Q&A: css.........?
  • myspace Q&A: css.........?
  • pdf Q&A: css.........?
  • plurk Q&A: css.........?
  • slashdot Q&A: css.........?
  • technorati Q&A: css.........?
  • tumblr Q&A: css.........?
  • hackernews Q&A: css.........?

Tags:


  • srikanth r

    Hai! My dear friend try this link http://www.w3schools.com/css/default.asp you will be become the updated css learner

  • newton3010

    Cascading Style Sheet
    its a file that goes along with web development that holds diffrest style settings. a style of HEADING may have bold font with a certain font type and size on it. and instead of having to format all the text manually on a page you can use the styles available in the sheet to automate the display of text…

    for example i could add a mytext

    id have to put that around all my text or i could use the style sheet.
    mytext

    you will need a little to use it depending on the program,
    a freen web page editor i always use is HTML kit from chami.com

  • Ðêù§
  • J. L. C.

    Try these sites. I find the best information on the web.

    thescripts.com
    http://www.w3.org/Style/CSS/
    http://www.htmlgoodies.com

    Always validate your html/xhtml/css via the w3c.org validators.

    You should start learning about xhtml and focus on using css in place of using html tables. css renders faster than tables and gives more control over your site design.

    Good luck.

    http://www.bludogwebstudio.com

  • AASH

    If you want me teach you This don’t take more that 2 hour …

    And this offer just for you my dear.

  • glynn.alexander

    i found this book very handy

    teach yourself css in 10 minutes by russ weakley

    also, have a look here
    http://www.vordweb.co.uk/css/css-guide.htm

    with reguards to html knowledge, you will also need knowledge of at the very least ‘div’ tags http://www.htmldog.com/guides/htmlintermediate/spandiv/

  • jtlyr

    There are three books that I consider essential if you want to learn good, standards-compliant CSS:

    Designing with Web Standards by Jeffrey Zeldman

    Web Standards Solutions by Dan Cederholm

    Eric Meyer on CSS by Eric A. Meyer

    These books are so well known and respected in the Web design community that they are sometimes referred to by their color rather than title. You can buy them used on Amazon for a fraction of the retail price.

    Each of those authors has a Web site with further information on CSS, but the single best online resource for studying CSS is the CSS Zen Garden: http://www.csszengarden.com The examples there will show you how much can be done with CSS – each example uses the same HTML file, but a different CSS file.

    Good luck! Learning CSS is definitely worth it.