input

    <input> tag

    Definition tag는 user가 입력할 수 있는 input filed를 명시해줍니다. element는 tag의 element 중에 가장 중요합니다. element는 type attribute에 따라서 다른 형식으로 화면에 보여질수 있습니다. tag 마다 label을 명시할 수 있고, 이에 대한 처리는 tag가 담당한다. 아래와 같은 type들이 존재합니다. (default value) Attributes Attribute Value Description autofocus autofocus Specifies that an element should automatically get focus when the page loads placeholder text Specifies a short hint t..