a Tag in HTML (part 2)
আপনি 'এ' ট্যাগ ব্যবহার করে যে কোনও মেইলে পুনর্নির্দেশ করতে পারেন। এবং আপনি 'এ' ট্যাগ ব্যবহার করে যে কোনও নাম্বারে কল করতে পারেন। (You can redirect to any mail using 'a' tag. And You can call any number using 'a' tag. )
Mail using <a> Tag :-
After Click The Link : -
After click it will poped up. |
আপনি নির্দিষ্ট ইমেল ঠিকানায় মেল প্রেরণ করতে পারেন যা 'href' বৈশিষ্ট্যের মধ্যে রয়েছে। আপনাকে 'mailto:' লিখতে হবে 'href' বৈশিষ্ট্যে এবং ইমেল আইডিটি লিখতে হবে যেখানে আপনি মেইল প্রেরণ করতে চান।
(You can send mail to specific email addresses that are included in the 'href' attribute. You have to write the 'mailto:' into 'href' attribute and have to write the email id where you want to send mail.)
(You can send mail to specific email addresses that are included in the 'href' attribute. You have to write the 'mailto:' into 'href' attribute and have to write the email id where you want to send mail.)
Call Using <a> Tag :-
Input : -
Output :-
লিঙ্কটি ক্লিক করার পরে, এটি আপনাকে আপনার ডিলারপ্যাডে পুনর্নির্দেশ করবে এবং কল করতে নির্দিষ্ট নম্বরটি দেখানো হবে।আপনাকে 'tel:' লিখতে হবে 'href' বৈশিষ্ট্যে এবং ফোন নম্বরটি লিখতে হবে, আপনি কোন নাম্বারে কল করতে চান।
(After click the link, it will redirect you to your dilerpad and the specific number will show to call.You have to write the 'tel:' into 'href' attribute and have to write the phone number, which number you want to call.)
0 Comments