HTML Tags List: वेब डेवलपमेंट के लिए उपयोगी HTML टैग लिस्ट।

HTML (Hyper Text Markup Language) में सैंकड़ों अलग-अलग Tags होते हैं, जो वेब डेवलपमेंट में काम आते हैं। ये टैग वेब पेजों की संरचना को परिभाषित करते हैं और सामग्री को प्रदर्शित करने में मददगार होते हैं। हमने आपके लिए 100+ प्रमुख HTML Tags की सूचि तैयार की हैं जिसकी सहायता से आप आप सुंदर और आकर्षक Web Pages बना सकते हैं।

List of HTML Tags

TagsDescription
<a>Defines a hyperlink to another web page or resource.
<abbr>Defines an abbreviation or acronym.
<address>Represents contact information.
<area>Defines an area within an image map.
<article>Represents an independent, self-contained content.
<aside>Represents content tangentially related to the content around it.
<audio>Embeds audio content on a web page.
<b>Defines bold text.
<base>Specifies a base URL for relative URLs in a document.
<bdi>Isolates a part of the text that might be formatted in a different direction.
<bdo>Overrides the current text direction.
<blockquote>Defines a block of text quoted from another source.
<body>Contains the visible content of the web page.
<button>Creates a clickable button.
<canvas>Used to draw graphics using JavaScript.
<caption>Defines a table caption.
<cite>Represents a citation or reference to a creative work.
<code>Represents computer code.
<col>Specifies column properties for a table column group.
<colgroup>Groups a set of <col> elements in a table.
<datalist>Contains a list of predefined options for an <input> element.
<dd>Describes the value of a term in a description list.
<del>Defines text that has been deleted from a document.
<details>Defines additional details that the user can view or hide.
<dfn>Represents a term that is being defined within the document.
<dialog>Represents a dialog box or a window.
<div>Represents a division or a section of an HTML document.
<dl>Defines a description list.
<dt>Defines a term in a description list.
<em>Indicates emphasized text.
<embed>Embeds external content.
<fieldset>Groups related form elements together.
<figcaption>Provides a caption for a <figure> element.
<figure>Represents any content that is referenced from the main content.
<footer>Represents the footer of a section or a page.
<form>Encloses form elements for user input.
<h1> – <h6>Define headings of different levels, from 1 (highest) to 6 (lowest).
<head>Contains meta-information about the document.
<header>Represents the header of a section or a page.
<hr>Creates a thematic break or horizontal rule.
<html>Defines the root of an HTML document.
<i>Represents italicized text.
<iframe>Embeds an inline frame or external content.
<img>Embeds an image in the document.
<input>Defines an input field for forms.
<ins>Defines text that has been inserted into a document.
<kbd>Represents keyboard input.
<label>Defines a label for an <input> element.
<legend>Provides a caption for a <fieldset> element.
<li>Defines a list item within <ul> or <ol> tags.
<link>Specifies relationships between the current document and an external resource.
<main>Represents the main content of the document.
<map>Defines an image map with clickable areas.
<mark>Highlights or marks a portion of text.
<menu>Defines a list of commands or options.
<meta>Provides metadata about the HTML document.
<meter>Represents a scalar measurement within a known range.
<nav>Represents a navigation menu or links.
<noscript>Provides alternative content when JavaScript is disabled.
<object>Embeds an external object, such as a multimedia player.
<ol>Creates an ordered (numbered) list.
<optgroup>Groups related options in a dropdown list.
<option>Defines an option in a dropdown list.
<output>Represents the result of a calculation.
<p>Represents a paragraph of text.
<param>Defines parameters for an object element.
<picture>Defines a container for multiple image sources.
<pre>Represents preformatted text.
<progress>Represents the progress of a task.
<q>Defines a short inline quotation.
<rp>Provides fallback text for browsers not supporting ruby annotations.
<rt>Defines an explanation/pronunciation of characters (for ruby annotations).
<ruby>Defines a ruby annotation for East Asian typography.
<s>Represents text that is no longer accurate or relevant.
<samp>Represents sample output from a computer program.
<script>Contains JavaScript code.
<section>Represents a section within a document.
<select>Creates a dropdown list for selection.
<small>Represents smaller text.
<source>Specifies multiple media resources for media elements.
<span>Defines an inline container for a small piece of content.
<strong>Indicates strongly emphasized text.
<style>Contains style information for a document.
<sub>Represents subscript text.
<summary>Defines a visible heading for a <details> element.
<sup>Represents superscript text.
<table>Defines a table for organizing data in rows and columns.
<tbody>Groups the body content in a table.
<td>Defines a table cell within a row.
<template>Holds client-side content that you don’t want to be rendered.
<textarea>Defines a multiline text input field.
<tfoot>Groups the footer content in a table.
<th>Represents a table header cell.
<thead>Groups the header content in a table.
<time>Represents a specific period in time or a time on a 24-hour clock.
<title>Sets the title of the document, displayed in the browser’s title bar.
<tr>Represents a table row.
<track>Provides text tracks for media elements.
<u>Defines text that should be underlined.
<ul>Creates an unordered (bulleted) list.
<var>Represents a variable in a computer program.
<video>Embeds video content on a web page.
<wbr>Specifies where in a text it would be most appropriate to insert a line break.
HTML Tags List

इस सूची में आमतौर पर उपयोग किये जाने वाले कुछ सामान्य HTML Tags शामिल किये गए हैं, लेकिन वेब पेज और एप्लिकेशन बनाने के लिए कई और भी HTML Tags उपलब्ध हैं।

FAQs

HTML में “Tags” क्या हैं?

HTML में “Tags” वो विशेष कोड होते हैं जो वेब पेज के तत्वों को परिभाषित करते हैं। हर टैग एक एंगल ब्रैकेट (<>) के बीच होता है, जिसमे टैग का नाम होता है। टैग वेब पेज की संरचना और सामग्री को व्यवस्थित करते हैं। उदाहरण के लिए, <html> टैग से वेब पेज की शुरुआत होती है, <head> टैग मेटाडेटा जैसा शीर्षक और लिंक को समाहित करता है।

HTML में कितने Tags होते हैं?

HTML में सैंकड़ों (100+) tags होते हैं।

निवेदन

उम्मीद है कि आपको यह लेख (100+ HTML Tags: जो वेब डेवलपमेंट के लिए बहुत उपयोगी हैं) जरूर पसंद आया होगा।

अगर यह Article आपके लिए उपयोगी रहा हो तो इसे अपने दोस्तों के साथ जरूर शेयर करें और आपके जो भी सवाल हों उन्हें नीचे कमेंट करके बताएं।

Leave a Comment