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.

HTML Comments কি ও কিভাবে লিখে

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

Created by : mamun_1
HTML,CSS,Javascript
tutorial
Programming, Software and application
213
2020-10-03 12:17:22

HTML Comments কি?

আমরা যারা facebook ব্যবহার করি সবারই Comment সম্পর্কে ভাল জানেন। তবে facebook Comment আর এইচটিএমএল Comment এক জিনিস নয়। facebook Comment ব্রাউজারে দেখা যায়। কিন্তু এইচটিএমএল কমেন্ট ব্রাউজারে দেখা যায় না। এইচটিএমএল কমেন্ট বলতে মুলত কোড এডিটরের কমেন্টকে বুঝানো হয়


HTML Comments কিভাবে লিখে 

Example:


<!-- This is a comment -->

    <p>This is a paragraph.</p>

<!-- This is a comment -->