button.html
<!DOCTYPE html>
<html>
<head>
<title>DOM</title>
</head>
<body>
<button id="button">this is a button</button>
</body>
</html>
(console)button:
button.onclick = function(){
alert("Hello World");
}
:
button?
HTML,<button>button,
button
buttononclick?
(https://developer.mozilla.org/zh-CN/docs/Web/API/HTMLButtonElement)
HTMLButtonElementHTMLElement
ElementNodeonclick