由於pattern屬性,我們可以在你的markup裡面直接使用正則表達式了下面我們給大家介紹一下html5正則表達式技巧
<form action="" method="post"> <label for="username">Create a Username: </label> <input type="text" name="username" id="username" placeholder="4 <> 10" pattern="[A-Za-z]{4,10}" autofocus required> <button type="submit">Go </button> </form>
html5正則表達式技巧的精彩內容就先到這裡。更多精彩內容,還請大家持續關注精品。
相關推薦:
html5語義格式技巧是什麼