answersLogoWhite

0

Cascading Style Sheet is a way of styling your document. It is a set of commands which make a page much more interactive.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is CSS in web application?

CSS is a "cascading style sheet" which use for website templates designing. Moto of CSS is that how HTML elements are to be displayed.


When should you use a Cascading Style Sheet?

You should use a Cascading Style Sheet, or CSS, any time you need to control how a document is presented. CSS allows you to declare a rule once in one place and use that rule multiple times within a document or across numerous documents. Should you need to change a rule, you only have to change it in one place, and all the documents will display with that changed rule now.


How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.


What programming language would you use a Cascading Style Sheet with?

Cascading Style Sheets (CSS) are used with HTML and XHTML documents as well as dynamic coding languages. CSS is used to control the presentation of these documents predominately in web browsers. By having all the rules that control presentation in one place, you only have to go to one place to make a change and have that change perpetuate across all of the documents that have that style sheet embedded.


How do you specify global styles for HTML tags?

You need to use style sheets. You can define a style in an external style sheet and link it to the documents you need. A change in the style sheet will affect all documents it is linked to. Here is an example of a simple style sheet: body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; } p { font-family: "Times New Roman"; font-size: 20px; }


Who invented the web software Cascading Style Sheet?

CSS was originally invented by the World Wide Web Consortium to make it easier for web developers to input information about the font size, color, family, etc. and use the same information on more than one page


How do you use your CSS code?

In order to use a Cascading Style Sheet, you must link it to your site by placing this line of code between your tags:You would enter the name of your CSS file where it says "yourstylesheet.css". Make sure that this file is in your root folder.


What is css an how it can use with xml?

CSS stands for cascading style sheet and it is used to apply styling to websites and webpage's i.e. colour and font of text, colour and style of buttons etc. XML is for transporting xml data over the internet. Combined you can use xml and css to style up data and represent it over the internet on webpage's in a consistent way across different browsers


How do you write themes in PHP?

You can use Cascading Style Sheets (CSS) to create website themes for your PHP website.


What is .Style in HTML?

The style is part of a plant's reproductive system. It is the plant structure that connects the stigma (pollen collector) with the ovaries, where seed cells are fertilized in sexual reproduction.


Explain the procedure of linking a style sheet in HTML document?

To link a style sheet into an HTML document, you will use the <link> tag. This tag links, or embeds, the style sheet into the document. This would look like: <link rel="stylesheet" href="style.css" type="text/css" /> This allows you to use the same style sheet and rules on multiple HTML documents.


How can you use style sheet and where?

You can use it anywhere that supports a link to a CSS file.