Learning CSS Part 1


I’ve talked about CSS (cascading style sheets) before in my post about changing the text color in your WordPress blog.

Today I want to introduce you to a great resource for learning CSS and what it’s all about (I’ll be posting more CSS resources in the next couple of days). This tutorials covers all the basics so it’s perfect for anyone just starting out. All you need to know is a little bit of html, as css works with your html documents controlling the design elements.

As I’ve mentioned before, HTML is the content of your website whereas CSS is the presentation of your website.

CSS tutorial by w3schools.com

This is a great place to start learning CSS. This step-by-step tutorial will:

  • walk you through how CCS works
  • define and demonstrate syntax, grouping, selectors, etc
  • show you how to insert a sylesheet into your html document
  • provide you with plenty of examples on working with backgrounds, colors, fonts, tables, lists … the list goes on

There’s also a quiz you can take after finishing up the tutorial to test your CSS skills and make sure you understand everything. And once you’re done, don’t forget to bookmark the CSS Reference for future use.

So if you’re ready to start learning CSS today click and get started!

Learning CSS

,

Leave a Reply

Your email address will not be published. Required fields are marked *