<html>
<head>
<meta charset='utf-8'>
<title>form3</title>
</head>
<body>
<form>
<input type='email'>
<input type='tel'>
<input type='url'>
<br><br>
<input type='date'>
<br>
<input type='color'>
<br>
<input type='search'>
<br>
<input type='hidden' value='2333'>
<br>
<input type='image' src='D:\0Files\pics\head.jpg' width='80px'>
<br>
<input type='file' multiple>
</form>
</body>
</html>