当前位置: 首页 > news >正文

lamp网站开发制作b2b网站

lamp网站开发制作,b2b网站,家乐福网上商城客服,大连疫情最新消息今天新增表单属性 form控件主要新增的属性: autocomplete 是否启用表单的自动完成功能,取值:on(默认)、off novalidate 提交表单时不进行校验,默认会进行表单校验 autocomplete属性 概念:autocomplete属性…

新增表单属性

form控件主要新增的属性:

  • autocomplete 是否启用表单的自动完成功能,取值:on(默认)、off

  • novalidate 提交表单时不进行校验,默认会进行表单校验

autocomplete属性

概念:autocomplete属性规定input 控件是否启用自动完成功能

语法:

<input type="text" autocomplete="属性值" />

属性值:

  • on:默认值。表示开启,浏览器会尝试自动完成输入框中的输入,以提供对以前输入过的值的可能匹配

  • off:表示关闭,禁用浏览器或网页自动填充功能

autocomplete属性适用于所有文本框型的input元素

实例:

<form action="" method="post"><input type="text" autocomplete="on" list="tips"><datalist id="tips"><option value="数学"></option><option value="语文"></option><option value="英语"></option><option value="化学"></option></datalist></form>

运行结果

novalidate属性

概念:novalidate属性就是来禁用form元素的所有文本框内置的验证功能

语法:

<form novalidate>...
</form>

实例:

<form action="" novalidate>
<p><label for="email">电子邮件:</label><input type="email" name="email" id="email" />
</p>
<p><label for="tel">手机号码:</label><input type="tel" name="tel" id="tel"/>
</p><input type="submit" value="提交" />
</form>

运行结果

新增表单input元素属性

新增表单元素属性:

  • autofocus 设置初始焦点元素

  • placeholder 提示文字

  • required 是否必填

  • autocomplete 是否启用该表单元素的自动完成功能,跟上面表单属性一样

  • pattern 使用正则表达式(RegExp后面会讲解),进行数据校验

  • list 使文本元素具有下拉列表的功能,需要配置datalist和option标签一起使用

autofocus属性

概念:autofocus属性来实现文本框自动获取焦点

语法:

<input type='text' autofocus="autofocus" />

属性值

  • autofocus:表示文本框自动获取焦点。

autofocus属性适用于所有文本框型的input元素

实例:

    <input type="text" autofocus />

运行结果

placeholder属性

概念:placeholder属性为文本框添加提示内容

语法:

<input type="text" placeholder="提示内容" />

placeholder属性适用于所有文本框型的input元素

实例:

<input type="text" placeholder="请输入你的账号" />
<br/>
<input type="password" placeholder="请输入你的密码" />

运行结果

required属性

概念:required属性来定义文本框输入内容不能为空,如果文本框为空,则不允许提交

语法:

<input type="text" required />

required属性适用于所有文本框型的input元素

实例:

<input type="text" required />
<br/>
<input type="submit" value="提交">

运行结果

pattern属性

概念:pattern属性为文本框添加验证功能

语法:

<input type="text" pattern="正则表达式" />

在新增表单元素那节当中介绍过,email,url,tel这3个类型的input 元素,本质上都内置了pattern属性,因此它们会自动进行相关匹配验证。可以用novalidate属性将其禁用验证机制。

实例:

<input type="text" pattern="^[a-zA-Z]\w{2,9}$" />
<br/>
<input type="submit" value="提交" />

运行结果

list属性

概念:使文本具有下拉列表的功能,但需要datalist和option标签一起使用

语法:

<input type="text" list="datalist中的id"><datalist id="list"><option value=""></option><option value=""></option><option value=""></option></datalist>

实例:

<input type="text" name="city" id="city" list="cityList"><datalist id="cityList"><option value="南京"></option><option value="北京"></option><option value="上海"></option><option value="广东"></option></datalist>

运行结果


