<body> <div id="first"> <button onclick="alert('hello');">click me</button> <button onclick="alert('world');">click me</button> </div> </body>Copy