Go Back   Site Owners Forums - Webmaster Forums > Web Design > Graphic Design

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-04-2012, 12:48 AM   #1
elenacriss884
Registered User
 
Join Date: Jul 2012
Posts: 205
What is CSS?

Hey Friends Tell Me About CSS it A language Or what and Whats The Usage Of CSS
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
elenacriss884 is offline   Reply With Quote

Old 10-11-2012, 03:01 AM   #2
biotinpy12
Registered User
 
Join Date: Oct 2012
Posts: 5
How does this affect my webpage? Will it decrease performance? Will it impact security? What is the impact of keeping unused selectors within CSS on a page?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
biotinpy12 is offline   Reply With Quote
Old 10-11-2012, 03:30 AM   #3
markboucher12
Registered User
 
Join Date: Oct 2012
Posts: 37
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics.
And the main use for CSS is to improve HTML web pages by decorating them, and displaying them in a better way than they would normally do.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
markboucher12 is offline   Reply With Quote
Old 10-11-2012, 10:17 PM   #4
corinnefalgoust
Registered User
 
Join Date: Jul 2012
Location: USA
Posts: 51
Send a message via Yahoo to corinnefalgoust
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language

Car Drying Products
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
corinnefalgoust is offline   Reply With Quote
Old 10-12-2012, 04:41 AM   #5
omxwebtech
Registered User
 
Join Date: Aug 2012
Location: Kanpur
Posts: 40
I think you can try more about it by google search.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
l
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
l
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
l
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
omxwebtech is offline   Reply With Quote
Old 10-16-2012, 12:33 AM   #6
milina788
Registered User
 
Join Date: Jul 2012
Posts: 34
CSS stands for the Cascading Style Sheet which can be defined as the style sheet language used for the presentation semantics of a document which is written in markup languages. CSS was primarily designed to enable the separation of the document content from the document presentation due to which the content accessibly can be improved.
__________________
Hire a professional
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
milina788 is offline   Reply With Quote
Old 10-16-2012, 12:40 AM   #7
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
CSS describes Cascading Style Sheet which is used for define the style of the HTML elements. There are two varieties of style sheets available (ie)
1) External style sheet
2) Internal style sheet

External Style sheet - is a file with extension of .css and carrying the styling elements. we can includes this file in our HTML file.

Internal Style sheet - Styles are defined within the HTML page and use it.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote
Old 10-17-2012, 03:12 AM   #8
sunitha12
Registered User
 
Join Date: Aug 2011
Posts: 21
CSS Stands for Cascading Style Sheet. CSS Code helps the web developers and designers to take control of many aspects of a website, such as fonts, color positioning and styling of data. Also, the website page load easier and they use very less bandwidth.
__________________
RsellerHome.in - Best Reseller Hosting Company:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sunitha12 is offline   Reply With Quote
Old 10-18-2012, 03:20 AM   #9
unni6849
Registered User
 
Join Date: Oct 2012
Posts: 9
Cascading Style Sheets abbreviated as CSS is a language for providing style to the HTML file.The CSS interprets the HTML document into human readable form.CSS document separates graphical elements from the HTML document and makes it presentable to user.
CSS has a simple syntax and easy to make out.......
__________________
Get FREE Domain with Unlimited Hosting Plan ==> Find us in Google - Sri Ganesh Hosting
unni6849 is offline   Reply With Quote
Old 10-19-2012, 12:37 AM   #10
Nicholasamar
Registered User
 
Join Date: Oct 2012
Posts: 5
CSS stand for cascading style sheets. It's defined how to display HTML element. External style sheets are store in CSS file.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Nicholasamar is offline   Reply With Quote
Old 10-19-2012, 02:27 AM   #11
stevepearls
Registered User
 
Join Date: Oct 2012
Location: USA
Posts: 11
css

CSS, Cascading Style Sheet, it is used for design the page it used for define the style of the HTML elements.
stevepearls is offline   Reply With Quote
Old 10-31-2012, 03:44 AM   #12
Lucas Shrek
Registered User
 
Join Date: Oct 2012
Posts: 35
CSS are of three types 1) Inernal 2) External 3) Inline which helps you to make your web page more attractive like you can change background color,fonts of a particular text and many more.

_________
HTC ONE X
Lucas Shrek is offline   Reply With Quote
Old 11-02-2012, 12:35 AM   #13
Smohil
Registered User
 
Join Date: May 2012
Posts: 78
Quote:
Originally Posted by unni6849 View Post
Cascading Style Sheets abbreviated as CSS is a language for providing style to the HTML file.The CSS interprets the HTML document into human readable form. CSS document separates graphical elements from the HTML document and makes it presentable to user.
CSS has a simple syntax and easy to make out.......
Thanks For Share , CSS are Good to use as Makes the Coding more Understandable as Well Easy to maintain for Minor of major Changes in Style of Web page .
__________________
Twitter @sumitmohal
Smohil is offline   Reply With Quote
Old 11-03-2012, 02:23 AM   #14
stevemiller
Registered User
 
Join Date: Nov 2012
Posts: 11
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
stevemiller is offline   Reply With Quote
Old 11-10-2012, 01:13 AM   #15
yugeca
Registered User
 
Join Date: Nov 2012
Posts: 4
CSS is cascading style sheets. it is used for designing.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yugeca is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:33 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.