html5-section-tag-in-hindi

Introduction to HTML5 <section> Tag HTML5 का <section> tag किसी web page या web application के generic sections को represent/define करता है। Section को यँहा पर ऐसे content के group के संदर्भ में use किया गया है जो किसी एक topic से related है। उदाहरण के लिए किसी website के homepage को कई sections में divide किया … Read more

html5-meter-tag-in-hindi

Introduction to HTML5 <meter> Tag किसी known range में एक measurement को represent या indicate करने के लिए HTML5 का <meter> tag use किया जाता है। एक Known range उस range को कहा जाता है जिसकी एक minimum value होती है और एक maximum value होती है। उदाहरण के लिए एक known range 0 से 100 … Read more

html5-time-tag-in-hindi

Introduction to HTML5 <time> Tag कई बार आपको webpages में ये बताने की आवश्यकता होती है की कोई कार्य किस समय, किस दिन, किस month या year में हुआ। उदाहरण के लिए जब कोई article publish किया जाता है तो उसकी publish date और time show किया जाता है। HTML5 से पहले ऐसा कोई भी … Read more

html5-wbr-tag-in-hindi

Introduction to HTML5 <wbr> Tag आपके content में जब कोई string बहुत बड़ी हो तो छोटी screen पर browser में वह ठीक से break नहीं होती है और आपके paragraph के structure को बिगाड़ देती है। इसके HTML5 में solution provide किया गया है। HTML5 आपको <wbr> tag provide करती है। इसे word break opportunity कहा जाता है। इस tag … Read more

html5-in-hindi-header-tag

Introduction to HTML5 <header> Tag HTML5 से पहले किसी भी webpage की header DIV element द्वारा define की जाती थी। Header के DIV section को दूसरे DIV sections से अलग करने के लिए इसे id दी जाती थी। जैसा की निचे दिया गया है। <div id=”header”> //header content here </div> Header की ही तरह दूसरे … Read more

html5-figure-tag-in-hindi

Introduction to HTML5 <figure> Tag HTML5 से पहले किसी web page में diagram, उदाहरण और code आदि insert करने के लिए कोई specific tag नहीं था। इसके लिए दूसरे common tags जैसे की <div>, <p>, <img> और <table> आदि use किये जाते थे। ऐसा करने से search engines को ये पता नहीं चल पाता था की … Read more

html5-details-tag-in-hindi

Introduction to HTML5 <details> Tag कई बार ऐसी कुछ details होती है जिन्हें user की demand पर show किया जाना ही बेहतर होता है। उदाहरण के लिए किसी web page पर कई products को show किया गया है। यदि सभी products की details उनके साथ show की जाए तो काफी कम products आप webpage में … Read more

html5-aside-tag-in-hindi

Introduction to HTML5 <aside> Tag HTML5 के <aside> tag में ऐसे content को show किया जाता है जो आसपास के content से related होता है। इस tag को ज्यादातर sidebar के रूप में उपयोग किया जाता है। इस tag को <body> tag के अंदर define किया जाता है। उदाहरण के लिए आपके web page में एक article … Read more

html5-article-tag-in-hindi

Introduction to HTML5 <article> Tag एक website में header, footer और sidebar आदि अलग अलग pages पर same हो सकते है। लेकिन article हर page पर unique होता है। Article किसी website का वह section होता है जिसमें main content होता है और जो user के लिए सबसे महत्वपूर्ण होता है। आपकी website के इसी section … Read more

html5-introduction-in-hindi

Introduction to HTML5 Web development के क्षेत्र में HTML बहुत ही महत्वपूर्ण language है। जब भी कोई web development के क्षेत्र में कदम रखता है तो उसे सबसे पहले HTML से ही रूबरू होना पड़ता है। HTML बहुत ही simple language है, जिसे आसानी से सीखा जा सकता है। इसकी simplicty के कारण ही HTML शुरआत से एक popular … Read more