Subject | English | Italian |
comp., MS | cascading style sheet | foglio di stile CSS (" 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 | embedded style sheet | foglio di stile incorporato (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 | external style sheet | foglio di stile esterno (A style sheet defined in a user control in an .ascx file) |
comp., MS | internal style sheet | foglio di stile interno (A style sheet contained in an ASP.NET mobile Web Forms page) |
comp., MS | linked style sheet | foglio di stile collegato (A type of cascading style sheet that exists in a separate file and is referenced throughout one or more Web pages) |
comp., MS | style sheet | foglio di stile (A text file containing code to apply semantics such as page layout specifications to published content) |