img Tag in HTML
এইচটিএমএল পৃষ্ঠায় চিত্র যুক্ত করতে আইএমজি ট্যাগ ব্যবহার। ( img tag use to add image into the html page. )
চিত্র 1 এ উচ্চতা, প্রস্থের মতো কোনও বৈশিষ্ট্য নেই, সুতরাং আউটপুট চিত্রের আকারটি মূল চিত্রের মতো।(In the Image 1 no attribute like height, width, So the size of output image is same as original image.)
আপনার কম্পিউটার থেকে চিত্র যুক্ত করতে src বৈশিষ্ট্যের ভিতরে কেবল চিত্রের পথটি টাইপ করুন। (To add image from your computer just type the image path inside the src attribute .)
Input :-
Output :-
চিত্র 1 এ উচ্চতা, প্রস্থের মতো কোনও বৈশিষ্ট্য নেই, সুতরাং আউটপুট চিত্রের আকারটি মূল চিত্রের মতো।(In the Image 1 no attribute like height, width, So the size of output image is same as original image.)
চিত্র 2-তে উচ্চতা, প্রস্থের মতো বৈশিষ্ট্য ব্যবহার করা হয়েছে, সুতরাং আউটপুট চিত্রের আকারটি বৈশিষ্ট্যের মতো সংজ্ঞাযুক্ত।(In the Image 2 there use attribute like height, width, So the size of output image is as define in attribute.)
এখানে আমি আমার ওয়েবসাইট থেকে চিত্রটি ডেমো হিসাবে ব্যবহার করছি। আপনি আউটপুট হিসাবে কম্পিউটারে আপনার সংরক্ষিত চিত্রটি ব্যবহার করতে পারেন (Here I am using the Image from my website as demo. You can use your saved image in computer as output)
এটার মত (Like this ):-
Input :-
Output :-
আপনার কম্পিউটার থেকে চিত্র যুক্ত করতে src বৈশিষ্ট্যের ভিতরে কেবল চিত্রের পথটি টাইপ করুন। (To add image from your computer just type the image path inside the src attribute .)
0 Comments