The element represents a document section containing interactive controls for submitting information. The action attribute specifies where the form data should be sent. The method attribute specifies which HTTP method should be used. MDN input element는 다양한 form controls를 만들기 위해 사용합니다. type attribute를 바꿈으로써 다양한 input을 입력받을 수 있습니다. The placeholder attribute는 입력란의 임시 텍스트를 지정하는 attribute입니다. 무엇을 입력해..