Нужно сделать файлы HTML, JavaScript.Срочно!!!

Нужно сделать файлы HTML, JavaScript.Срочно!!!
Гость
Ответ(ы) на вопрос:
Гость
#1 <script> var b = document.getElementsById("process"); b.onclick = function() {      alert("yipee, button is pressed! :)"); } </script> <button id="process">PRESS THERE</button> #2 <script> var image = document.getElementsById("image"); image.onmouseenter = function() {    alert("Вам нравится эта картинка?"); } </script> <img id="image" src="" width="200px" height="200px">
Не нашли ответ?
Ответить на вопрос
Похожие вопросы