Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

উপাদান শীর্ষক

 উপাদান নথিটি  ছয়টি  শিরোনামে মাত্রা বাস্তবায়ন শীর্ষক <h1> সবচেয়ে গুরুত্বপূর্ণ এবং <H6> কমপক্ষে হয় একটি শিরোনামটির  উপাদান সংক্ষিপ্তভাবে  প্রবর্তন ধারার বিষয়ে আলোচনা করা হয়েছে। তথ্য শিরোনাম ব্যবহারকারী এজেন্ট দ্বারাব্যবহার করা যেতে পারে উদাহরণস্বরূপ, স্বয়ংক্রিয়ভাবে একটি নথি জন্য একটি সূচীপত্র গঠন করা হল ।

Usage note:

  • Do not use lower levels to decrease heading font size: use the CSS font-size property instead.
  • Avoid skipping heading levels: always start from <h1>, next use <h2> and so on. Also try to have only one first level heading on a page.
Content categories Flow content, heading content, palpable content.
Permitted content Phrasing content.
Tag omission None, both the starting and ending tag are mandatory.
Permitted parent elements Any element that accepts flow content; don't use as a child of <hgroup> element, it is now deprecated
DOM interface HTMLHeadingElement

 আরোপ করা

 

এই উপাদান গ্লোবাল বৈশিষ্ট্যাবলী অন্তর্ভুক্ত

সারিবদ্ধ অ্যাট্রিবিউট অপ্রচলিত, আর এটি ব্যবহার করবেন না

 উদাহরণ

 সমস্ত শিরোনাম 

 নিচের কোডটি ব্যবহার সব শিরোনাম মাত্রা, দেখায়

<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
<h4>Heading level 4</h4>
<h5>Heading level 5</h5>
<h6>Heading level 6</h6>

 এই কোড পরিনাম:

 উদাহরণ পাতা

 নিম্নলিখিত কোড তাদের অধীন কিছু কন্টেন্ট সঙ্গে কয়েক শিরোনামে দেখায়

<h1>Heading elements</h1>
<h2>Summary</h2>
<p>Some text here...</p>

<h2>Examples</h2>
<h3>Example 1</h3>
<p>Some text here...</p>

<h3>Example 2</h3>
<p>Some text here...</p>

<h2>See also</h2>
<p>Some text here...</p>

 এই কোড পরিনাম:

 বিশেষ উল্লেখ

Specification Status Comment
WHATWG HTML Living Standard
The definition of '<h1>, <h2>, <h3>, <h4>, <h5>, and <h6>' in that specification.
Living Standard  
HTML5
The definition of '<h1>, <h2>, <h3>, <h4>, <h5>, and <h6>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<h1>, <h2>, <h3>, <h4>, <h5>, and <h6>' in that specification.
Recommendation  

 ব্রাউজার উপযুক্ততা

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 1.0 (1.0) (Yes) (Yes) (Yes)

 আরো দেখুন

ডকুমেন্ট ট্যাগ এবং অবদানকারী

ট্যাগ: 
 Contributors to this page: hmmonir
 সর্বশেষ হালনাগাদ করেছেন: hmmonir,