언어/HTML

HTML 버튼

shypang 2018. 12. 17. 17:37

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: