티스토리 뷰
<!DOCTYPE html>
<html>
<head>
<title>input type is date</title>
<meta charset="utf-8" />
</head>
<body>
<h1>date</h1>
input type="date" <input type="date" name="date" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>input type is email</title>
<meta charset="utf-8" />
</head>
<body>
<h1>email</h1>
input type="email" <input type="email" />
</body>
</html>
*모바일 브라우져에서 해당 요소에 커서가 올 경우 메일 주소를 입력하기에 적합한 스크린 키보드를 띄워줍니다.
<!DOCTYPE html>
<html>
<head>
<title>input type is url</title>
<meta charset="utf-8" />
</head>
<body>
<h1>url</h1>
input type="url" <input type="url" />
</body>
</html>
*모바일 브라우져에서 해당 요소에 커서가 올 경우 주소를 입력하기에 적합한 스크린 키보드를 띄워줍니다.
<!DOCTYPE html>
<html>
<head>
<title>input type is color</title>
<meta charset="utf-8" />
</head>
<body>
<h1>color</h1>
input type="color" <input type="color" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>input type is search</title>
<meta charset="utf-8" />
</head>
<body>
<h1>search</h1>
input type="search" <input type="search" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>input type is number</title>
<meta charset="utf-8" />
</head>
<body>
<h1>number</h1>
input type="number" <input type="number" min="1" max="3" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>input type is range</title>
<meta charset="utf-8" />
</head>
<body>
<h1>range</h1>
input type="range" <input type="range" min="10" max="30" step="10" />
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>input type is tel</title>
<meta charset="utf-8" />
</head>
<body>
<h1>tel</h1>
input type="tel" <input type="tel" />
</body>
</html>
*모바일 브라우져에서 해당 요소에 커서가 올 경우 전화번호를 입력하기에 적합한 스크린 키보드를 띄워줍니다.
<!DOCTYPE html>
<html>
<head>
<title>input type is file</title>
<meta charset="utf-8" />
</head>
<body>
<h1>file</h1>
input type="file" <input type="file" accept="image/*" multiple />
</body>
</html>
*accept 속성과 multiple 속성!
- Total
- Today
- Yesterday
- java-개발 환경 설정하기
- jstl(java standard tag library)
- System.Diagnostics
- error-java
- await
- 메이븐(maven)
- jsp 오픈 소스
- 진수 변환
- 문자 자르기
- .submit()
- In App Purchase
- jstl(java standard tag library)-core
- 람다식(lambda expression)
- 제품 등록
- 스프링 시큐리티(spring security)-http basic 인증
- 스프링 프레임워크(spring framewordk)
- 인텔리제이(intellij)
- 스프링 프레임워크(spring framework)
- system.io
- java 키워드 정리
- nl2br
- docker
- React
- 스프링 시큐리티(spring security)
- 특정 문자를 기준으로 자르기
- REST API
- 표현 언어(expression language)
- java web-mvc
- java.sql
- MainActor
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |