HTML Tag, Attribute and Element in detail हिन्दी में।

 

What are the HTML Tags, Attributes and Elements

HTML Tags, Attributes and Elements क्या हैं


चलो पहले देखें कि HTML टैग क्या है

HTML Tags


HTML Tags: Tag एक HTML element के starting parts और ending parts  हैं। वे start < symbol और end > symbol के साथ होते हैं। और जो कुछ भी इन  symbols के अन्दर लिखा जाता हैं, उन्हें tag कहा जाता है।


HTML 5


Example: 

H1 level one heading tag है 

<h1> </h1> 

HTML tags का उपयोग यह परिभाषित करने के लिए किया जाता है कि web browser screen पर content को कैसे format करेगा और display करेगा। HTML tag एक HTML content और एक simple content के बीच भेद करने में मदद करता है।
एक HTML file में कुछ essential tag होने चाहिए ताकि web browser एक simple text और HTML text के बीच अंतर कर सकें। आप अपने code की आवश्यकता के अनुसार जितने चाहें उतने tags का उपयोग कर सकते हैं।

जब web browser एक HTML document को read करता है, तो browser इसे top to bottom और left to right read करता है। HTML tags को HTML document बनाने और उनके properties को render करने के लिए उपयोग किया जाता है। प्रत्येक HTML tag में अलग-अलग गुण होते हैं।


HTML Elements

HTML Elements: generally एक HTML element में start tag <tag name> और close tag </ tag name> शामिल होता है और उनके बीच content होता है।





तो इसका मतलब है कि एक element start tag, attribute, close tag और उनके बीच की content का collection होता है।

ये elements web page बनाने और उस webpage में content को define करने के लिए responsible हैं।

Example: 

<b>This is the content.</b>
This is the content.

Where, <b> is the starting tag and </b> is the ending tag.


HTML Attributes

HTML Attributes: Attribute का उपयोग HTML element के character को define करने के लिए किया जाता है। यह हमेशा एक element के start tag में लिखा जाता है। यह generally element को additional styling (attribute) provide करता है

प्रत्येक element या tag में attributes हो सकते हैं, जो उस element के behaviour को define करता है

Attributes name और values case sensitive होते हैैं, और इसे W3C द्वारा recommend किया जाता है कि इसे Lowercase में ही लिखा जाना चाहिए।

आप एक HTML element में कई attributes को जोड़ सकते हैं, लेकिन दो attributes के बीच space देना होता है।

Example: 

<p align="center">This is paragraph.</p>
This is paragraph.





टिप्पणियाँ

इस ब्लॉग से लोकप्रिय पोस्ट

HTML tag, Element and Attribute in English

Redmi K30i 5G को स्नैपड्रैगन 765G और 120Hz डिस्प्ले के साथ घोषित किया गया है: कीमत, स्पेसिफिकेशन और बहुत कुछ