• 회원가입
  • 로그인
  • 구글아이디로 로그인

[form] HTML - <input type="button"> 태그 - 버튼 모양 인풋 (= 인풋버튼타입/버튼타입인풋/버튼인풋 요소)

목차
  1. <input type="button"> 예제 - 버튼 모양 INPUT 요소
  2. <input type="button"> 정의
  3. <input type="button"> 구문

 

<input type="button"> 예제 - 버튼 모양 INPUT 요소

 

<form>

  <input type="button" value="클릭" onclick="hello()">

</form>


<script>

function hello() {

  alert("Welcome to Homzzang.com");

}

</script>

 

결과보기

 

<input type="button"> 정의

 

버튼 모양 하는 <input> 요소. (보통, JS이용해 SUBMIT이나 함수 실행)

 


 

1.

주요 브라우저 모두 지원.

 

2. MDN <input type="button"> 예제보기

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/button

 

 

<input type="button"> 구문

 

<input type="button">

 

 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
게시물이 없습니다.
22/18
목록
찾아주셔서 감사합니다. Since 2012