answersLogoWhite

0

Cascading Style Sheets (CSS) uses classes.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you link to a stylesheet?

The short answer is to code it into your website: <link rel="stylesheet" type="text/css" href="style.css"/> where style.css is the style sheet.


What is the correct xhtml for referring to an external style sheet?

<link href="basic.css" type="text/css" rel="stylesheet" media="screen"/> <link href="print.css" type="text/css" rel="stylesheet" media="print"/>


How do you attach the stylesheet with the servlet?

You cannot attach a stylesheet with a servlet. Stylesheets are related to HTML and User Interface layer and hence can be attached to JSP pages.


What is the full form of XSL?

Extensible StyleSheet Language


What is the yaymovies password for the Last Airbender?

try stylesheet. it work for me


Does an inline style have to be coded into HTML element for each override?

Yes. There's no way for the browser to know that you intend for an inline CSS style (one using the style attribute of an element) to apply on other objects. Use classes or selectors in the stylesheet to achieve this instead.


What does utilizes in Tagalog?

Tagalog Translation of UTILIZES: gumagamit


How do you place images in between text frames?

You have to use a Stylesheet (CSS). Or you can type CSS straight into the document.


Which one of the following non-xml based stylesheet specifications do you use to format the visual appearance of both HTML and xml documents?

Question:Which one of the following non-XML based stylesheet specifications do you use to format the visual appearance of both HTML and XML documents?XSLDOM styles managementXQLDSSSLCSS


Which one takes precedence When CSS styles conflict?

Generally the latter / last expression in a CSS stylesheet takes precedence.


What is the full from xslt?

xslt stands for extensible stylesheet language transformations. and xslt debugger can be sued to work with and debug xslt.


How does CSS technology relate to perfomance?

In general it does not. More important is your platform and connect speed. CSS will take a bit longer to render, but other client-side scripting is far worse. If you have multiple pages all using the same stylesheet, then there is little to no difference once the stylesheet is first loaded into your local cache.