본문 바로가기

프론트엔드 공부/html css

label input 연결하기

            <form>
              <label for="id">ID:</label>
              <input type="text" id="id" name="userId" />
              <label for="pass">PASSWORD:</label>
              <input type="text" id="pass" name="pass" />
            </form>

'프론트엔드 공부 > html css' 카테고리의 다른 글

정말 다양한 input type  (0) 2021.08.26
input type checkbox value 값 읽어내기 예제  (0) 2021.08.26
테일윈드시작하기  (0) 2021.07.15
css translateZ hover card flip animation  (0) 2021.05.19
css transform animation  (0) 2021.05.18