Results 1 to 10 of 10

Thread: Describe about style sheets?

  1. #1
    Registered
    Join Date
    Jul 2017
    Posts
    27

    Red face Describe about style sheets?

    Describe about style sheets?

  2. #2
    Registered
    Join Date
    Aug 2017
    Posts
    37
    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

  3. #3
    Junior Registered
    Join Date
    Aug 2017
    Posts
    7
    In Web designing 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 webdesigning is cascading stylesheet (CSS).
    http://www.techsoftz.com

  4. #4
    Registered
    Join Date
    Nov 2016
    Posts
    649
    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.

  5. #5
    Registered
    Join Date
    Jan 2018
    Posts
    66
    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.

  6. #6
    Registered
    Join Date
    Nov 2017
    Posts
    46
    Quote Originally Posted by rabindra View Post
    In Web designing 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 webdesigning is cascading stylesheet (CSS).
    yes css will give you the beautiful look to the webpage to attract the visitors.

  7. #7
    Registered
    Join Date
    Jun 2017
    Location
    india
    Posts
    70
    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.

  8. #8
    Registered
    Join Date
    Aug 2017
    Location
    South Africa
    Posts
    106
    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 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.

  9. #9
    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

  10. #10
    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

Similar Threads

  1. What are the style sheets?
    By spobitsseo in forum HTML, CSS, Layout, and Design
    Replies: 8
    Last Post: 10-23-2018, 12:35 AM
  2. Describe the most interesting and useful features of WordPress?
    By spobitsseo in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 07-24-2017, 11:21 PM
  3. Which popup style to use?
    By Markwest in forum HTML, CSS, Layout, and Design
    Replies: 5
    Last Post: 10-02-2011, 10:35 PM
  4. Tech Cheat Sheets
    By SRTech in forum User Owned Websites
    Replies: 13
    Last Post: 09-19-2006, 10:00 AM
  5. Can you describe yourself with one word?
    By organ in forum General Chat
    Replies: 19
    Last Post: 06-07-2006, 08:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •