HTML Comment Tag - W3Schools
Có thể bạn quan tâm
Example
An HTML comment:
<!--This is a comment. Comments are not displayed in the browser--> <p>This is a paragraph.</p> Try it Yourself »Definition and Usage
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <!--...--> | Yes | Yes | Yes | Yes | Yes |
Tips and Notes
You can use the comment tag to "hide" scripts from browsers without support for scripts (so they don't show them as plain text):
<script type="text/javascript"> <!-- function displayMsg() { alert("Hello World!") } //--> </script>Note: The two forward slashes at the end of comment line (//) is the JavaScript comment symbol. This prevents JavaScript from executing the --> tag.
Standard Attributes
The comment tag does not support any standard attributes.
More information about Standard Attributes.
Event Attributes
The comment tag does not support any event attributes.
More information about Event Attributes.
❮ Previous Complete HTML Reference Next ❯ ★ +1 Sign in to track progressTừ khóa » Cmt Trong Html
-
Thẻ Comment Trong HTML
-
Ghi Chú (comment) Và Loại Bỏ Ghi Chú (uncomment) HTML
-
Comment Trong HTML | 190 Thẻ HTML Hay Nhất
-
Comment Trong HTML - Học Html Cơ Bản đến Nâng Cao - VietTuts
-
Comment | Tag Html | Học Web Chuẩn
-
Bài 7: Comment Trong HTML – Cách Tạo Chú Thích Trong HTML
-
Cách Sử Dụng Thẻ Comment, Ghi Chú Trong Html 5
-
Cách Ghi Chú Thích Trong HTML - Web Cơ Bản
-
Chú Thích Trong HTML | Học Lập Trình Cùng
-
Thẻ Comment Trong HTML
-
HTML Comments - W3Schools
-
Thẻ Comment Trong HTML - HKT SOFT
-
Thẻ Comment Trong HTML - Vay Tiền Online Bằng CMND
-
Comment Trong HTML - YouTube