Insert comments...LOGIN

Insert comments in html source code

This example demonstrates:

Comments, comments will not be displayed in the browser

Example analysis:

Comment syntax: <!--Here is the content you want to comment-->

Next Section
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(www.php.cn)</title> </head> <body> <!--这是一个注释,注释在浏览器中不会显示--> <p>这是一个段落</p> </body> </html>
submitReset Code
ChapterCourseware