Please enable JavaScript.
Coggle requires JavaScript to display documents.
웹 프로그래밍 - Coggle Diagram
웹 프로그래밍
-
-
폼 만들기
텍스트 입력, <input type="text | password">, <textarea>
데이터 목록을 가진 텍스트 입력 창, <datalist>
-
-
<label>로 폼 요소의 캡션 만들기
-
<label>로 캡션을 지정하고, for 속성으로 캡션과 폼 요소 연결
-
색 입력, <input type="color">
-
색 입력 폼 요소, <input type="color">
-
-
-
형식을 가진 텍스트 입력
email 주소, <input type="email">
-
전화번호 입력, <input type="tel">
검색어 입력, <input type="search">
-
-
-
-