This time I will give you some popular science about the naming rules of the id selector in CSS, and what are the precautions when naming the ID selector in CSS. The following is a summary. Let’s take a look.
Case sensitive
can only contain [a-zA-Z0-9],-,, which cannot start with,-,0-9
In CSS In the naming convention, the name cannot start with a number, but can only start with a letter, hyphen, or underscore. It can be followed by a letter, hyphen, underscore, or number.
At the same time, it should be noted that although it is not strict in HTML4.01 and previous versions, in XHTML, naming in CSS is case-sensitive.
1. First let’s talk about semantics
The so-called semantics means that the name should describe the content, not the performance. Examples are as follows
♦Performance Type (not recommended)
PurpleBold(purple bold)
BigHeading(large title)
top-left-box(upper left box)
underlined-and-green(underlined green)
boxLeft(left box)
red(red)
The red mark involves the expression of the element, which is in the naming It is not allowed because the form of expression changes. When changes occur, not only the class and id names of the CSS must be modified, but also the class and id names of the corresponding HTML elements must be modified. This is quite troublesome. When you are editing a large website, Multiple such modifications are very time-consuming and troublesome. Therefore, naming that adapts to changes should be adopted as much as possible, that is, naming is closely related to content.
♦Semantic type (advocated)
sidebar(sidebar)
warning(warning)
Of course, sometimes it is appropriate to use expressions to name meetings More flexible. For example, use the bordered display name to add the same style to multiple places on the website.
Remember, the best solution is not the cleanest one, nor the most beautiful one. Instead of sticking to the rules, it is better to open up your ideas.
2. Acceptable Characters
Best Rule: Always use letters, numbers, or hyphens, and always start with a letter
Remember , class and id names are case-sensitive.
Do not use underscores, do not start with numbers or hyphens, and do not accept "*", "/", or "\". Although new browsers have more support for uncommon character sets, this is not the case for all browsers. To ensure compatibility, please follow the best rules.
3. Conventions
Using some conventional names can improve the predictability of the code, making it easier for yourself and others to understand, and also helping screen readers and analyzer work to improve SEO (Search Engine Optimization)
Conventions refer to Web Front-end Development Specification Manual
4. Capitalization
Camel case (each letter of an abbreviated word is in the same case: pdfLink linkPDF)
Hyphens
5. Namespace
Add prefix, such as: wp-users. Namespaces require developing namespace conventions within the team.
This is one of the techniques used by defensive CSS, which isolates code through namespaces to avoid conflicts and prevent it from affecting original and future code.
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!
Recommended reading:
How to choose the image format in web pages
What is the flow layout in mobile layout? What is the principle
The unpopular method of centering elements horizontally and vertically
Vertical centering container of html+css
How to use comparison operators scientifically in js
The above is the detailed content of What are the naming rules for id selectors in css. For more information, please follow other related articles on the PHP Chinese website!

HTMLtagsdefinethestructureofawebpage,whileattributesaddfunctionalityanddetails.1)Tagslike,,andoutlinethecontent'splacement.2)Attributessuchassrc,class,andstyleenhancetagsbyspecifyingimagesources,styling,andmore,improvingfunctionalityandappearance.

The future of HTML will develop in a more semantic, functional and modular direction. 1) Semanticization will make the tag describe the content more clearly, improving SEO and barrier-free access. 2) Functionalization will introduce new elements and attributes to meet user needs. 3) Modularity will support component development and improve code reusability.

HTMLattributesarecrucialinwebdevelopmentforcontrollingbehavior,appearance,andfunctionality.Theyenhanceinteractivity,accessibility,andSEO.Forexample,thesrcattributeintagsimpactsSEO,whileonclickintagsaddsinteractivity.Touseattributeseffectively:1)Usese

The alt attribute is an important part of the tag in HTML and is used to provide alternative text for images. 1. When the image cannot be loaded, the text in the alt attribute will be displayed to improve the user experience. 2. Screen readers use the alt attribute to help visually impaired users understand the content of the picture. 3. Search engines index text in the alt attribute to improve the SEO ranking of web pages.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML is used to build web page structure; 2. CSS is used to beautify the appearance of web pages; 3. JavaScript is used to achieve dynamic interaction. Through tags, styles and scripts, these three together build the core functions of modern web pages.

Setting the lang attributes of a tag is a key step in optimizing web accessibility and SEO. 1) Set the lang attribute in the tag, such as. 2) In multilingual content, set lang attributes for different language parts, such as. 3) Use language codes that comply with ISO639-1 standards, such as "en", "fr", "zh", etc. Correctly setting the lang attribute can improve the accessibility of web pages and search engine rankings.

HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
