Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Failed to configure a DataSource
- 비디오 태그 썸네일
- 정신차리고공부하자 #개발자되기 #몰입하자
- 자바 순위정렬
- spring jsp
- 랭킹정렬
- 스프링부트 마이바티스
- 스프링 jsp 연결
- selection does not contain a main type
- HTML
- src/main/java
- html input
- video tag
- 정수 자료형
- sql 테이블명 바꾸기
- html video thumbnail
- 순위정렬
- 스프링 jsp
- 자바 #Java #Scanner #스캐너 #자바알파벳입력
- 스프링부트
- 비디오 태그 이미지
- jsp 연결
- SpringBoot Mybatis
- @PathVariable
- 자바정렬
- 스프링부트 오류
- 스프링부트 jsp 연결
- 자바
- MySQL 테이블명 바꾸기
- 자바마스터
Archives
- Today
- Total
쌤리
[HTML] input 요소의 type 본문
HTML에서 사용할 수 있는 input type :
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">
- placeholder 를 사용하면 다음과 같이 입력 받는 곳에 텍스트를 고정 시킬 수 있다.
'UI 구현 > HTML | CSS' 카테고리의 다른 글
[HTML] video 태그 썸네일 설정 (2) | 2020.09.28 |
---|---|
강의 링크/ 포트폴리오 문서 작업 (0) | 2020.09.01 |
[HTML] div, span (0) | 2020.06.05 |
[HTML] 기본 레이아웃, semantic tag (0) | 2020.06.05 |
[HTML] 링크 연결 (0) | 2020.06.04 |
Comments