0
点赞
收藏
分享

微信扫一扫

html小知识点(220-1)

一叶随风_c94d 2022-10-31 阅读 153
编程语言

<input type="file" multiple="multiple">
<form>
<input type="text" pattern="{0-9},{6}" title="请输入邮编">
</form>
<p>你好</p>
<p hidden="hidden">我很好</p>
<a href="#" tabindex="2">aaa</a>
<a href="#" tabindex="1">bbb</a>
<a href="#" tabindex="3">ccc</a>
<a href="#" tabindex="4">ddd</a>



关于代码,可以自己去尝试,有什么不懂的可以留下评论,我给你解答

举报

相关推荐

前端知识点html(1)

HTML知识点

html知识点

HTML知识点4

html知识点总结

HTML相关知识点

0 条评论