form Tag in HTML
<form> ট্যাগটি মূলত ব্যবহারকারীর কাছ থেকে ইনপুট পেতে হয়। অনেকগুলি ইনপুট টাইপ রয়েছে। উদাহরণস্বরূপ পাঠ্য, নম্বর, ইমেল ইত্যাদি।
(<form> tag is basically use to get input from user. There are many inputtypes. For example text,number, email etc .)
(<form> tag is basically use to get input from user. There are many inputtypes. For example text,number, email etc .)
Input : -
Output:-
এখানে আমি উদাহরণ হিসাবে টেক্সট এবং নম্বর টাইপ লিখছি।
(Here I am write text and number type just for example.)
0 Comments