HTML tags in Hindi – Complete list of basic HTML tags with easy explanation for beginners.

🔍
👤

HTML Tags List in Hindi – Complete Guide for Beginners



HTML में बहुत सारे tags होते हैं, लेकिन beginners के लिए सही और जरूरी tags समझना बहुत जरूरी है। इस पोस्ट में हम आपको हर tag का काम आसान हिंदी में समझाएंगे।


🔹 Basic Structure Tags

<html> → यह पूरी HTML document की शुरुआत और अंत को define करता है

<head> → इसमें page की जानकारी (meta, title, CSS) होती है

<title> → browser tab में दिखने वाला नाम

<body> → इसमें पूरा visible content दिखता है

🔹 Heading Tags

<h1> → सबसे बड़ा और important heading

<h2> → main sub heading

<h3> → section heading

<h4> → छोटा heading

<h5> → और छोटा heading

<h6> → सबसे छोटा heading

🔹 Text Formatting Tags

<p> → paragraph लिखने के लिए

<b> → text को मोटा (bold) करता है

<strong> → important text को highlight करता है

<i> → text को italic बनाता है

<u> → text के नीचे लाइन देता है

<br> → नई लाइन शुरू करता है

<hr> → एक horizontal line बनाता है

🔹 Link और Media Tags

<a> → किसी page या website का link बनाता है

<img> → image दिखाने के लिए इस्तेमाल होता है

<video> → video दिखाने के लिए

<audio> → audio चलाने के लिए

🔹 List Tags

<ul> → bullet (dot) वाली list बनाता है

<ol> → number वाली list बनाता है

<li> → list के items लिखने के लिए

🔹 Table Tags

<table> → table बनाने के लिए

<tr> → row (पंक्ति) बनाता है

<td> → data (cell) दिखाता है

<th> → heading cell बनाता है

🔹 Form Tags

<form> → form बनाने के लिए

<input> → user से input लेने के लिए

<textarea> → बड़ा text box देता है

<button> → button बनाता है

<select> → dropdown menu बनाता है

<option> → dropdown के option define करता है

🔹 Example Code

<!DOCTYPE html>
<html>
<head>
<title>Amod Study would</title>
</head>
<body>

<h1>HTML Tags List in Hindi – Complete Guide for Beginners</h1>
<p>Yeh ek paragraph hai</p>

</body>
</html>

📞 Contact Us

अगर आपको यह पोस्ट पसंद आई हो या कोई सवाल हो तो हमसे संपर्क करें:

📧 Email: amodstudywould001@gmail.com

🌐 Website: ................................................

📱 WhatsApp: https://whatsapp.com/channel/0029Vb7GV4CC1Fu9oTb14n0o


👉 Conclusion

HTML सीखने के लिए ये सभी basic tags बहुत जरूरी हैं। इनको अच्छे से practice करें और अपना खुद का webpage बनाना शुरू करें।

Comments

Popular posts from this blog

Tally Prime Edit Log – Company Creation, GST Enable, Purchase & Sales Entry PDF Download

HTML Introduction HTML Quotation HTML Colors HTML Links HTML Images HTML Tables HTML Lists Block & Inline Class Attribute ID Attribute HTML Iframes HTML Forms