Common naming rules for CSS classes and ids

Common naming rules for CSS classes and ids

Public name of the page:

  • #wrapper - - The outer edge of the page controls the overall layout width
  • #container or #content - - container, used for the outermost layer
  • #layout - - Layout
  • #head, #header - - Header section
  • #foot, #footer - - footer section
  • #nav - - Main navigation
  • #subnav - - Secondary navigation
  • #menu - - Menu
  • #submenu - - Submenu
  • #sidebar - - Sidebar
  • #sidebar_a,#sidebar_b - - Left or right sidebar
  • #main - - The main body of the page
  • #tag - - Tags
  • #msg, #message - - Prompt message
  • #tips - - Tips
  • #vote - - Vote
  • #friendlink - - Friendship Links
  • #title - - Title
  • #summary - - Summary
  • #loginbar - - Login bar
  • #searchInput - - Search input box
  • #hot - - Hot Hot Spots
  • #search - - Search
  • #search_output - - Search output is similar to search results
  • #searchBar - - Search bar
  • #search_results - - Search results
  • #copyright - - Copyright information
  • #branding - - Branding
  • #logo - - Website logo
  • #siteinfo - - Site information
  • #siteinfoLegal - - Legal Notice
  • #siteinfoCredits - - Credits
  • #joinus - Join us
  • #partner - - Partner
  • #service - - Service
  • #regsiter - - Register
  • arr/arrow - - Arrow
  • #guild - - Guide
  • #sitemap - - Sitemap
  • #list - - List
  • #homeepage - - Home
  • #subpage - - Second level subpage
  • #tool,#toolbar - - Toolbar
  • #drop - - Drop down
  • #dorpmenu - - Drop-down menu
  • #status - - Status
  • #scroll - - Scroll
  • .tab - - Tabs
  • .left,.right,.center - - Center, left, right
  • .news - - News
  • .download - - Download
  • .banner - - Advertisement banner (top banner)
  • E-commerce related:
  • .products - - Products
  • .products_prices - Product prices
  • .products_description - Product description
  • .products_review - - Product reviews
  • .editor_review - - Editor review
  • .news_release - - Latest releases
  • .publisher - - Producer
  • .screenshot - - thumbnail
  • .faqs - Frequently Asked Questions
  • .keyword - - Keyword
  • .blog - - Blog
  • .forum - - Forum

Basic naming:

  • Wrap - - For the outermost layer
  • Header - - For header
  • Main content - - used for the main content (middle)
  • main-left - - Left layout
  • Main-right - - Right layout
  • Navigation bar nav - - Web page menu navigation bar
  • Content - - used for the main body of the web page
  • footer - - used for the bottom

CSS file naming:

  • master.css, style.css - - Main
  • module.css - - Module
  • base.css - - Basic common
  • layout.css - - Layout, layout
  • themes.css - - Themes
  • columns.css - - Columns
  • font.css - - Text, fonts
  • forms.css - - Forms
  • mend.css - - Patch
  • print.css - - Print

Naming suggestions:

Whether it is named after the "." (lowercase period) selector or the "#" (pound sign) selector, we finally follow that the main, important, special, and outermost boxes are named after the "#" (pound sign) selector, and the others are named after the "." (lowercase period), while considering the named CSS selectors to be reused in HTML.

This concludes this article about the commonly used naming rules for CSS classes and ids. For more information on CSS class and id naming rules, please search 123WORDPRESS.COM’s previous articles or continue browsing the related articles below. We hope that everyone will support 123WORDPRESS.COM in the future!

<<:  HTML user registration page settings source code

>>:  When div is set to contentEditable=true, the cursor cannot be positioned after resetting its content

Recommend

Solution to Vue data assignment problem

Let me summarize a problem that I have encountere...

Docker dynamically exposes ports to containers

View the IP address of the Container docker inspe...

How to create an index on a join table in MySQL

This article introduces how to create an index on...

CSS example code for setting scroll bar style

The CSS implementation code for setting the scrol...

How to configure Nginx to support ipv6 under Linux system

1. Check whether the existing nginx supports ipv6...

Linux redis-Sentinel configuration details

download Download address: https://redis.io/downl...

JavaScript web form function communication full of practical information

1. Introduction Earlier we talked about the front...

Example code for circular hover effect using CSS Transitions

This article introduces Online preview and downlo...

mysqldump parameters you may not know

In the previous article, it was mentioned that th...

HTML realizes real-time monitoring function of Hikvision camera

Recently the company has arranged to do some CCFA...

Detailed explanation of global parameter persistence in MySQL 8 new features

Table of contents Preface Global parameter persis...

Implementation of breakpoint resume in Node.js

Preface Normal business needs: upload pictures, E...