<!DOCTYPE html>
<html>
<body>
생일 <input type="date" name="dob"><br>
시작시간 <input type="time" name="start-time"><br>
색상선택 <input type="color" name="color"/><br>
</body>
</html>
카테고리 없음
<!DOCTYPE html>
<html>
<body>
생일 <input type="date" name="dob"><br>
시작시간 <input type="time" name="start-time"><br>
색상선택 <input type="color" name="color"/><br>
</body>
</html>