Sublime directory Surf the web anonymous Pagerank Monitor


Cascade Style Sheet Basics

Prindle21
Wed 2 July 2008, 10:11 am GMT +0200
There are only three parts to Cascade Style Sheets (CSS), and once website design services will make understand what they are and how to use them, CSS becomes very easy and exciting to use. One of the best parts of CSS is that you can create an external Cascade Style Sheet which you can use for all web pages on your website. You can also have one CSS for all of your articles and a different one for all of your press releases. Making one change in your CSS, you are able to effect changes to a few web pages or to hundreds of web pages without ever touching any of the different web pages themselves.

Selector { property: value }
The first part is the selector. In techie terms, a selector is the (x) HTML element that you want to style. Now what does this really mean to the person who doesn't know about (x) html code and really doesn't want to learn it, but does want to make changes to their own websites. Absolutely nothing, right? It just went over your head and now you are at a loss. Well, let me show you what some of the most common selectors are, and I know that you will begin to feel more comfortable with selectors.

The first selector that you come across in all web pages is the body, next might be h1, or the p. In (x)html the code is going to look like this:

< body> your web page content goes here< /body>: or, < h1> Your headline text goes here< /h1> ; or, < p> your paragraph text goes here< /p> .

Nikolas
Wed 2 July 2008, 10:56 am GMT +0200
Hey Prindle you may use a link in your signature, but this forum is not ezine articles.....

olaf
Wed 2 July 2008, 03:55 pm GMT +0200
Nick, this is just a another way to spam our forum ;)

danica
Thu 25 September 2008, 02:40 pm GMT +0200
CSS can be used locally by the readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).
<< spam >>

designer
Fri 26 September 2008, 09:35 am GMT +0200
Ahhhh too many spams lately.... Don't you think?

Nikolas
Sun 28 September 2008, 10:45 am GMT +0200
Yeah that's true designer. I guess as a forum grows spam grows too. Anyway in some time I am going to write a few more scripts for that ;)

simrita
Sun 28 September 2008, 12:57 pm GMT +0200
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.

_______________________


Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional