Discover The Best Sites For Learning Css

Discover The Best Sites For Learning Css

By:


Web design, as most of us have come to find out, can not be done by just anyone. Usually it takes a skilled designer which has experience in web design, html and CSS to learn HOW to do design. Thankfully for us common humans though, there exists some sites on-line which will help you learn CSS among other things such as ASP tutorial, and Jquery Tutorial.

Some parts of these design languages are pretty simple, some are harder. Take html for an example, its a pretty basic look at some of the most common sequences you can use on your websites:

Body Attributes:

Sets the background color, using name or hex value

Sets the text color, using name or hex value

Sets the color of links, using name or hex value

Sets the color of followed links, using name or hex value

Sets the color of links on click

Disallows text selection with the mouse and keyboard

For something a little more difficult like CSS (see below) you might actually need a tutorial!

A very simple example:
view source
01
02
03 P font-family:sans-serif; font-size:10pt
04 H1 font-family:serif; font-size:30pt
05 H2 font-family:serif; font-size:24pt
06 .red color:red
07 .green color:green
08 .blue color:blue
09
10

The tags and classes can then be utilized in combination:
view source
print?
1 This is rendered as 30-point red serif text.
view source

1 This is rendered as 10-point red sans-serif text.

It gets more complicated with ASP.NET that is why we should be thankful for all these sites which offer FREE tutorials like ASP tutorial and Jquery tutorial. These sites can ultimately be found everywhere on the net. But, I have a few of my favorites which I use on a weekly basis for all of my projects.

- W3Schools: Its an awesome site. They only have free information available. You can learn CSS and also there are Jquery tutorial options as well as ASP.NET tutorial, PHO and basic html. I also really like this website because they've an HTML previewer. Just place your coding into the box, press submit and it will show you what your rendered code looks like. I have tried quite a few previewers online, this is by far the most concise and the easiest to use. Plus, it's not just a previewer, if you make a mistake or need to add something; you could take a look at their tutorials found right on the site. Easy!

- CSS Zen Garden: Obviously its a great site to learn CSS. One of the cool things that makes CSS Zen garden unique from many other websites is which you can actually upload your files to showcase your work as well as you could download other people's files to see how they built the project. It is a great learning tool - learning by visuals.

- Web Monkey: This is a site I have been using for years, you probably have run into it as well. They just recently changed their design so it does look a little different. This site has both CSS cheat sheets and HTML cheat sheets. They even have a variety of how to's such as the ASP tutorial and even Jquery tutorial.

The point with all these websites is that youre not alone. Were not sending you out into the woods without the gear you need. You even have options when it comes to building programs and sites on-line with all these sites which offer tutorials.
Obviously you will need some sense of experience and knowledge to understand what they are saying and put it into action, but you can essentially know very little about all these types of programs and even codes, take a few courses online, and even end up learning more than you ever thought possible!


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 Software 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.