Web Protection in JS(practical 15)
Rohit143
html
4 years ago
507 B
12
Indexable
<!DOCTYPE html> <html lang="en"> <head> <title>Practical #15</title> </head> <body onload="window.status='Welcome!';return true;" oncontextmenu="return false" > <h2>Practical.No.15. Develop a webpage for implementing Status bars and web page protection.</h2> <p>Right Click is disabled on image</p> <img src="https://images.pexels.com/photos/60909/rose-yellow-flower-petals-60909.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="flower_image" srcset=""> </body> </html>
Editor is loading...