Generation

a web page with 3 buttons: Button 1 makes the background black Button 2 redirects to www.google.com Button 3 does nothing

<button onClick="document.body.style.backgroundColor='black'">Click me</button> <button onClick="window.location.href='http://www.google.com'" >Click me</button> <button>Click me</button>

Want to kickstart your project?Use the new AI Studio to create your code