The HTML Comment Tag: Here's How To Use It In Your Code »
Có thể bạn quan tâm
Skip to content HTML / HTML Document Structure Before And After HTML5 – Here’s What Changed / The HTML Comment Tag: Here's How To Use It In Your CodeDisclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn moreElement ofHTML Document Structure Before And After HTML5 – Here’s What ChangedWhat does The HTML Comment Tag: Here's How To Use It In Your Code do?This element is used to add a comment to an HTML document. An HTML comment begins with <!–– and the comment closes with ––>. HTML comments are visible to anyone that views the page source code, but are not rendered when the HTML document is rendered by a browser.Displayinline
Code Example
You will be able to see this text. <!-- You will not be able to see this text. --> You can even comment out things in <!-- the middle of --> a sentence. <!-- Or you can comment out a large number of lines. --> <div class="example-class"> Another thing you can do is put comments after closing tags, to help you find where a particular element ends. <br> (This can be helpful if you have a lot of nested elements.) </div> <!-- /.example-class -->You will be able to see this text. You can even comment out things in a sentence. Another thing you can do is put comments after closing tags, to help you find where a particular element ends. (This can be helpful if you have a lot of nested elements.)Adam WoodAdam is a technical writer who specializes in developer documentation and tutorials.Browser Support for html comment
All | All | All | All | All | All |
Post navigation
The Student’s Guide To Citation Styles: Here’s When (And How) To CiteHTML Img Alt Tags For SEO Best Practice - Search Engines Love ThemSearch HTML.com
Search for:Most Popular
- <var> HTML Tag315 views
- 10 Famous Hackers I’d Like to Date (and Why)68 views
- What Is Doxing? (And Why Is It So Scary?): An Infographic50 views
- Input Pattern: Use It To Add Basic Data Validation In HTML548 views
- Using The HTML Tag To Create Inline Frames: Here's How38 views
Từ khóa » Code Bình Luận Html
-
Thẻ Comment Trong HTML
-
HTML Comment Tag - W3Schools
-
HTML Comments - W3Schools
-
Ghi Chú (comment) Và Loại Bỏ Ghi Chú (uncomment) HTML
-
Comment Trong HTML | 190 Thẻ HTML Hay Nhất
-
HTML Comment – How To Comment Out A Line Or Tag In HTML
-
How To Comment & Comment Out In HTML - HubSpot Blog
-
Cách Code Comment Như Của Facebook - Viblo
-
Bình Luận Nhúng - Plugin Xã Hội - Facebook For Developers
-
Comment Trong HTML - Học Html Cơ Bản đến Nâng Cao - VietTuts
-
Bài 7: Comment Trong HTML – Cách Tạo Chú Thích Trong HTML
-
HTML - Comments - Tutorialspoint
-
Cách Sử Dụng Thẻ Comment, Ghi Chú Trong Html 5
-
Code Commenting - CodePen Blog