问题是:
电话输入字段类型应为“tel”,
占位符文本应该是Pattern: 234-567-8910
限制输入的模式,它应该是必填(required
)字段
图案应该是 类型[ Pattern: 234-567-8910]
。
元素名称应该是:telephone
.
我的代码是
<input type="tel" name="telephone" id="telephone" required placeholder="Pattern: 234-567-8910" pattern="">
属性模式中应该写什么?
手掌心
波斯汪
相关分类