java script events
The document.getElementById() returns an Element object representing the element whose id property matches the specified string. Following are example based on document.getElementById: Checkbox event demo <!DOCTYPE html> <html> <head> <style> body{background-image: linear-gradient(to bottom, green, lightgreen);background-repeat: no-repeat; color:white; border-radius: 20px;”} </style> </head> <body> <h1 style=”background-image: linear-gradient(to right, red, orange); color:white; border-radius: 20px;”> Chose your educational qualification</h1> […]
java script events Read More ยป

