Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   What is CSS (http://siteownersforums.com/showthread.php?t=136911)

singhpihu90 11-20-2013 11:17 PM

What is CSS
 
What is CSS and what is use of CSS in html?

dicksonavenue 11-21-2013 12:02 AM

Cascading style sheets (CSS) are used to determine the appearance of HTML pages in a browser. They provide an easy way to change the visual appearance of a group of HTML files without changing each individual file. CSS allows the separation of web page content (i.e., the text of a page) from the way that the content is displayed (i.e., the font, size and color of the text).

bluesuedemovie 11-21-2013 02:49 AM

Cascading Style Sheets is a style sheet language used for describing the presentation semantics of a document written in a markup language. ...

NicholasCage 12-16-2013 10:34 AM

CSS stands for Cascading Style Sheet.

mtubuzz 02-04-2014 05:05 AM

Cascading style sheets.It is responsible for appearance of the web page.

anuverma1 02-04-2014 05:08 AM

CSS stand for cascading style sheet.It is use for decorate our page. like we can set font, color, background and many more...

johansmith 02-06-2014 04:36 AM

Its just a style sheet that contain all the information about webpage such as margin, color, font style etc.

Shanmuga Nathan 02-07-2014 04:07 AM

I am really getting tired when I am looking this kind of repeated basic questions.

anuverma1 02-08-2014 04:07 AM

CSS stands for cascading style sheet.
These are used for give styles to text or images.

MichaelHolloman 02-12-2014 10:13 PM

Said by all above it is Cascading style sheet. The latest version of CSS is CSS3.
Here is an example of the code.
body
{
background-color:green;
}
h1
{
color: orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}

CSS is embedded with HTML by :

rahulchopra580 02-16-2014 10:58 AM

CSS is cascading style sheet...It is used for formatting of a website..

laurielee 02-16-2014 11:40 AM

css is Cascading Style Sheets it use of html designing

bred 02-24-2014 12:55 AM

CSS is useful for making layout of web pages, for example setting, header, body with several containers, and footer. It is very important because layouts made in it do not get distorted when you magnify using Ctrl of mouse roll or Ctrl and + keys. If we use only HTML for creating layouts, their tables, images and body, will get distortion during magnifying a webpage. It is the main reason why we us CSS. The other main benefit of this is that if you want any change then you have to make a change in one document only, all web pages of the site will follow it and show the effect.

alligatortek001 02-26-2014 12:49 AM

Quote:

Originally Posted by NicholasCage (Post 355142)
CSS stands for Cascading Style Sheet.

CSS:
Cascading style sheets (CSS) are used to determine the appearance of HTML pages in a browser. They provide an easy way to change the visual appearance of a group of HTML files without changing each individual file
Usage:
Before CSS, nearly all of the presentation attributes of HTML documents were contained within the HTML markup; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, within the HTML. CSS allows authors to move much of that information to another file, the style sheet, resulting in considerably simpler HTML.

alligatortek001 03-17-2014 12:54 AM

Cascading style sheets (CSS) are used to determine the appearance of HTML pages in a browser. They provide an easy way to change the visual appearance of a group of HTML files without changing each individual file. CSS allows the separation of web page content (i.e., the text of a page) from the way that the content is displayed (i.e., the font, size and color of the text).

simar 03-20-2014 11:31 PM

Css
 
CSS stands for cascading style sheet. css is used for create attractive design of website..............

simar 04-21-2014 11:04 PM

css
 
CSS stands for cascading style sheet.It used for create the attractive website....

kristinasmith 04-25-2014 03:54 AM

Hi
Cascading Style Sheets is a language used for describing the look and formatting of a document written in a markup language like html.

CSS is the presentational attributes of HTML documents.

praveen007 05-02-2014 03:23 AM

CSS are used to determine the appearance of HTML pages in a browser.

praveen007 05-08-2014 02:29 AM

CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.....

alligatortek001 05-15-2014 03:49 AM

Css adds the formatting effects to the skeleton of the HTML.

Umar Farooque k 02-05-2015 01:18 PM

CSS is the abbreviated form of Cascading Style Sheet and it is used to make your web page more attractive.

kathyrose 02-10-2015 03:37 AM

CSS provides best designing of websites along with HTML.

shaunblake12 07-17-2016 10:54 PM

Cascading Style Sheet(CSS), it is useful to the presentation of the document which is written in Markup Language.

sashwatmegh 07-18-2016 03:46 AM

Inventor of CSS : Hakon Wium Lie and Bert Bos
CSS gives you the facilities that you control the appearance of your web page.

iqbaljan 08-07-2016 10:52 AM

CSS abbravation of cascading style sheet used for decorating HTML pages.

janpaul7890 08-07-2016 11:08 PM

CSS stands for Cascading Style Sheets which is a style sheet language used for describing the presentation of a document written in a HTML language.

eumaxindia 08-26-2016 04:42 AM

Its stands for cascading style sheet.....

Dubey675 09-23-2016 01:20 AM

css stand for case cading style . It is used to design the website . Without css you can not design the website......

changdaychun 10-26-2016 08:47 AM

Cascading Style Sheet.Google seach :)))))

jackwilson 11-10-2016 03:56 AM

CSS Means cascading style sheet .It used in webpage designing for design your page in in a stylish manner.

phamdung 11-11-2016 11:59 PM

CSS is stand for: Cascading Style Sheets
- If you want to make a website you like or a beautiful website you will need to know the css.
- Css will make your fonts is bigger or smaller , draw a color you like and make your website is able to show in mobile and any platform.
- If you dont know css , it's your biggest mistake you ever made
- Pleasure to help

Walteradams 11-16-2016 12:44 AM

CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.

dd91 11-17-2016 03:12 PM

HTML is the skeleton of the website and the CSS is how the website is designed in order to style the website so that it characterises the business or blog.

lalitiweb 11-21-2016 10:40 PM

CSS is Cascading Style Sheet used to design a webpage in HTML to make it more attractive and user friendly so that it can target more audience easily.

namphuong 11-28-2016 09:00 PM

CSS stand for cascading style sheet.

Nandu41 01-02-2017 04:21 AM

CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.

btsoft 05-18-2017 01:14 AM

What is CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files
Why Use CSS?
CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.

CSS Solved a Big Problem
HTML was NEVER intended to contain tags for formatting a web page!

HTML was created to describe the content of a web page, like:

This is a heading



This is a paragraph.



When tags like , and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large websites, where fonts and color information were added to every single page, became a long and expensive process.

To solve this problem, the World Wide Web Consortium (W3C) created CSS.

CSS removed the style formatting from the HTML page!

CSS Saves a Lot of Work!
The style definitions are normally saved in external .css files.

With an external stylesheet file, you can change the look of an entire website by changing just one file!

Rationaltech 05-25-2017 02:39 AM

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.


web designing company in Hyderabad,
web designing company,
web designing company in India

JamesLiam 05-29-2017 12:25 AM

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.


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


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.