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 |
Tags
- selection does not contain a main type
- 스프링 jsp 연결
- src/main/java
- sql 테이블명 바꾸기
- 랭킹정렬
- SpringBoot Mybatis
- 스프링부트 jsp 연결
- 비디오 태그 썸네일
- video tag
- html input
- 자바
- 스프링 jsp
- 정수 자료형
- 자바 순위정렬
- html video thumbnail
- 자바 #Java #Scanner #스캐너 #자바알파벳입력
- 자바정렬
- 순위정렬
- jsp 연결
- Failed to configure a DataSource
- HTML
- 비디오 태그 이미지
- spring jsp
- @PathVariable
- 스프링부트 오류
- 정신차리고공부하자 #개발자되기 #몰입하자
- 자바마스터
- 스프링부트
- 스프링부트 마이바티스
- 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