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 শিরোনাম বা হেডিং (h) ট্যাগ

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

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

HTML শিরোনাম বা হেডিং (h) ট্যাগ  


h1 tag এর গুরুত্ত সবচেয়ে বেশি এবং পর্যায় ক্রমে h2, h3 … h6. । <h1> হেডিং ট্যাগের ফ্রন্ট বড় আকারের হয়। আর প্রর্যায়ক্রমে <h2>, <h3>, <h4>, <h5>, <h6> থেকে ফ্রন্ট ছোট হতে থাকে। আসুন আমরা নিচের অংশে হেডিং ট্যাগের ব্যবহার সর্ম্পকে জেনে নেই।

উদাহরনঃ

  • <h1>This is heading tag</h1>
  • <h2>This is heading tag</h2>
  • <h3>This is heading tag</h3>
  • <h4>This is heading tag</h4>
  • <h5>This is heading tag</h5>
  • <h6>This is heading tag</h6>