HTML Input tag와 함께 사용되는 HTML Input Attribute는 type, id, name, placeholder, aria-label, size 등이 있다.
id
: input "id"의 value는 label "for"의 value와 동일하다.
name
: 서버에 정보를 저장시키기 위해서 사용하는 HTML Input Attribute이다.
placeholder: HTML Input Attribute이다.
aria-label: label tag를 사용할 수 없을 경우 사용한다. placeholder와 함께 쓰인다.