crop_rotate
Run
<!DOCTYPE html> <html> <head> <style> /* Start Of comment */ p { color: red; } /* End Of comment */ </style> </head> <body> <p>Hello World!</p> <p>This paragraph is styled with CSS.</p> <p>CSS comments are not shown in the output.</p> </body> </html>
Hello World!
This paragraph is styled with CSS.
CSS comments are not shown in the output.