Kommentar-Tag druckt HTML in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
Kommentare in HTML werden in <!– und –> Tags platziert.
Aber der Inhalt, der in den Tag-Paaren <!– und –> platziert ist, wird dem Benutzer nicht angezeigt, sondern nur als Hinweis verwendet.
So verwenden Sie Notizen
Verwenden Sie zum Beispiel Kommentare in HTML.
<!DOCTYPE html> <html> <head> <title>Học lập trình miễn phí tại web888.vn</title> <meta charset="utf-8"> </head> <body> <h1>Học lập trình miễn phí tại web888.vn</h1> <!-- This is a comment --> <p>This is a paragraph.</p> <!-- Comments are not displayed in the browser --> </body> </html>
Eigenschaften
Das Karteikartenpaar hat keine Attribute.