码迷,mamicode.com
首页 > 其他好文 > 详细

表单的基本使用

时间:2019-08-07 16:08:49      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:ice   type   pre   scale   initial   device   ati   meta   red   

 1 <html lang="en">
 2 
 3 <head>
 4     <meta charset="UTF-8">
 5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 6     <meta http-equiv="X-UA-Compatible" content="ie=edge">
 7     <title></title>
 8 </head>
 9 
10 <body>
11 
12     <!-- autofocus  自动获取焦点
13                              required
14 
15                    -->
16     <form action="">
17         姓名1:<label><input type="text" required autofocus></label> 姓名1:
18         <label><input type="text" required></label>
19         <input type="submit">
20     </form>
21     </div>
22 </body>
23 
24 </html>

 

表单的基本使用

标签:ice   type   pre   scale   initial   device   ati   meta   red   

原文地址:https://www.cnblogs.com/yuanxiangguang/p/11315673.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!