HTML5 <Article> Tag
Introduction to HTML5 <article> Tag एक website में header, footer और sidebar आदि अलग अलग pages पर same हो सकते है। …
Introduction to HTML5 <article> Tag एक website में header, footer और sidebar आदि अलग अलग pages पर same हो सकते है। …
Introduction to HTML5 <aside> Tag HTML5 के <aside> tag में ऐसे content को show किया जाता है जो आसपास के …
Introduction to HTML5 <canvas> Tag अब तक web pages में graphics और animations create करने का कोई mechanism नहीं …
Introduction to HTML5 <datalist> Tag किसी <input> element में predefined options define करने के लिए HTML5 …
Introduction to HTML5 <details> Tag कई बार ऐसी कुछ details होती है जिन्हें user की demand पर show किया जाना ही …
Introduction to HTML5 <embed> Tag यदि आप अपने webpage में कोई multimedia file add करना चाहते है जैसे की audio, …
Introduction to HTML5 <figure> Tag HTML5 से पहले किसी web page में diagram, उदाहरण और code आदि insert करने के लिए …
Introduction to HTML5 <footer> Tag HTML5 का <footer> tag किसी webpage, article या section का footer define …
Introduction to HTML5 <header> Tag HTML5 से पहले किसी भी webpage की header DIV element द्वारा define की जाती थी। …
Introduction to HTML5 <main> Tag HTML5 में header, article और footer आदि को specify करने के लिए अलग अलग tags …
Introduction to HTML5 <mark> Tag जब एक writer किसी text को reader के लिए अतिमहत्वपूर्ण मानता है तो वह उसे …
Introduction to HTML5 <meter> Tag किसी known range में एक measurement को represent या indicate करने के लिए HTML5 …
Introduction to HTML5 <nav> Tag Navigation website का एक महत्वपुर्ण element होता है। इसे navigation bar भी कहा …
Introduction to HTML5 <output> Tag आपने कई बार ऐसी sites देखी होगी जो किसी प्रकार की calculation perform करती और …
Introduction to HTML5 <ruby> Tag <ruby> tag किसी text के लिए annotation specify करता है। एक annotation एक …
Introduction to HTML5 <section> Tag HTML5 का <section> tag किसी web page या web application के generic …
Introduction to HTML5 <source> Tag किसी भी webpage में कोई audio या video add करने के लिए आप <audio> और …
Introduction to HTML5 <svg> Tag किसी web page में graphics define करने के लिए HTML5 Canvas के अलावा SVG technology …
Introduction to HTML5 <time> Tag कई बार आपको webpages में ये बताने की आवश्यकता होती है की कोई कार्य किस समय, किस …
Introduction to HTML5 <track> Tag Internet की दुनिया में आजकल multimedia (Audio/Video) का चलन जोरों पर है। अब लगभग …
Introduction to HTML5 <wbr> Tag आपके content में जब कोई string बहुत बड़ी हो तो छोटी screen पर browser में वह ठीक …
Introduction to HTML5 Web development के क्षेत्र में HTML बहुत ही महत्वपूर्ण language है। जब भी कोई web development के …
Introduction to HTML5 New Input Attributes नए input types के अलावा HTML5 में कुछ नए input attributes भी introduce किये …
Introduction to HTML5 Input Types Input types user से input प्राप्त करने के लिए use किये जाते है। Input types को …