answersLogoWhite

0

CSS stands for Cascading Style Sheets. CSS is a convenient way of setting the look and feel of the HTML & Form components on screen in a uniform way.

All the form components have a property called "Style" in which we can assign the name of the CSS style that we need to use. All we need to do is, create the CSS style in a CSS file and use the name in all the required form components and all those components would have the properties set in the CSS.

Some properties that can be set in the CSS are:

* Font size * Font color

* Background color * Borders * etc...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the properties of HTML that were changed by CSS?

We lost the FONT tag, for one. CSS separated semantics and presentation, so we weren't in need of it anymore. In XHTML we also lost the b and i tags (which made things bold or italic, respectively.) But they're now part of the new HTML5 standard. Pretty much, CSS relegated HTML to structuring the document, and took over presentation.


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


What is css in relation to HTML?

HTML contains the content and CSS contains the formatting.


Is CSS a scripting language?

No, HTML is a mark up language and css ( cascading style sheet) is a way of styling a web page eg, bgcolor, text color size and font ect, you can write the css in the HTML or make it separate and link the HTML to it


How do you set margins without CSS in HTML?

HTML does not have a built-in way to set margins without CSS. Margins are a property of Cascading Style Sheets (CSS), not of HTML. To set margins in HTML, you need to use CSS either directly in a “style” attribute of an HTML element, or by using an external CSS file linked to your HTML document.


What languages can a browser understand?

HTML, CSS, & JavaScript.


What is a CSS property?

CSS PropertyCSS Properties define what aspect of the selector will be changed or styled. (ie. In this example, Color is the CSS Property that will be changed to black: "color:black;".)


How do you set HTML side by side?

CSS works alongside HTML for complete functionality. A CSS can be embedded in HTML also.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


How do you use CSS codes?

You can find a lot on CSS at the w3schools website:http://w3schools.com/css/default.aspIn general, you can apply CSS directly to an HTML element in-line using the style attribute:Link TextYou can define CSS in a style HTML tag in the head of the document:....RedLink {color: #f00;}...Or you can put your CSS in a separate file or Stylesheet and embed it in the head of the document:......A typical way of having those CSS properties applied to an HTML element is using the class attribute (which is defined by a leading period (.) in the CSS itself:Link Text


What you can do with CSS?

HTML provides the content and CSS gives the formatting or "styling"