deepeweb.github.io

Types of HTML Tags in Hindi

1. Structural Tags

Structural Tags web page की basic structure बनाते हैं। इनमें <html>, <head>, और <body> tags सबसे जरूरी होते हैं। <html> पूरा page define करता है, <head> में meta information और title होता है, और <body> में main content रखा जाता है।

2. Formatting Tags

Formatting Tags text को अलग-अलग style और look देने के लिए use होते हैं। जैसे <b> text को bold करता है, <i> italic में दिखाता है और <u> underline करता है। इनकी मदद से content को पढ़ने में आसानी होती है।

3. Heading Tags

Heading Tags headings बनाने के लिए use होते हैं। इसमें <h1> से <h6> तक tags होते हैं। <h1> सबसे बड़ी heading होती है और <h6> सबसे छोटी। यह content को सही hierarchy में रखने में मदद करते हैं।

4. List Tags

List Tags किसी चीज को points में दिखाने के लिए use किए जाते हैं। Ordered List के लिए <ol> और Unordered List के लिए <ul> tag होता है। List के हर item को <li> tag में लिखा जाता है।

5. Link Tags

Link Tags web page में hyperlinks जोड़ने के लिए काम आते हैं। <a> tag सबसे important link tag होता है। इससे आप एक page को दूसरे page से connect कर सकते हैं। Example: <a href="https://www.google.com">Google</a>.

6. Image Tags

Image Tags किसी web page पर images लगाने के लिए use होते हैं। <img> tag से image insert होती है। इसमें src attribute से image का path और alt attribute से alternative text दिया जाता है।

7. Table Tags

Table Tags web page पर tables बनाने के लिए use किए जाते हैं। <table> main table का tag है। इसके अंदर <tr> row, <th> heading cell और <td> data cell के लिए tags होते हैं।

8. Input and Form Tags

Input और Form Tags user से data लेने के लिए होते हैं। <form> tag पूरे form को define करता है। इसके अंदर <input>, <textarea>, <select> जैसे tags होते हैं जिनसे अलग-अलग तरह का input लिया जा सकता है।


All Basic HTML Tags

Document Structure Tags

<!DOCTYPE> <html> <head> <title> <body>

Metadata Tags

<meta> <link> <base> <style>

Heading Tags

<h1> <h2> <h3> <h4> <h5> <h6>

Text Formatting Tags

<p> <br> <hr> <b> <strong> <i> <em> <u> <mark> <small> <del> <ins> <sub> <sup>

Link and Navigation Tags

<a> <nav>

Scripting Tags

<script> <noscript>

List Tags

<ul> <ol> <li> <dl> <dt> <dd>

Image and Media Tags

<img> <figure> <figcaption> <audio> <video> <source> <track>

Table Tags

<table> <caption> <thead> <tbody> <tfoot> <tr> <th> <td> <col> <colgroup>

Form Tags

<form> <input> <textarea> <button> <select> <option> <optgroup> <label> <fieldset> <legend> <datalist> <output>

Semantic Tags

<header> <footer> <main> <section> <article> <aside> <nav> <figure> <figcaption> <details> <summary> <mark> <time>

Other Useful Tags

<div> <span> <iframe> <canvas> <embed> <object> <param> <progress> <meter> <abbr> <address> <bdi> <bdo> <cite> <code> <data> <kbd> <q> <samp> <var>



Request

अगर आपको यह article useful या interesting लगा हो, तो please इसे अपने dosto aur family ke साथ जरूर share करें। आपका एक छोटा सा कदम हमें और अच्छा content बनाने के लिए motivate करता है। Thank you!

ध्यान दें कि इस page पर आपको कुछ ads भी देखने को मिल सकते हैं। इसके लिए हम आपसे माफी चाहते हैं। हम इस content को तैयार करने में काफी मेहनत और time लगाते हैं, ताकि आपको valuable जानकारी मिल सके। इन्हीं ads की मदद से हम ये काम continue कर पाते हैं।

आपके support और understanding के लिए दिल से धन्यवाद।




Follow Us

Facebook Logo    Instagram Logo