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