answersLogoWhite

0

Cascading Style Sheets (CSS) uses classes.

User Avatar

Wiki User

13y 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.


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.


What does utilizes in Tagalog?

Tagalog Translation of UTILIZES: gumagamit


How do you link style sheet to different folders?

To link a stylesheet in HTML, you use the <link> tag within the <head> section of your HTML document. If your stylesheet is in a different folder, you specify the path relative to the HTML file's location. For example, if your HTML file is in a folder called "pages" and your CSS file is in a folder called "styles," you would link it like this: <link rel="stylesheet" href="../styles/style.css">. The .. indicates moving up one directory level to access the "styles" folder.


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


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.


Which one takes precedence When CSS styles conflict?

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