Il tag di commento stampa l'html in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
I commenti nell'html verranno inseriti in coppie di tag <!– e –>.
Ma il contenuto inserito nelle coppie di tag <!– e –> non verrà visualizzato dall'utente, ma utilizzato solo come nota.
Come usare le note
Ad esempio , utilizzando i commenti 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>
Proprietà
La coppia di flashcard non ha attributi.