HTML Input Type="tel" - W3Schools
Có thể bạn quan tâm
HTML <input type="tel">
❮ HTML <input> type attribute
Example
Define a field for entering a telephone number:
<label for="phone">Enter your phone number:</label><input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}"> Try it Yourself »Definition and Usage
The <input type="tel"> defines a field for entering a telephone number.
Note: Browsers that do not support "tel" fall back to being a standard "text" input.
Tip: Always add the <label> tag for best accessibility practices!
Browser Support
Attribute | |||||
---|---|---|---|---|---|
type="tel" | Yes | 10.0 | Yes | Yes | 11.0 |
Syntax
<input type="tel">❮ HTML <input> type attribute
★ +1 Track your progress - it's free! Log in Sign UpTừ khóa » Html A Tel Format
-
Telephone Links: How To Add “Call-able” Links & CTA's To Your ...
-
How To Use An HTML Clickable Phone Number The Right Way
-
- HTML: HyperText Markup Language | MDN"> - HTML: HyperText Markup Language | MDN
-
Href="tel:" And Mobile Numbers - Html - Stack Overflow
-
4 Steps To Add A Clickable Telephone Link In HTML - HubSpot Blog
-
The Current State Of Telephone Links | CSS-Tricks
-
How To Build International Phone Number Input In HTML And ... - Twilio
-
How To Add Telephone Links With HTML - W3docs
-
How To Create A Click To Call Link Using HTML And In WordPress
-
Tel Link In Html Code Example
-
Html Code For Phone Number Format Code Example - Code Grepper
-
Create Phone Number Links In HTML | Delft Stack
-
How To Create A Telephone Input Field In HTML5 - HTML Form Guide
-
Make Phone Numbers Clickable (and Trackable!) On Mobile