JavaScript Indexing

{object_name}

ObjectHTMLInputElement.prototype

Details

<input> 요소를 다루는 인터페이스이다.

설명

HTMLInputElement 인터페이스에서 지원하는 프로퍼티와 메소드는 <input> 요소의 type 애트리뷰트의 값에 따라 다를 수 있다.

생성자

구문

형식
document.createElement("input")