PDA

View Full Version : Describe about style sheets?



spobitsseo
07-27-2017, 10:34 PM
Describe about style sheets?

mammaaskitchen
08-08-2017, 05:27 AM
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. ... The CSS specification describes a priority scheme to determine which style rules apply if more than one rule matches against a particular element.
1

rabindra
08-28-2017, 09:30 PM
In Web designing (http://www.techsoftz.com/website-development-bangalore.php) we can design a website with skeleton with the HTML but with the html we can't do the stylings to the design. For that purpose we can use the Style sheets. We are know that the best stylesheet in the webdesignin (http://www.techsoftz.com/)g is cascading stylesheet (CSS).

damponting44
10-09-2017, 01:57 AM
For Web pages, a style plays out a comparable capacity, enabling the architect to guarantee a fundamental consistency over a website's pages.

The style components can be determined once for the whole archive by either imbedding the style leads in the record heading or cross-alluding (connecting to or bringing in) a different style.

A program may enable the client to abrogate a few or the greater part of the style characteristics.

traveloweb
01-09-2018, 03:22 AM
Style sheets represent a major breakthrough for Web page designers, expanding their ability to improve the appearance of their pages. In the scientific environments in which the Web was conceived, people are more concerned with the content of their documents than the presentation. As people from wider walks of life discovered the Web, the limitations of HTML became a source of continuing frustration and authors were forced to sidestep HTML's stylistic limitations. While the intentions have been good -- to improve the presentation of Web pages -- the techniques for doing so have had unfortunate side effects.

sireesha22
01-09-2018, 04:19 AM
In Web designing (http://www.techsoftz.com/website-development-bangalore.php) we can design a website with skeleton with the HTML but with the html we can't do the stylings to the design. For that purpose we can use the Style sheets. We are know that the best stylesheet in the webdesignin (http://www.techsoftz.com/)g is cascading stylesheet (CSS).

yes css will give you the beautiful look to the webpage to attract the visitors.

chrisforce
02-05-2018, 10:33 AM
Different types of style sheets

1. External style sheet

- With an external style sheet, you can change the lock of an entire website by changing just one file.
- Each page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the <head> section.

2. Internal style sheet

- An internal style sheet may be used if one single page has a unique style.
- Internal styles are defined within the <style> element, inside the <head> section of an HTML page.

3. Inline style

- An inline style may be used to apply a unique style for a single element.
- To use inline styles, add the style attribute to the relevant element. The style attribute can contain any CSS property.
- The example below shows how to change the color and the left margin of a <h1> element.

petershene
02-09-2018, 02:08 AM
Ok let me give you a answer hat is not copy and pasted from a google search. CSS as said above stands for cascading style sheet.

In the context that you are asking about it is an external page linked to a html. Through various classes and ids defined in the html file the css will apply "styling rules".
I put this in inverted comas because this ca include media queries changes of rules according to a viewprt width. ( Sort of like a conditional statement )
Visual elements such as colours fonts
structural properties such as sizes
Css can be use to control animation thought transition properties and is much less resource dependant that jquery animate for example.
By triggering a class changes and so forth.

As mention you also get inline styling , this is however not a stl sheet but its the same principal in that the rules will not be external to your web design ("http://www.newperspectivestudio.co.za/") but included in the html itself..
However this can cause render blocking issues and also destroys much of the flexibility that external style sheets offer.

A simple google search will tell you all this and much much more.

hariandro001
07-13-2018, 02:25 AM
CSS stands for Cascading Style sheet & explain how they present layout & visual formatting of HyperText Markup Language pages. There are three types of style sheets available. They are
1. External Style Sheet
2. Internal Style Sheet
3. Inline Style

hariandro001
07-13-2018, 02:27 AM
CSS stands for Cascading Style sheet & explain how they present layout & visual formatting of HyperText Markup Language pages. There are three types of style sheets available. They are
1. External Style Sheet
2. Internal Style Sheet
3. Inline Style