html5功能強大,數字和顏色輸入框例子 效果:http://hovertree.com/code/html5/rxujb6g8.htm 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="te
html5功能強大,數字和顏色輸入框例子
效果:http://hovertree.com/code/html5/rxujb6g8.htm
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 5 <title>何問起</title> 6 <meta charset="utf-8" /> 7 </head> 8 <body> 9 <div>數字和顏色輸入框,請點擊按鈕試試<br /></div> 10 <form method="get" action="" id=hewenqi > 11 數字:<input type="number" /><br /><br /> 12 顏色:<input type="color" /><br /><br /> 13 <input type="submit" value="提交" /> 14 </form> 15 <div><br /><a href="http://hovertree.com/code/html5/qd3kyt3g.htm" target="_blank">上一篇</a></div> 16 </body> 17 </html>
網頁特效:http://www.cnblogs.com/roucheng/p/texiao.html