answersLogoWhite

0


Best Answer

CSS is a language in which a web designer can 'design' the look and feel of an HTML document. Usually, CSS is for presentation, and HTML is for structure.

Styles are convenient, practical and effective tools for the page makeup and text design, links, images and other elements.

With CSS, you can:

  • Use the same stylesheet across multiple pages, allowing you to make design changes globally.
  • Save bandwith. If you use a stylesheet, the sheet will only be downloaded once while browsing a website.
  • Make non-cluttering pages.
User Avatar

Wiki User

βˆ™ 12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

βˆ™ 14y ago

If you use an external style sheet then you can modify the attributes of all the pages that reference the CSS file instead of modifying all the HTML pages. Additionally, CSS gives you more control over elements in web pages and its looking like features of HTML that are being replaced by CSS will be deprecated at some point in the future.

This answer is:
User Avatar

User Avatar

Wiki User

βˆ™ 12y ago

they are used to style the HTML page

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are Cascading Style Sheets and what are the advantages of using them?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What solves many of the problems which developers had with HTML?

Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.


What is the full form of CSS?

CascadingStyleSheetsCSS stands for Cascading Style Sheets - it is a way of using one set of formatting for a web-page across a whole web-site.Cascading Style Sheets.It is a popular web programming language, used to present data forms on a webpage in an aesthetically-pleasing way.


What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.


How do you create cascading style sheets in HTML?

Cascading Style Sheet, or CSS, is a web standard to describe the presentation semantics of a document written in a markup language. In web design CSS is used to separate the document presentation from the document content. CSS specifies a priority scheme in how rules are to be used, thus the cascading effect that is referred to in the name Cascading Style Sheet.


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; }

Related questions

What solves many of the problems which developers had with HTML?

Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.


What are the various purposes of Cascading Style Sheets?

There is really only one major purpose: To make HTML code more tidy and clear. (Of course this has other positive consequences such as easier teamwork and so on, but I would not call those the purpose of using CSS.) This is achieved by moving information about appearance into the style attribute and then exporting all styles into separate files, Cascading Style Sheets. It is possible to define style properties affecting the whole document, groups of elements or only single elements.


How do you overcome the HTML disadvantages by using style sheets?

HTML cannot produce dynamic output alone but style sheets can produce dynamic output (That means style sheets more than one output pages)


What is the full form of CSS?

CascadingStyleSheetsCSS stands for Cascading Style Sheets - it is a way of using one set of formatting for a web-page across a whole web-site.Cascading Style Sheets.It is a popular web programming language, used to present data forms on a webpage in an aesthetically-pleasing way.


What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.


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.


How do you create cascading style sheets in HTML?

Cascading Style Sheet, or CSS, is a web standard to describe the presentation semantics of a document written in a markup language. In web design CSS is used to separate the document presentation from the document content. CSS specifies a priority scheme in how rules are to be used, thus the cascading effect that is referred to in the name Cascading Style Sheet.


How do you fix font in HTML for different resolutions?

You can fix font by using CSS or Cascading Style Sheet. It can be defined differently for different resolutions.


What are the advantages of using dryer sheets instead of liquid fabric softener?

There are several advantages of using dryer sheets instead of liquid fabric softener. The key advantage is that dryer sheets do not use nearly as many chemicals as liquid fabric softeners as those chemicals have been known to cause diseases.


What is a CSS in a MySpace?

CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.


What is CSS in Dreamweaver?

CSS (Cascading Style Sheet) is an alternative way to style a web page. Using CSS makes the page load faster because the CSS code is in an external file not in the actual HTML document.


What does CSS stand for in computer terms?

CSS= Cascading Style Sheet In CSS, you are basically using 2 files. The css file and the HTML file.( does not have to be HTML...) but, you edit your text and pic file extensions on the webpage. then you can control fonts, positioning of text, to define your div content. divs are areas that you've specified in the control file(css file) to take the content and arrange as you please. Hard to explain, but I hope this helps. I only use css...