Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

কিছু গুরুত্ব এট্রিবিউট type, Name, Title, Hight and Width ,placeholder, style

এইচটিএমএল(HTML) টিউটোরিয়াল

Created by : mamun_1
HTML,CSS,Javascript
tutorial
Programming, Software and application
212
2020-10-03 12:17:22
  1. কিছু গুরুত্ব এট্রিবিউট


  • Type,- এট্রিবিউট কি type হবে
  •  Name- এট্রিবিউট নাম/মান জোড়ায় জোড়ায় আসে। যেমনঃ name="value"
  •  Title,-একটি এলিমেন্ট সম্পর্কে অতিরিক্ত তথ্য সংযুক্ত করতে এটি ব্যবহার করা হয়।
  •  Hight and Width -Document এ ব্যবহৃত image এর size কে এই attribute দ্বারা প্রকাশ করা হয়
  • Placeholder, style-যে কোন এলিমেন্টকে ইনলাইন স্টাইল করার জন্য এটি ব্যবহার করা হয়।