Home Web Front-end CSS Tutorial Recommended 10 content summary about css naming

Recommended 10 content summary about css naming

Jun 13, 2017 am 09:18 AM

Naming functions and variables correctly and vividly can not only increase the readability of the program, but also reflect the programmer's programming style. Better naming habits can effectively improve the maintainability of the program. The following introduces the method of standardizing naming. Interested friends can take a look. 1. DIV+CSS standard naming set When we develop CSS+p web pages (Xhtml), the most confusing and tangled thing is CSS naming, especially novices who don’t know how to name what and what is the best way to name it. Description of naming rules: 1) All names should be lowercase. 2) Attribute values ​​must be enclosed in double quotes ("") and must have values ​​such as class="pcss5", id="pcss5"2 . JS naming convention: Hungarian nomenclature or camel case naming convention is necessary to enhance the readability of the code. You can understand the meaning at a glance. The specification is to comply with the rules and make the code conducive to later maintenance. It can also greatly improve development efficiency. A normal website has a lot of JS1

1. Detailed introduction to standardized naming

Recommended 10 content summary about css naming

Introduction: Naming functions and variables correctly and vividly not only increases the readability of the program, but is also a reflection of the programmer's programming style. Better naming habits can effectively improve the maintainability of the program. The following introduces the method of standardizing naming. Interested friends can take a look. 1. DIV+CSS standard naming set When we develop CSS+p web pages (Xhtml), the most confusing and entangled thing is CSS naming, especially novices who don’t know what to name and what is the best way to name it. Description of naming rules: 1), all naming is the most...

2. Teach you how to write CSS styles in a standardized way

Recommended 10 content summary about css naming

#Introduction: I have been writing CSS for so long, but most front-end ers do not write CSS code according to good CSS writing specifications, which will affect Code reading experience, here is a summary of CSS writing specifications and CSS writing order for your reference

3. DIV+CSS specification naming set

Recommended 10 content summary about css naming

Introduction: When we develop CSS+p web pages (Xhtml), the most confusing and tangled thing is CSS naming, especially if novices don’t know what it is. How to name a place, what is the best way to name it. Description of naming rules: 1) All names should be lowercase. 2) Attribute values ​​must be enclosed in double quotes (""), and must have values ​​such as class="pcss5", id="pcss5" 3 ). Each tag must have a beginning and an end, and must have the correct level, and the layout must be regular and neat. 4) Empty elements must have an ending tag or add &qu

## after the beginning tag.

#4. CSS Naming Conventions and Common Chinese and English Comparison Tables for Websites

Recommended 10 content summary about css naming

Introduction :CSS naming specifications and commonly used Chinese and English comparison tables on websites

5. Standardization of CSS naming and writing

Recommended 10 content summary about css naming

Introduction: CSS naming and writing specifications

6. Must-see css naming rules for novices

Recommended 10 content summary about css naming

Introduction: The editor below will bring you a brief discussion of CSS naming rules (a must-read for novices). The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look

7. css naming rules website design and basic framework structure

Recommended 10 content summary about css naming

## Introduction: css naming rules website design and basic framework structure

8. CSS naming convention

Introduction: CSS naming Specification

9. [Html+Css]css naming specification, html tag semantics_html/css_WEB-ITnose

Introduction: [Html+Css] css naming convention, html tag semantics

10. DIV+CSS div+css naming rules in the process of cutting web pages_html /css_WEB-ITnose

##Introduction: DIV+CSS naming rules for div+css in the process of cutting web pages

[Related questions and answers Recommendation]:

javascript - Single page, SPA, angular, router, how to solve the problem of css naming conflict?

The above is the detailed content of Recommended 10 content summary about css naming. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1657
14
PHP Tutorial
1257
29
C# Tutorial
1230
24
Google Fonts   Variable Fonts Google Fonts Variable Fonts Apr 09, 2025 am 10:42 AM

I see Google Fonts rolled out a new design (Tweet). Compared to the last big redesign, this feels much more iterative. I can barely tell the difference

How to Create an Animated Countdown Timer With HTML, CSS and JavaScript How to Create an Animated Countdown Timer With HTML, CSS and JavaScript Apr 11, 2025 am 11:29 AM

Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more

HTML Data Attributes Guide HTML Data Attributes Guide Apr 11, 2025 am 11:50 AM

Everything you ever wanted to know about data attributes in HTML, CSS, and JavaScript.

How to select a child element with the first class name item through CSS? How to select a child element with the first class name item through CSS? Apr 05, 2025 pm 11:24 PM

When the number of elements is not fixed, how to select the first child element of the specified class name through CSS. When processing HTML structure, you often encounter different elements...

Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Apr 05, 2025 pm 05:51 PM

Questions about purple slash areas in Flex layouts When using Flex layouts, you may encounter some confusing phenomena, such as in the developer tools (d...

How We Created a Static Site That Generates Tartan Patterns in SVG How We Created a Static Site That Generates Tartan Patterns in SVG Apr 09, 2025 am 11:29 AM

Tartan is a patterned cloth that’s typically associated with Scotland, particularly their fashionable kilts. On tartanify.com, we gathered over 5,000 tartan

A Proof of Concept for Making Sass Faster A Proof of Concept for Making Sass Faster Apr 16, 2025 am 10:38 AM

At the start of a new project, Sass compilation happens in the blink of an eye. This feels great, especially when it’s paired with Browsersync, which reloads

Why can custom style sheets take effect on local web pages in Safari but not on Baidu pages? Why can custom style sheets take effect on local web pages in Safari but not on Baidu pages? Apr 05, 2025 pm 05:15 PM

Discussion on using custom stylesheets in Safari Today we will discuss a custom stylesheet application problem for Safari browser. Front-end novice...

See all articles