Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the English name of css

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly shows you "what is the English name of css". The content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn this article "what is the English name of css?"

1. The English full name of css is Cascading Style Sheets, which means cascading style sheets, also known as string style lists, cascading style sheets, concatenated style sheets, hierarchical style sheets.

2. Is a computer language used to add styles to structured documents, defined and maintained by W3C.

Overview

CSS cannot be used alone and must work with HTML or XML to decorate HTML or XML. This paper mainly introduces the CSS technology used to decorate HTML web pages. HTML is responsible for determining what is in the page, and CSS determines how these elements are displayed (size, weight, color, alignment, and location). CSS can be used to set page layout, style page elements, and set global styles that apply to all web pages. CSS can be added sporadically and directly to the web page elements to which the style is applied, or it can be centrally built into the web page, linked to the web page, and imported into the web page.

The most important goal of CSS is to separate the contents of the file from its display. Before the emergence of CSS, almost all HTML files contain the information displayed in the file, such as the color of the font, what the background should be, how to arrange, edges, lines, and so on, which must be listed in the HTML file one by one, sometimes repeatedly. CSS allows authors to isolate most of this information and simplify the HTML file, which is placed in an auxiliary file written in CSS. The HTML file contains only structure and content information, and the CSS file contains only style information.

For example, the H2 flag in HTML is a second-level title, which is lower than the first-level title H1 and higher than the third-level title H3. This information is all structural information.

Generally speaking, the higher the level of the title, the larger the font, and the largest font of H1, because generally speaking, the larger the font, the more important the content it represents, and the general headings use bold characters to highlight their importance. Generally speaking, H2 uses bold font, which is larger than H3 and smaller than H1. This information is used for display.

The above is all the contents of the article "what is the English name of css". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report