Thursday, January 26, 2012

Fun with CSS

Using CSS Style for Internal and External Elements

It is a good thing you are interested in learning CSS, or cascading style sheet web design for beginners! You might have some fun with all the various CSS styles if employed correctly .

This is why it's called “cascading” - the basis of style designing for pages. Let's point out that you have a CSS External Style Sheet that sets the design for the entire website. On one page particularly you include some innovative components plus some inline css which is different from what you have specified within your external style sheet.

The whole thing will “cascade” or fall into place. It will initially work with any inline code, then it will look for the internal code inside your pages head after which it's going to use any external style sheet listed. If you have used inline code to modify the color and font of a single particular paragraph, the remaining sentences as well as other components is still based on the external style sheet.

They play collectively very well, as they say. Just take some time to learn how to use CSS and your websites (especially blogs) will shine in the eyes of your visitors - or clients!

0 comments:

Post a Comment