CSS stands for Cascading Style Sheets. It is a stylesheet language that acts as the presentation layer for markup languages such as HTML and XHTML. The presence of CSS allows us to separate the layout component from the information component. In essence, the HTML document becomes the information component, while the CSS Style Sheet becomes the layout component.
CSS used to be something that only a webmaster would need to learn. With the advent of blogs, however, CSS is fast becoming a computer language that reaches the masses. Whether you downloaded your own blog software or you are using one of the blog service providers such as Blogger and Wordpress, chances are good that you'll need to modify the CSS stylesheet at least a little bit if you want to give your blog a personal touch, and this tutorial is the ideal place to learn CSS.
This tutorial is organized into three main sections:
- Basic Concepts: Basic concepts of CSS, including the syntax, how CSS is applied, the concepts of cascadeand inheritance, class vs id selectors, and div vs span selectors.
- Properties: Commonly-used CSS properties are introduced.
- CSS Codes: A single-sheet reference for all CSS properties.
By the end of this tutorial, you should understand the basic concepts of CSS, as well as using common CSS properties to style your HTML code. Whether you are a seasoned webmaster or a novice blogger trying to modify the layout of your blog, you'll for sure find this a useful site for you.
Tweet
0 comments:
Post a Comment