HTML Headings (H1 to H6 Tags)

HTML Headings (H1 to H6 Tags)

🔷 1. Introduction:

In HTML, headings are used to define titles, subtitles, or section names.
There are six levels of heading tags: from <h1> to <h6>.
Each one represents a different level of importance.


🔷 2. Definition:

The heading tags in HTML (<h1> to <h6>) are used to display text as headings.
<h1> is the largest and most important, and <h6> is the smallest.


🔷 3. Syntax:

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>

🔷 4. Output:

Each heading appears with different size and boldness.
<h1> is big and bold. <h6> is small and light.


🔷 5. Real Life Example:

Imagine writing a blog post.
You can use:

  • <h1> for the main title
  • <h2> for section headings
  • <h3> or lower for sub-points

This makes the content organized and easy to read.


🔷 6. Visual Difference (Text Sizes):

TagAppearance (by default)
<h1>Largest heading
<h2>Slightly smaller
<h3>Medium
<h4>Small
<h5>Smaller
<h6>Smallest

All heading tags are bold by default.

🔷 7. SEO and Headings:

  • <h1> is very important for Search Engine Optimization (SEO)
  • Search engines use it to understand the main topic of the page
  • Use only one <h1> per page
  • Use <h2>, <h3> etc., for sub-sections and better structure

🔷 8. HTML Example with Headings:

<h1>My Blog Title</h1>
<h2>Introduction</h2>
<p>This is the first paragraph.</p>
<h2>Main Content</h2>
<h3>Point 1</h3>
<h3>Point 2</h3>
<h2>Conclusion</h2>

🔷 9. Styling Headings with CSS (Optional):

<h2 style="color: green; text-align: center;">Styled Heading</h2>

🔷 10. Advantages:

  • Makes text organized and readable
  • Easy to use
  • Helps in SEO and webpage structure
  • Useful for headings, titles, and labels
  • Works on all browsers

🔷 11. Limitations:

  • Default sizes may not match your design
  • You need CSS for custom styling
  • Should not be used just for bold text (use <b> for that)

HTML में Heading Tags (H1 से H6)

🔷 1. परिचय (Introduction):

HTML में Headings का उपयोग किसी वेबपेज पर शीर्षक (Title), उपशीर्षक (Sub-heading) या अनुभाग (section) के नाम लिखने के लिए किया जाता है।
HTML में कुल 6 प्रकार के heading tags होते हैं — <h1> से लेकर <h6> तक।


🔷 2. परिभाषा (Definition):

HTML में <h1> से <h6> तक के टैग का उपयोग हैडिंग (Heading) दिखाने के लिए किया जाता है।
<h1> सबसे बड़ा और सबसे महत्वपूर्ण heading होता है और <h6> सबसे छोटा और कम महत्वपूर्ण


🔷 3. सिंटैक्स (Syntax):

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

🔷 4. आउटपुट (Output):

हर heading टैग अलग आकार और मोटाई (boldness) में दिखाई देता है।
<h1> सबसे बड़ा, और <h6> सबसे छोटा।


🔷 5. वास्तविक जीवन उदाहरण (Real Life Example):

मान लीजिए आप एक ब्लॉग पोस्ट लिख रहे हैं:

  • <h1> से ब्लॉग का मुख्य शीर्षक
  • <h2> से अनुभागों के टाइटल
  • <h3> और नीचे के टैग से बिंदु या उपशीर्षक

इससे आपकी वेबसाइट संगठित और पढ़ने में आसान हो जाती है।


🔷 6. हेडिंग के आकार (Heading Sizes):

टैगरूप (Appearance)
<h1>सबसे बड़ा
<h2>थोड़ा छोटा
<h3>मध्यम आकार
<h4>छोटा
<h5>और छोटा
<h6>सबसे छोटा

सभी headings बोल्ड (bold) होती हैं।

🔷 7. SEO में उपयोग (SEO Purpose):

  • <h1> टैग SEO के लिए बहुत महत्वपूर्ण होता है
  • सर्च इंजन <h1> को पेज के मुख्य विषय के रूप में पढ़ते हैं
  • एक पेज पर सिर्फ एक <h1> टैग होना चाहिए
  • <h2>, <h3> आदि से पेज को बेहतर संरचना दी जाती है

🔷 8. HTML उदाहरण (Example):

<h1>मेरा ब्लॉग</h1>
<h2>परिचय</h2>
<p>यह पहला पैराग्राफ है।</p>
<h2>मुख्य विषय</h2>
<h3>बिंदु 1</h3>
<h3>बिंदु 2</h3>
<h2>निष्कर्ष</h2>

🔷 9. CSS के साथ Styling (Optional):

<h2 style="color: blue; text-align: center;">यह केंद्र में नीली हेडिंग है</h2>

🔷 10. लाभ (Advantages):

  • पेज को साफ और सुंदर बनाता है
  • SEO में मदद करता है
  • सभी ब्राउज़र में काम करता है
  • कंटेंट को वर्गीकृत (organized) करता है
  • उपयोग करना आसान है

🔷 11. सीमाएँ (Limitations):

  • डिफ़ॉल्ट आकार आपकी डिज़ाइन से मेल नहीं खा सकता
  • कस्टम डिज़ाइन के लिए CSS ज़रूरी है
  • केवल बोल्ड टेक्स्ट के लिए इस्तेमाल नहीं करना चाहिए (उसके लिए <b> टैग है)

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *