TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> noscript { display: block; background-color: #ffcccb; color: #000; padding: 10px; border: 1px solid #f00; margin: 20px 0; } </style> </head> <body> <h1>Welcome to My Website</h1> <noscript> <p>JavaScript is disabled. Some features may not work as expected.</p> </noscript> </body> </html>