Input
Output
<!DOCTYPE html> <html> <head> <style> /* This is a single-line comment */ h1 { color: red; } </style> </head> <body> <h1>Internal CSS Example</h1> <p>This paragraph is styled using internal CSS.</p> </body> </html>