Posts

Showing posts with the label HTML Attributes in Hindi for Beginner Level

HTML Attributes Tutorial in Hindi | href, src, alt, style Attribute with Examples

Image
HTML Introduction HTML Quotation Page no 1 HTML Links HTML Images HTML Tables HTML Lists You tube WhatsApp ID Attribute HTML Iframes HTML Forms HTML Text Formatting Elements HTML टेक्स्ट फॉर्मेटिंग एलिमेंट्स HTML also defines special elements for defining text with a special meaning.HTML में कुछ special elements होते हैं जो text को अलग meaning और style देने के लिए use किए जाते हैं। HTML uses elements like <b> and <i> for formatting output like bold or italic text.HTML में <b> और <i> जैसे elements text को bold या italic दिखाने के लिए use किए जाते हैं। <b> - Bold text (मोटा टेक्स्ट) <strong> - Important text (महत्वपूर्ण टेक्स्ट) <i> - Italic text (तिरछा टेक्स्ट) <em> - Emphasized text (जोर देकर लिखा गया टेक्स्ट) <u> - Underline text (रेखा वाला टेक्स्ट) <mark> - Marked text (हाइलाइट किया हुआ टेक्स्ट) <small> - Small text (छोटा टेक्स्ट) <big> - Big...