Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
<!DOCTYPE html> <html> <head> <title>Comments in HTML</title> </head> <body> <!-- A single line HTML comment --> <h1>Comments in HTML</h1> <!-- A multi-line HTML comment --> </body> </html> <!-- run: Comments in HTML -->