How to comment in HTML, JS, PHP, MySQL?

autoload
Release: 2023-03-08 14:40:02
Original
1859 people have browsed it

# 1.HTMLNote

# & LT;!-HTML Note-& GT;

2.CSSComments

/*CSS Comments*/

3.JavascriptComment

  • ##Single-line comment: //Single-line comment

  • Multi-line comment: /*Multi-line comment*/

4.MySQLComments

    ##Single-line comments: --Single-line comments
  • Multi-line comments: /*Multi-line comments*/
5.

PHPComments

    Single-line comments: //Single-line comments
  • Multi-line comments: /*Multi-line comments*/


## 6.

Smarty

Comments


Single-line comment: {* This is a comment*}

##
Multi-line php video tutorial

The above is the detailed content of How to comment in HTML, JS, PHP, MySQL?. 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!