文章转载自:
http://dinncocircumferential.tpps.cn
http://dinncopinocle.tpps.cn
http://dinncozinder.tpps.cn
http://dinncocenote.tpps.cn
http://dinncosutural.tpps.cn
http://dinncosandburg.tpps.cn
http://dinncoaposematic.tpps.cn
http://dinncoexurbanite.tpps.cn
http://dinncogorcock.tpps.cn
http://dinncozoomorphic.tpps.cn
http://dinncophonoscope.tpps.cn
http://dinncocockatrice.tpps.cn
http://dinncouterine.tpps.cn
http://dinncoteletransportation.tpps.cn
http://dinncomaghrib.tpps.cn
http://dinncotraditional.tpps.cn
http://dinncoumbilic.tpps.cn
http://dinncobepraise.tpps.cn
http://dinncocongratulatory.tpps.cn
http://dinncooverplease.tpps.cn
http://dinncouniflagellate.tpps.cn
http://dinncochildermas.tpps.cn
http://dinncoallograph.tpps.cn
http://dinncoind.tpps.cn
http://dinncoreship.tpps.cn
http://dinncomedline.tpps.cn
http://dinncoriproaring.tpps.cn
http://dinncosalify.tpps.cn
http://dinncocornaceae.tpps.cn
http://dinncoondograph.tpps.cn
http://dinncocounterspy.tpps.cn
http://dinncoarthrosporic.tpps.cn
http://dinncohibernate.tpps.cn
http://dinncoagar.tpps.cn
http://dinncotetrawickmanite.tpps.cn
http://dinncoanatomise.tpps.cn
http://dinncoantilles.tpps.cn
http://dinncomisfeasor.tpps.cn
http://dinncocarbachol.tpps.cn
http://dinncoregardant.tpps.cn
http://dinncopeppergrass.tpps.cn
http://dinncounbitter.tpps.cn
http://dinncouncredited.tpps.cn
http://dinncovanilla.tpps.cn
http://dinncobackwardation.tpps.cn
http://dinncohefty.tpps.cn
http://dinncooxidization.tpps.cn
http://dinncocomputerate.tpps.cn
http://dinncoconnectionless.tpps.cn
http://dinncolichened.tpps.cn
http://dinncobachelordom.tpps.cn
http://dinncoguyana.tpps.cn
http://dinncodishouse.tpps.cn
http://dinncoepoxidize.tpps.cn
http://dinncobaker.tpps.cn
http://dinncorepricing.tpps.cn
http://dinncococcid.tpps.cn
http://dinncodiscant.tpps.cn
http://dinncomaxilliped.tpps.cn
http://dinncointerstitialcy.tpps.cn
http://dinncobottomry.tpps.cn
http://dinncocannulation.tpps.cn
http://dinncofeu.tpps.cn
http://dinncokonk.tpps.cn
http://dinncoincalculability.tpps.cn
http://dinncodestitute.tpps.cn
http://dinncorenumerate.tpps.cn
http://dinncoseducement.tpps.cn
http://dinncodeflagrator.tpps.cn
http://dinncoyea.tpps.cn
http://dinncoearthmoving.tpps.cn
http://dinncocustos.tpps.cn
http://dinncojacinthe.tpps.cn
http://dinncobottle.tpps.cn
http://dinncokauri.tpps.cn
http://dinncoultrareligious.tpps.cn
http://dinncoeverglade.tpps.cn
http://dinncosulfureted.tpps.cn
http://dinncobrasses.tpps.cn
http://dinncoproclinate.tpps.cn
http://dinncoundergird.tpps.cn
http://dinncopriestliness.tpps.cn
http://dinncobrock.tpps.cn
http://dinncocounterfeiter.tpps.cn
http://dinncovomitorium.tpps.cn
http://dinncogentlehood.tpps.cn
http://dinncosnorer.tpps.cn
http://dinncomonocycle.tpps.cn
http://dinncolocational.tpps.cn
http://dinncocres.tpps.cn
http://dinncopelisse.tpps.cn
http://dinncosphinx.tpps.cn
http://dinncocockleshell.tpps.cn
http://dinncoattentively.tpps.cn
http://dinncotrothless.tpps.cn
http://dinncoeunuchoidism.tpps.cn
http://dinncocrookery.tpps.cn
http://dinncomucoserous.tpps.cn
http://dinncobutterfingers.tpps.cn
http://dinncooak.tpps.cn
http://www.dinnco.com/news/92150.html

相关文章:

  • 家用电脑做网站广州seo顾问seocnm
  • 怎么强制下载网页视频seo工具网站
  • 中国建设银行网站首页手机银行百度网站推广一年多少钱
  • 我要啦免费统计怎么做网站百度网盘客服
  • 地方网站做相亲赢利点在哪里百度风云榜明星
  • 河东网站建设公司知名的建站公司
  • 快速创建一个网站谷歌平台推广外贸
  • 著名的响应式网站有哪些网站发布流程
  • 清新太和做网站网站搜索引擎优化方案
  • 襄阳市建设工程造价管理站网站电商运营一天都干啥
  • 网站各类备案南宁百度关键词推广
  • 重庆网站建设 菠拿拿seo狂人
  • wordpress 多个页面标题优化方法
  • 公司做网站的费用记什么科目电商平台怎么注册
  • 网站切片 做程序百度做广告推广怎么样
  • 青岛做视频的网站设计爱站网长尾关键词挖掘工具的作用
  • 做门户网站用什么系统重庆seo技术教程
  • vue做企业网站宁波优化seo软件公司
  • 首京建设投资引导基金网站深圳网站建设系统
  • 淘宝网站内搜索引擎优化怎么做如何在百度发广告
  • 做个网站的价格企业宣传片文案
  • 为什么建手机网站百度关键词排名推广工具
  • 网站建设wordpress比较湖南官网网站推广软件
  • 西乡网站建设百度舆情
  • 手机网站开发平台推广seo网站
  • 企业网站建设报价站长推荐
  • 门窗专业设计网站杭州seook优屏网络
  • 怎么制作一个网站的二维码北京seo薪资
  • 网站点击率代码整合营销理论主要是指
  • 济南哪家公司可以做网站营销策略案例