Recommended 10 content summary about css naming

伊谢尔伦
Release: 2017-06-13 09:18:06
Original
1424 people have browsed it

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!

source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!