HTML Introduction
What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML con... More Details
HTML Attributes
HTML Attributes सभी HTML elements, attributes हो सकते हैं। Attributes हमेशा प्रारंभ टैग (start tag) में निर्दिष्ट (specified) होते हैं। Attributes... More Details
HTML Form
What is Form in HTML? Form से हम User से Data एकत्रित (Collect) करते हैं। Form से हम User से input एकत्रित (Collect) करते हैं। Form Tag का Use हम Form का... More Details
HTML Anchor Tag
The <a> HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locatio... More Details
HTML Void Elements
HTML ElementsHTML Elements को start tag और end tag द्वारा लिखा जाता है। start tag और end tag के बीच Content में लिखा जाता है।Example-<tagName>Content यहां लिखा जाता है..... More Details
Heading Tags
इस Page में हम कुछ (Basic) बुनियादी HTML उदाहरण सिखेंगे। चिंता न करें अगर हम ऐसे टैग का उपयोग करते हैं जिनके बारे में आपने अभी तक नहीं सीखा है। HTML Documents सभी H... More Details