html5-svg-tag-in-hindi

Introduction to HTML5 <svg> Tag किसी web page में graphics define करने के लिए HTML5 Canvas के अलावा SVG technology भी provide करती है। SVG का पूरा नाम scalable vector graphics है। यह एक XML based image format होता है। SVG को web pages में two dimensional vector based graphics draw करने के लिए use किया जाता है। किसी … Read more

html-canvas-tag-in-hindi

Introduction to HTML5 <canvas> Tag अब तक web pages में graphics और animations create करने का कोई mechanism नहीं था। इसके लिए flash और silverlight जैसे technologies use की जाती रही है। लेकिन अब HTML5 की वजह से web developers graphics और animations directly webpages में create करने में सक्षम है। अब webpages में animations show करने के … Read more

html-track-tag-in-hindi

Introduction to HTML5 <track> Tag Internet की दुनिया में आजकल multimedia (Audio/Video) का चलन जोरों पर है। अब लगभग 100 में से 50 लोग किसी भी content को search करते समय video के लिए search करते है। इसका मुख्य कारण ये है की Multimedia user experience को बढ़ाता है। जैसा की आपको पता है HTML5 भी multimedia के … Read more

html-source-tag-in-hindi

Introduction to HTML5 <source> Tag किसी भी webpage में कोई audio या video add करने के लिए आप <audio> और <video> tags use करते है। इन tags में src attribute के द्वारा आप उस media file की location specify करते है जिसे आप include करना चाहते है। ये एक simple process है जैसा की आप … Read more

html-embed-tag-in-hindi

Introduction to HTML5 <embed> Tag यदि आप अपने webpage में कोई multimedia file add करना चाहते है जैसे की audio, video या flash आदि तो इसके लिए HTML आपको <embed> tag provide करती है। इस tag को यूज़ करते हुए आप अपने webpage में आसानी से कोई भी multimedia file add कर सकते है। <embed> … Read more

html-main-tag-in-hindi

Introduction to HTML5 <main> Tag HTML5 में header, article और footer आदि को specify करने के लिए अलग अलग tags provide किये गए है। इन tags के माध्यम से पता चल जाता है की header content कौनसा और footer content कौनसा है। उसी प्रकार HTML5 आपको document के main content को specify करने के लिए … Read more

html5-ruby-tag-in-hindi

Introduction to HTML5 <ruby> Tag <ruby> tag किसी text के लिए annotation specify करता है। एक annotation एक small text होता है जो main text का मतलब समझाता है या फिर उसमे use होने वाले characters का सही pronunciation करने में मदद करता है। मूलतः इसे east asian languages जैसे की Chinese, Japanese, Korean आदि के pronunciation में … Read more

html-5-mark-tag-in-hindi

Introduction to HTML5 <mark> Tag जब एक writer किसी text को reader के लिए अतिमहत्वपूर्ण मानता है तो वह उसे highlight करता है। Writer के text को highlight करने से वह text user का ध्यान आकर्षित करता है। इससे reader को भी पता चल जाता है की पुरे text में highlight किया गया text महत्वपूर्ण है। Web developers … Read more

html5-footer-tag-in-hindi

Introduction to HTML5 <footer> Tag HTML5 का <footer> tag किसी webpage, article या section का footer define करता है। Footer किसी article या webpage का सबसे आखिरी section होता है। <footer> tag अपने parent tag (article आदि) के बारे में जरुरी information represent करता है। आम तौर पर <footer> tag के द्वारा निचे दी गयी information represent की जाती … Read more

html5-nav-tag-in-hindi

Introduction to HTML5 <nav> Tag Navigation website का एक महत्वपुर्ण element होता है। इसे navigation bar भी कहा जाता है। Navigation में website के दूसरे important pages की links होती है। ये किसी website की core design का हिस्सा होता है। Website की सभी links navigation में नहीं हो सकती है। सिर्फ वे ही links … Read more