What does CSS's structured markup mean
This article introduces the knowledge of "what the structured markup of CSS means". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
A structured logo means a complete reunion of the same static form of confession / status-this includes the classes in the markup and the common name id.
Related messages with logos are used to depict the structure of the document rather than the surface. This nature allows us to develop reuse of patterns (content) and logos (markup) under different contours, either by easily changing the door path of CSS. When you are clear about this approach, it is easy to find that the use of page locations to name classes and id is not appropriate in dealing with appearance patterns such as audio (audio). Therefore, the class and id development should be named according to the application policy in the document rather than the status.
Classes and id generic names can be named according to the constructivization method shown below:
Branding
Main-nav
Subnav
Main-content
Sidebar
These names are particularly easy to understand in contrast to intuitive naming methods, but they describe the perception of the page elements rather than the position. This makes the code more consistent with the original intention of using pure organic identification tags (structural markup), that is, to inspire employees to develop and deal with disclosure performance formats in eclectic media without changing the logo.
Even if you don't plan to change Web page development patterns in other media, using organic naming may make it easier to raise money in subsequent site downgrades or redesigns. For example, machine naming protects against the confusion caused by a div and id right-column moving to the left of the page. It is all the more appropriate to name div sidebar in this way, because no matter which side of the page it is today, the name is still intuitive and easy for revelation staff to understand.
That's all for "what the structured markup of CSS means". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!