" to comment out the wrapped code. Click this shortcut key again to uncomment the code."> Are there any shortcut keys for comments in html5?-Front-end Q&A-php.cn

Are there any shortcut keys for comments in html5?

WBOY
Release: 2022-06-20 10:31:53
Original
3184 people have browsed it

html5 comments have shortcut keys; you can use the "ctrl /" shortcut key to implement comments. After selecting the code that needs to be commented, using this shortcut key will add " " after the specified code to comment out the wrapped code. Click the shortcut key again to uncomment the code.

Are there any shortcut keys for comments in html5?

The operating environment of this tutorial: Windows 10 system, HTML5 version, Dell G3 computer.

Is there a shortcut key for comments in html5?

ctrl / Quickly add comments

Are there any shortcut keys for comments in html5?

The annotative content is not displayed in the browser When parsing the HTML code, the browser will automatically skip the comment content when it encounters it. Therefore, the comment content is actually for the programmer to see and is not displayed on the page.

But in the actual development process, it is a good programming habit to insist on commenting key code, because in actual work, there are usually many colleagues working together to complete the development of a project, and reasonable comments can help colleagues review you The code can quickly understand what that part of your code does, improve development efficiency, and reduce later maintenance costs. So when you write a function or a more complex business logic, don't forget to comment it.

Another problem is that it is still a little troublesome to write directly during the actual development process. Now most editors provide shortcut keys to facilitate you to quickly comment on a sentence or a piece of code. If you are like me Using VScode, you can use "Ctrl /" to quickly comment a line of content. If you need to comment multiple lines, directly select multiple lines and execute the shortcut keys to complete the comment. Of course, you can also uncomment if you can comment. To uncomment, you only need to comment with you. The code operation can be uncommented by executing "ctrl /" again.

(Learning video sharing:css video tutorial,html video tutorial)

The above is the detailed content of Are there any shortcut keys for comments in html5?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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
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!