Just another rainy day
Posts: 1
10 credits Members referred : 0
« on: Jul 02, 2008, 11:11:51 AM »
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> .
« Last Edit: Jul 02, 2008, 11:55:46 AM by Nikolas »
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8272
42619 credits Members referred : 3
« Reply #1 on: Jul 02, 2008, 11:56:31 AM »
Hey Prindle you may use a link in your signature, but this forum is not ezine articles.....
I crack Photoshop!
Posts: 3
36 credits Members referred : 0
« Reply #3 on: Sep 25, 2008, 03:40:50 PM »
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 >>
« Last Edit: Sep 25, 2008, 09:05:28 PM by Nikolas »
Community Supporter?
I am a fanatic. So?
Gender:
Posts: 589
5476 credits Members referred : 0
Kill the googlebot
Posts: 6
36 credits Members referred : 0
« Reply #6 on: Sep 28, 2008, 01:57:37 PM »
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.
_______________________
« Last Edit: Sep 28, 2008, 02:17:03 PM by Olaf »
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=7818