HTML Form Elements
HTML Form Elements वे tags होते हैं जिनकी मदद से user से different types का input लिया जाता है।ये elements <form> tag के अंदर use किए जाते हैं और data collect करने का काम करते हैं। Forms इन्हीं elements की…
HTML Form Elements वे tags होते हैं जिनकी मदद से user से different types का input लिया जाता है।ये elements <form> tag के अंदर use किए जाते हैं और data collect करने का काम करते हैं। Forms इन्हीं elements की…
HTML Form Attributes <form> tag के attributes होते हैं जो यह control करते हैं कि form का data कहाँ, कैसे और किस तरीके से submit होगा।ये attributes form के behavior को define करते हैं। action Attribute action attribute यह बताता…
HTML Forms का उपयोग user से input लेने के लिए किया जाता है।Forms के ज़रिए data server पर भेजा जाता है, जैसे login, registration, search, feedback आदि। Form user interaction का सबसे important हिस्सा होता है। HTML Form का Basic…
HTML Editors – Practice Mock Test (10 Questions)
Hindi Mock Test for HTML Tables
Nested list वह list होती है जिसमें एक list के item के अंदर दूसरी list होती है। HTML में nested lists का उपयोग hierarchical या sub-level information दिखाने के लिए किया जाता है। Common use cases: Basic Nested Unordered List…
How to Add JavaScript in HTML Document in Hindi: Web development में HTML और JavaScript का combination सबसे ज़्यादा इस्तेमाल होता है। HTML structure और content देता है, जबकि JavaScript web page को interactive और dynamic बनाता है। इस article…
JavaScript में Entire HTML Document को String के रूप में कैसे प्राप्त करें? Web development में कई ऐसी situations आती हैं जहाँ हमें पूरे HTML document को string के रूप में access करना होता है। उदाहरण के लिए: इस article…
HTML lists में default bullets simple dots या numbers होते हैं। Custom bullets और icons का मतलब है कि हम default bullets की जगह अपनी पसंद के symbols, images या icons दिखाएँ। इनका उपयोग UI को attractive और meaningful बनाने…
HTML Lists क्या होती हैं? HTML Lists का उपयोग related items को list के रूप में दिखाने के लिए किया जाता है।By default, lists vertical होती हैं, लेकिन CSS की मदद से इन्हें horizontal या inline बनाया जा सकता है।…
HTML क्या है? HTML (HyperText Markup Language) web pages बनाने की standard language है।यह browser को बताती है कि content कैसे structure और display किया जाए। HTML flexible है और syntax errors को browser अक्सर ignore कर देता है। XHTML…