This time I will bring you the annotations for html, css and js. What are the standard usages and what are the annotations for using html, css and js. What are the precautions? What are the following? This is a practical case, let’s take a look at it.
Adding necessary comments is a good habit that a responsible and ethical front-end must have, which can greatly improve the maintainability and readability of the code. First of all, everyone needs to be familiar with how to write html, css, and js comments:
<!--注释内容-->
css comment:
//注释内容 单行注释(不推荐使用,因为有的浏览器可能不兼容,没有效果) /*注释内容*/ 多行注释(推荐使用)
//注释内容 单行注释/*注释内容*/ 多行注释
Summary:
//注释内容 (在css或javascript中插入单行注释)/*注释内容*/ (在css或javascript中插入多行注释)
The following is a summary of where comments are used in these types of codes and how to write comments. (It may vary according to personal habits)
1. HTML comment
Used position:
1) Generally used after the end of some major node tags, such as :
<div class="wrap"> <div class="main"> ... </div><!--main end--> <div><!--wrap end-->
2) Used after the end of some loops, such as:
<ul class="list"> <li>111111</li> <li>222222</li> <li>333333</li> </ul><!--list loop-->
All this is In order to make the program more convenient and clear when nested. When it is convenient for others, it is also convenient for yourself. The nesting of programs is very messy, and it will be a very complicated process for you to modify it.
2. CSS comments
are generally used when defining a module style to indicate which module this style is applied to, such as:
/*通用 - 评论*/ .comment{...} /*相册*/ .photo{...} /*分享*/ .share{...} /*投票*/ .vote{...}
3. JavaScript comments
Generally, comments are added above a certain function function to explain the function, author, author information, and modification time of the function.
//======================================================== // 截断字符 // steepvi // rtx:******* // 2010-10-14 //========================================================
Finally, comments are also characters and will generate traffic. Therefore, when the page is published to the official address, it is best to add a further optimization process.
The compression process is a non-reverse process, ensuring that the local file is the latest and has comments. After compression, uploads it to the server. Server-side files cannot be used for local debugging.
I believe you have mastered the methods after reading these cases. For more exciting information, please pay attention to other related articles on the php Chinese website!
Related reading:
How to use the img tag of HTML images
Detailed explanation of the meta column in the WEB interface of HTML5
How to use html form submission in HTML
The above is the detailed content of What are the standard usage of comments in html, css and js. For more information, please follow other related articles on the PHP Chinese website!

Solution to implement multi-project carousel in Bootstrap4 Implementing multi-project carousel in Bootstrap4 is not an easy task. Although Bootstrap...

How to achieve the effect of mouse scrolling event penetration? When we browse the web, we often encounter some special interaction designs. For example, on deepseek official website, �...

The default playback control style of HTML video cannot be modified directly through CSS. 1. Create custom controls using JavaScript. 2. Beautify these controls through CSS. 3. Consider compatibility, user experience and performance, using libraries such as Video.js or Plyr can simplify the process.

Potential problems with using native select on mobile phones When developing mobile applications, we often encounter the need for selecting boxes. Normally, developers...

What are the disadvantages of using native select on your phone? When developing applications on mobile devices, it is very important to choose the right UI components. Many developers...

Use Three.js and Octree to optimize collision handling of third-person roaming in the room. Use Octree in Three.js to implement third-person roaming in the room and add collisions...

Issues with native select on mobile phones When developing applications on mobile devices, we often encounter scenarios where users need to make choices. Although native sel...

Exploring the implementation principle of mouse scrolling events When browsing some websites, you may notice that some page elements still allow scrolling the entire page when the mouse is hovering...


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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

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.

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

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
