Subject | German | English |
comp., MS | Cascading Stylesheet | cascading style sheet (" A style sheet (a .css file) attached to an HTML document that controls the formatting of tags on Web pages. The browser follows rules (a "cascading order") to determine precedence and resolve conflicts.") |
comp., MS | Cascading Stylesheets | Cascading Style Sheets (A Hypertext Markup Language (HTML) specification developed by The World Wide Web Consortium (W3C) that allows authors of HTML documents and users to attach style sheets to HTML documents. The style sheets include typographical information on how the page should appear, such as the font of the text in the page. This specification also directs the way in which the style sheets of the HTML document and the user's style will blend) |
comp., MS | eingebettetes Stylesheet | embedded style sheet (A cascading style sheet that is embedded on a page. Styles in an embedded style sheet can be applied only to the page containing the style sheet and will extend or override styles in any external style sheet linked to the page) |
comp., MS | externes Stylesheet | external style sheet (A style sheet defined in a user control in an .ascx file) |
comp., MS | internes Stylesheet | internal style sheet (A style sheet contained in an ASP.NET mobile Web Forms page) |
comp., MS | verknüpftes Cascading Stylesheet | linked style sheet (A type of cascading style sheet that exists in a separate file and is referenced throughout one or more Web pages) |