Subject | English | Chinese simplified |
comp., MS | 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 | 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 | external style sheet | 外部样式表 (A style sheet defined in a user control in an .ascx file) |
comp., MS | internal style sheet | 内部样式表单 (A style sheet contained in an ASP.NET mobile Web Forms page) |
comp., MS | linked style sheet | 链接样式表 (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 | 样式表 (A text file containing code to apply semantics such as page layout specifications to published content) |