HTML inputmode Attribute

Definition and Usage

inputmode The attribute allows you to change the appearance of the keyboard on your phone or tablet (any device with a virtual keyboard).

See also:

HTML Tutorial:HTML প্রতিভা

Instance

Tip:Please run the instance on your phone or tablet to see the results.

Example 1

Only numeric keys are displayed on the (virtual) keyboard:

<input type="text" inputmode="numeric">
মোবাইলের উপরে দেখা ইনপুটমোড এটিবিউট

try it yourself

Example 2

The following example uses "email" inputmode:

<input type="text" inputmode="email">
মোবাইলের উপরে দেখা ইনপুটমোড এটিবিউট

try it yourself

grammar

<element inputmode="decimal|email|none|numeric|search|tel|text|url">

প্রতিভা মূল্য

মূল্য বর্ণনা
decimal শুধুমাত্র সংখ্যালঘু কীবোর্ড, সাধারণত একটি কমা কীটি আছে
email টেক্সট কীবোর্ড, কীটি সাধারণত [@] হিসাবে ব্যবহৃত হয়
none কীবোর্ড দেখা উচিত নয়
numeric শুধুমাত্র সংখ্যালঘু কীবোর্ড
search টেক্সট কীবোর্ড, [enter] কীটি সাধারণত [go] হিসাবে দেখা যায়
tel শুধুমাত্র সংখ্যালঘু কীবোর্ড, সাধারণত [+]、[*] এবং [#] কীটি আছে
text ডিফল্ট।টেক্সট কীবোর্ড
url টেক্সট কীবোর্ড, কীটি সাধারণত URL-এ ব্যবহৃত হয়, যেমন [.] এবং [/], এবং বিশেষ করে [.com] কী, অথবা অস্থায়ীভাবে ব্যবহৃত অন্যান্য ডোমেন শেষকাঠিন্য

ব্রাউজার সমর্থন

চ্রোম এডজ ফায়ারফক্স স্যাফারি অপেরা
চ্রোম এডজ ফায়ারফক্স স্যাফারি অপেরা
66 79 95 12.2 53