Thẻ HTML
Bạn nên sử dụng để nhận xét các thẻ của bạn. Thẻ này tương thích với tất cả các trình duyệt.
Lưu ý - Thẻ
Ví dụ
<!DOCTYPE html> <html> <head> <title>HTML <!--....--> Tag</title> </head> <body> <comment>This is a commented line in IE</comment> <!-- This is a commented line supported by almost every browser. It will not appear in output as its a comment. --> </body> </html>