Style sheet (web development) in the context of Web design


Style sheet (web development) in the context of Web design

Style sheet (web development) Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Style sheet (web development) in the context of "Web design"


⭐ Core Definition: Style sheet (web development)

A web style sheet is a form of separation of content and presentation for web design in which the markup (i.e., HTML or XHTML) of a webpage contains the page's semantic content and structure, but does not define its visual layout (style). Instead, the style is defined in an external style sheet file using a style sheet language such as CSS or XSLT. This design approach is identified as a "separation" because it largely supersedes the antecedent methodology in which a page's markup defined both style and structure.

The philosophy underlying this methodology is a specific case of separation of concerns.

↓ Menu
HINT:

In this Dossier

Style sheet (web development) in the context of Browser extension

A browser extension is a software module for customizing a web browser. Browsers typically allow users to install a variety of extensions, including user interface modifications, cookie management, ad blocking, and the custom scripting and styling of web pages.

Browser plug-ins are a different type of module and no longer supported by the major browsers. One difference is that extensions are distributed as source code, while plug-ins are executables (i.e. object code). The most popular browser, Google Chrome, has over 100,000 extensions available but stopped supporting plug-ins in 2020.

View the full Wikipedia page for Browser extension
↑ Return to Menu