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

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-12-2012, 03:14 AM   #16
muzz
Registered User
 
Join Date: Sep 2012
Posts: 196
CSS means Cascading Style Sheet.We use SCC with HTML to making website stylish.
__________________

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.
muzz is offline   Reply With Quote
Old 11-22-2012, 12:26 AM   #17
Zora2012
Registered User
 
Join Date: Nov 2012
Location: India
Posts: 276
CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save a lot of work
External Style Sheets are stored in CSS files
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Shopping Cart- PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- SEO, Pay Per Click (PPC), SEM, Link Popularity Building, SEO Copywriting, SMO, SMM
Zora2012 is offline   Reply With Quote
Old 12-11-2012, 10:12 PM   #18
abhirampathak3
Registered User
 
Join Date: Nov 2012
Location: India
Posts: 103
The purpose of CSS is to provide Web developers with a standard way to define, apply, and manage sets of style characteristics. CSS provides these capabilities through a technical model based on a hierarchical scope of effect, the separation of style from content, and a well-defined set of published standards. This section touches on each of these three topics in turn, focusing on how CSS can help the Web developer create maintainable, reusable code.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Shopping Cart - PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- SEO, Pay Per Click (PPC), SEM, Link Popularity Building, SEO Copywriting, SMO, SMM

Last edited by abhirampathak3; 12-11-2012 at 10:20 PM..
abhirampathak3 is offline   Reply With Quote
Old 12-11-2012, 11:37 PM   #19
andrewhoward123
Registered User
 
Join Date: Dec 2012
Location: Ludhiana,Punjab,India
Posts: 39
CSS is the style-sheet Language which is use to present your webpage.
andrewhoward123 is offline   Reply With Quote
Old 12-14-2012, 06:00 AM   #20
stephan07
Registered User
 
Join Date: Dec 2012
Posts: 25
CSS is a cascading style sheet which is using for website designing and this is used on HTML.
stephan07 is offline   Reply With Quote
Old 12-17-2012, 04:10 AM   #21
ShoppingMonk
Registered User
 
Join Date: Nov 2012
Location: india
Posts: 44
(CSS-Cascading Style Sheet)used to make attractive website for adding different types of styles we can add in 3 ways Internal,External and Inline....
__________________

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.

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.
ShoppingMonk is offline   Reply With Quote
Old 12-17-2012, 07:37 AM   #22
quicklockworks
Registered User
 
Join Date: Aug 2012
Posts: 120
You'll use Cascading Style Sheets (CSS) as an external sheet of programming for your website. This sheet can allow you to add some more style, color and flare to the otherwise boring HTML document code you created.
__________________

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.
quicklockworks is offline   Reply With Quote
Old 12-19-2012, 04:25 AM   #23
josephjohn4556
Registered User
 
Join Date: May 2012
Posts: 271
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.
__________________
junk removal san francisco

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
josephjohn4556 is offline   Reply With Quote
Old 12-27-2012, 02:31 AM   #24
aegisisc
Registered User
 
Join Date: May 2012
Posts: 36
CSS is cascading style sheets. it is used for website designing.
aegisisc is offline   Reply With Quote
Old 12-27-2012, 04:50 AM   #25
rajnish240
Registered User
 
Join Date: Jul 2012
Posts: 89
CSS stands for cascading style sheet and used to make a web design attractive and user friendly.In CSS lot properties are available who makes the web designing attractive.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
is trusted for LED video displays and showroom info directors. Its scrolling LED signs are highly durable, eco friendly and power saving.To know more visit here
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
rajnish240 is offline   Reply With Quote
Old 01-02-2013, 09:52 PM   #26
abhirampathak3
Registered User
 
Join Date: Nov 2012
Location: India
Posts: 103
"CSS" stands for "cascading style sheets." CSS relies on an underlying HTML structure and so you cannot create a Web page purely out of CSS. CSS consists of rules for how HTML elements should behave, and so if there is no element for a style to control, the style is meaningless.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Shopping Cart - PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- SEO, Pay Per Click (PPC), SEM, Link Popularity Building, SEO Copywriting, SMO, SMM
abhirampathak3 is offline   Reply With Quote
Old 02-22-2013, 11:18 PM   #27
jayanta1
Registered User
 
Join Date: Feb 2013
Posts: 44
CSS is an abbreviation for Cascading Style Sheets. Style sheets are simply text files, composed of lines of code that tell browsers how to display an HTML page. In CSS, a style is a grouping of different properties given a common name. If you were to re-create this paper for the web, you could define styles for the text on your title page, outline page, and so on.
jayanta1 is offline   Reply With Quote
Old 02-23-2013, 05:06 AM   #28
neha2215
Registered User
 
Join Date: Feb 2013
Location: New delhi
Posts: 11
CSS is designed primarily to enable the separation of the document content and document format.
adventure.anantagroup.com/
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
neha2215 is offline   Reply With Quote
Old 03-06-2013, 12:20 AM   #29
williamrichard
Registered User
 
Join Date: Feb 2013
Posts: 29
CSS stands for Cascading Style Sheets. CSS used for designing.
Styles define how to display HTML elements
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
williamrichard is offline   Reply With Quote
Old 03-11-2013, 11:49 PM   #30
p27ratik
Registered User
 
Join Date: Mar 2013
Posts: 3
Cascading Style Sheets (CSS) is style sheet language which is use to layout the document in markup language. CSS is use separate the field in document.
CSS also used in formatting the font,color,layout.
p27ratik 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 09:12 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.