Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Please Explain Me What Is Css...
Old 07-17-2009, 12:41 PM Please Explain Me What Is Css...
Maria Stone's Avatar
Novice Talker

Posts: 5
Name: Courtney Rogers
Trades: 0
It would be very much appreciate if somebody could explain me what is CCS. Thanks
Maria Stone is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-17-2009, 12:52 PM Re: Please Explain Me What Is Css...
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
CSS(Cascade Styling Sheet) is a file that "tells" the browser what styling to use for a page such as what font to use, what size the paragraph font is, the background color of the page, etc.

Usually, a CSS page has a name something like style.css (you use the .css extension) and it is stored on your server and called to in the page html.

This is an extremely vague question to answer in a few words so get your feet wet at http://www.w3schools.com/css/default.asp.

Have fun.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 07-17-2009, 03:43 PM Re: Please Explain Me What Is Css...
Skilled Talker

Posts: 54
Trades: 0
When you use a stylesheet, you will have to mention it in the <head>'ing of the page you want to apply this style to. This also works with <style> tags.
Quote:
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</html>
Quote:
<html>
<head>
<style>
BODY {BACKGROUND-COLOR:#000; COLOR:#EEE;}
</style>
</head>
<body>
<center><br /> This is white text on a black background </center>
</body>
</html>
KellyAX is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Please Explain Me What Is Css...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19072 seconds with 12 queries