[HTML] Date time

정은아·2022년 9월 19일
0
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <title>Date Time</title>
 </head>
 <body>
  <form>
  		date : <input type="date"/> <br/>
		datetime : <input type="datetime" /> <br/>
		datetime-local : <input type ="datetime-local" /><br/>
		month : <input type = "month" /> <br/>
		time : <input type = "time" /><br/>
		week : <input type = "week" /><br/>
		color : <input type = "color"/><br/>
		email : <input type="email" /><br/>
		tel : <input type="tel" /> <br/>
		search : <input type = "search"/><br/>
		range : <input type="range"/><br/>
		number:<input type="number"/><br/>
		url:<input type="url"/><br/>
		<input type="submit" />
		</form>
 </body>
</html>
Date Time date :
datetime :
datetime-local :
month :
time :
week :
color :
email :
tel :
search :
range :
number:
url:
profile
꾸준함의 가치를 믿는 개발자

0개의 댓글