Today Junhyuk Learned
GitHub
(opens new window)
Blog
(opens new window)
#
HTML
<input>
Tag
input tag는 어디서 유저가 data를 입력할 수 있는지 지정한다.
#
Attributes
type: input element가 나타나는 type을 지정한다.
placeholder: 미리 보여주는 input element의 값을 지정한다.
required: form이 제출되기 전에 input field가 무조건 채워져야 하게 지정한다.
name: input element의 name을 지정한다.
←
HTML <form> tag
BEM(Block Element Modifier) 방법론
→