html小知识点(220-1)

<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>

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

原文地址:https://www.cnblogs.com/chenyanlong/p/6423850.html