CSS Overflow Property in Hindi Tutorial

CSS Overflow Property अगर content, container के size यानि उसकी width और height से ज्यादा हो तो वो content से बाहार निकल आता है | इसे overflow होना कहते हैं | element के इस overflow हो रहे content को संभालने के लिए css में overflow property का इस्तेमाल किया जाता है | Overflow Property Values … Read more

Categories CSS

Top HTML Interview Questions and Answers in Hindi for Freshers

HTML Interview Questions and Answers आर्टिकल में html से जुड़े उन सवालों को जानेगे जो interview में ज्यादा तर पूछे जाते हैं और उसके जवाब समझेंगे | HTML Interview Questions and Answers in Hindi Q.1) html क्या है ? answer : HTML  पूरा नाम  Hyper Text MarkUp Language है | ये एक Mark Up Language … Read more

CSS Border Radius Property in Hindi – सीएसएस बॉर्डर रेडियस tutorial

border property के जरिये html element में border लगायी जाती है | और उसी border के corner को गोलाई देने के लिए css border radius property का इस्तेमाल होता है | Border Radius in CSS border-radius property गोल border लगाने में मदद करती है | इस property से border के कोने गोल आकृति में दिखाई … Read more

Top Jquery Interview Questions and Answers in Hindi

इस आर्टिकल में common पूछे जाने वाले jquery interview questions and answers hindi में जानेगें | आशा है इससे आपको काफी मदद मिलेगी | Jquery Interview Questions and answers Hindi 1) jquery क्या है? Answer : jquery एक open source javascript library है | जिसे कोई भी अपनी programming में इस्तेमाल कर सकता है | … Read more

What is Z Index in CSS in Hindi

CSS में elements की position को बदलने के css position property का इस्तेमाल होता है | और position property कुछ helper properties के साथ काम करता है, वो है top, bottom, left और right property| CSS3 में एक और property जोड़ी गयी है जो position property के साथ काम करता है, वो है z-index property … Read more

Position in CSS in Hindi – Static, Relative, Absolute, Fixed, Sticky

CSS Position Property in Hindi html document में हम जिस तरह से html element को लिखतें हैं, उसी तरह से वो सारे elements वेबपेज में जगह ले लेतें हैं | अगर element को उसकी जगह से बदलना या सरकाना है, तो css position property का इस्तेमाल होता है | CSS Position Property से elements की … Read more

Categories CSS

CSS Background Property in Hindi – Background-Image, Repeat, Size

css background property से किसी वेबपेज में background सेट की जा सकती है | जिससे वेबपेज और ज्यादा आकर्षित लगती है | background property एक property नहीं है, ये group of properties यानि कई properties का समारोह है | जिसे हम इस आर्टिकल में पढेंगे | CSS Background Property css में background properties हैं background … Read more

HTML Video Tag in Hindi Tutorial – एचटीएमएल विडिओ टैग

HTML5 video tag video tag html5 की एक नयी tag है | html में किसी video file को जोड़ने के लिए <video> tag का इस्तेमाल होता है | video file जैसे की कोई video clip या कोई video recording किसी वेबसाइट में दिखाना हो तो, html में <video> tag के जरिये कर सकतें हैं | … Read more

audio tag in html5 in hindi – एचटीएमएल ऑडिओ टैग

html5 audio tag <audio> audio tag html5 की एक नयी tag है | html में किसी sound file को जोड़ने के लिए <audio> tag का इस्तेमाल होता है | sound file जैसे कोई music, या song या कोई अन्य recording को किसी वेबपेज में रखना हो, तो उसे <audio> के मदद से की जा सकती … Read more

Semantic Elements in HTML in hindi | HTML5 Semantic Tags

HTML5 Semantic Tags क्या है अर्थपूर्ण शब्दों को semantic कहा जाता है, semantic ऐसे शब्द को दर्शाता है जिसे देखते ही उसका उपयोग समझ आ जाता हो | वैसे ही html में कुछ tags ऐसे हैं जिनका नाम ही बता देता है उसे क्यों प्रयोग किया गया है उदाहरण के तौर पे <table> tag, <form> … Read more