answersLogoWhite

0

Cascading Style Sheet is a web programming language used to control the layout and style of HTML and other markup language documents. It was developed by the World Wide Web Consortium (W3C) in 1996.

An example of CSS is the following code:

h1 {

color: #333F5D;

font-size: 1.5em;

font-style: oblique;

text-transform: capitalize;

margin-top: 15px;

margin-left: 225px;

text-shadow: 0px 1px 2px rgba(255,255,255,0.8);

opacity: 0.7;

}

The above code would stylize all level 1 headings in an HTML document.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What does the acronym CSS mean?

(if you mean the style sheet language) Cascading Style Sheets


What type of style sheet uses the style tag?

CSS (Cascading style sheet)


What is the fullform of CSS?

cascading style sheet


What dpes CSS stamd for?

Cascading Style Sheet


What is the use of cascading style sheet in web development?

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


What is cascading style script?

CSS (Cascading Style Sheet) is a proramming language that is used with HTML to create the layout of a page.


What is the meaning of cascading?

The cascading that is referred to in the name cascading style sheets refers to how rules can cascade in how they are implement. CSS rules can be found in three places: an external style sheet, and internal style sheet, or inline. Cascading refers to precedence. A rule located inline, will take precedence over a rule located in an internal style sheet and a rule located in an internal style sheet will take precedence over a rule located in an external style sheet. Within a single style sheet (for example an external style sheet) a rule located at the bottom of the style sheet takes precedence over a rule located at the top of the style sheet. This allows you fine tuned control over your styles and how and when they display and which one will display based upon where in the cascading hierarchy they appear.


What doas css mean?

CSS stands for Cascading Style Sheet, which makes websites beautiful, simply saying.


What does the css stand for in photoshop css?

Cascading Style Sheet


What contains the formats for how a particular object should display in a Web browser?

cascading style sheet (CSS)


What does the letter styles css really mean?

CCS stands for cascading style sheet which actually means what type of font family the font comes from, the boldness of the font, the style of font, and the size of the font.


how many foundation tags are there in HTML?

Foundation is a kind of Cascading Style Sheet. It is also called as Zurb Foundation.