HTML 버튼
HTML 단추는 <button>
태그 로 정의됩니다 .
//입력시
<!DOCTYPE html>
<html>
<body>
<h2>HTML Buttons</h2>
<p>HTML buttons are defined with the button tag:</p>
<button>Click me</button>
</body>
</html>
HTML Buttons
HTML buttons are defined with the button tag: