deepeweb.github.io

HTML Attributes in Hindi

HTML Attributes क्या होते हैं?

HTML Attributes वो extra information होती है जो किसी tag में दी जाती है। ये browser को बताते हैं कि element का behavior या appearance कैसा होना चाहिए। Attributes हमेशा opening tag में ही लिखे जाते हैं।

Attribute की Structure

Attribute tag के अंदर लिखा जाता है और इसका format ऐसा होता है:

<tagname attribute="value">Content</tagname>

यहां attribute उसका नाम होता है और value उसका मान।

href Attribute

<a> tag में सबसे important attribute href होता है। यह बताता है कि link किस URL पर जाएगा। Example:

<a href="https://www.google.com">Visit Google</a>

src Attribute

<img> tag में src attribute होता है। इससे browser को पता चलता है कि image कहां से लानी है। Example:

<img src="photo.jpg" alt="My Photo">

alt Attribute

<img> tag में ही alt attribute लिखा जाता है। यह image का alternative text होता है जो image load न होने पर दिखता है या visually impaired users को पढ़कर सुनाया जाता है।

style Attribute

style attribute किसी भी tag में inline CSS लगाने के लिए use होता है। इससे direct element का color, size या design बदला जा सकता है। Example:

<p style="color: blue;">This is blue text.</p>

id Attribute

id attribute element को एक unique identity देता है। इससे CSS या JavaScript में उसे अलग से select किया जा सकता है। Example:

<div id="header">Website Header</div>

class Attribute

class attribute कई elements को एक ही group में रखने के लिए use होता है। यह styling और scripting में helpful होता है। Example:

<p class="intro">This is an introduction paragraph.</p>

HTML Attributes elements में extra details जोड़ने का तरीका हैं। यह बताते हैं कि element कैसे behave करेगा और कैसा दिखेगा। Attributes के बिना HTML tags अधूरे माने जाते हैं।




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