Go Back   Site Owners Forums - Webmaster Forums > Search Engine Optimization > Search Engine Optimization

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-14-2012, 01:31 AM   #1
aymanbinmoshi
Registered User
 
Join Date: Nov 2011
Posts: 69
What means by CSS?

What means by CSS? Please share me if you know.
__________________

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.
aymanbinmoshi is offline   Reply With Quote

Old 03-14-2012, 02:08 AM   #2
sunder0786
Registered User
 
Join Date: Jan 2012
Posts: 26
CSS - Cascading Style Sheets can be used along with html tags. This simple CSS will help you to create much elegant and neat html web pages. This does not need any additional softwares or codings. All web browser are capable of handing CSS codes.
__________________

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.
sunder0786 is offline   Reply With Quote
Old 03-14-2012, 02:10 AM   #3
jessysmith
Registered User
 
Join Date: Feb 2012
Posts: 27
css means cascading style sheet and it is used in designing web pages
__________________

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.
jessysmith is offline   Reply With Quote
Old 03-14-2012, 03:54 AM   #4
spinxwebdesign
Registered User
 
Join Date: Jun 2010
Posts: 269
CSS stands for Cascading Style Sheets. CSS is used to control the presentation of web pages. It allows you to separate the content and markup from the presentation rules. It is used to add style to web pages. I think CSS is very important because it offers many advantages like saves times to set the font face, size, colour, style etc., pages load fast, easy to maintain, provides superior styles to HTML and more that you do not have in table-layouts.

Last edited by spinxwebdesign; 09-10-2012 at 10:53 PM..
spinxwebdesign is offline   Reply With Quote
Old 03-14-2012, 04:07 AM   #5
casandra20
Registered User
 
Join Date: Feb 2012
Posts: 10
Cascading Style Sheets cascade. This means that the styles are applied in order as they are read by the browser. The first style is applied and then the second and so on. What this means is that if a style appears at the top of a style sheet and then is changed lower down in the document, the second instance of that style will be the one applied, not the first. For example, in the following style sheet, the paragraph text will be black, even though the first style property applied is red:

p { color: #ff0000; }
p { color: #000000; }
casandra20 is offline   Reply With Quote
Old 04-08-2012, 09:08 PM   #6
edwardbrown
Registered User
 
Join Date: Apr 2012
Posts: 15
Question

You must try to put your CSS page in external style sheet. It will help in faster page loads and it lowers the bandwidth usage.
__________________

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.
edwardbrown is offline   Reply With Quote
Old 04-25-2017, 04:27 AM   #7
Shane Bentick
Registered User
 
Join Date: Apr 2017
Posts: 355
CSS is an acronym for "Cascading Style Sheet." Cascading style sheets are used to format the layout of Web pages. They can be used to define text styles, table sizes, and other aspects of Web pages that previously could only be defined in a page's HTML.
__________________

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.
Shane Bentick is offline   Reply With Quote
Old 04-25-2017, 04:38 AM   #8
Hashmicro
Registered User
 
Join Date: Nov 2016
Posts: 515
It is style sheet language used for describing the presentation of a document written in the markup language.
__________________

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.
Hashmicro is offline   Reply With Quote
Old 04-25-2017, 04:39 AM   #9
Dennydevi
Registered User
 
Join Date: Sep 2016
Posts: 429
CSS is an acronym for "Cascading Style Sheet." Cascading style sheets are used to format the layout of Web pages.
Dennydevi is offline   Reply With Quote
Old 04-25-2017, 04:54 AM   #10
doodlebuckets
Registered User
 
Join Date: Mar 2017
Posts: 15
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. ... CSS is designed primarily to enable the separation of document content from document presentation, including aspects such as the layout, colors, and fonts.
doodlebuckets is offline   Reply With Quote
Old 04-25-2017, 05:04 AM   #11
Williamjohn02
Registered User
 
Join Date: Mar 2017
Posts: 13
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. ... CSS is designed primarily to enable the separation of document content from document presentation, including aspects such as the layout, colors, and fonts.
__________________

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.
Williamjohn02 is offline   Reply With Quote
Old 04-25-2017, 05:13 AM   #12
cChirag Patel
Registered User
 
Join Date: Jun 2016
Posts: 175
Cascading Style Sheet (CSS) use when your develop any website for making your website more stylish and elegant. CSS use with HTML language in website.
__________________

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.
cChirag Patel is offline   Reply With Quote
Old 05-05-2017, 12:34 AM   #13
orionxander
Registered User
 
Join Date: Mar 2017
Posts: 224
Cascading Style Sheets can be used along with html tags. This simple CSS will help you to create much elegant and neat html web pages. This does not need any additional softwares or codings. All web browser are capable of handing CSS codes
__________________

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.
orionxander is offline   Reply With Quote
Old 05-05-2017, 12:36 AM   #14
jessicajesi
Registered User
 
Join Date: Feb 2017
Posts: 387
CSS stands for Cascading Style Sheet which is used to web page creation.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jessicajesi is offline   Reply With Quote
Old 05-05-2017, 02:54 AM   #15
amit2507
Registered User
 
Join Date: Apr 2017
Posts: 44
CSS or Cascading Style Sheets is a language that works alongside with an HTML document and it's used to give color and to describe the look of your future project. Using this language you can give your HTML a better organisation or presentation, make it responsive to all kinds of screens, in other words, make your project fit to all kind of screen lengths. And in consequence, it can make it appealing to the eye so the user is attracted by your creation.
__________________

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.
amit2507 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
The first question: promotion wddjack Making money on the web 10 07-04-2017 02:22 AM
Get good position in specific country search engine like google.nl bobo.cx General Discussion 3 01-02-2014 02:00 AM


All times are GMT -7. The time now is 02:01 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.