mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-04 13:17:46 +02:00
Merge branch 'johnpolacek-master'
* johnpolacek-master: add phone number input type
This commit is contained in:
@@ -341,6 +341,10 @@ p q r s t u v w x y z { | } ~ </pre>
|
||||
<label for="input__emailaddress">Email Address</label>
|
||||
<input id="input__emailaddress" type="email" placeholder="name@email.com">
|
||||
</p>
|
||||
<p>
|
||||
<label for="input__phone">Phone Number</label>
|
||||
<input id="input__phone" type="tel" placeholder="(999) 999-9999">
|
||||
</p>
|
||||
<p>
|
||||
<label for="input__search">Search</label>
|
||||
<input id="input__search" type="search" placeholder="Enter Search Term">
|
||||
|
Reference in New Issue
Block a user