#1 Basic HTML Tags HTML Basic Tags वे Tags होते है, जो एकHTML Document की Foundation रखते है. इसलिये इन्हे Foundation Tags भी कहते है. नीचे HTML Basic Tags की List और उनके उपयोग के बारे में बताया जा रहा है. <–…–> – यह Comment Tag है. Comment Element का उपयोग उपयोग HTML Document में Comment Define करने के लिए किया जाता है. <!DOCTYPE> – DOCTYPE Element का पूरा नाम Document Type Definition होता है. DOCTYPE Element का उपयोग Document Type को Define करने के लिए किया जाता है. <HTML> – HTML Element एक HTML Document का Root Element होता है. इससे HTML Document को Define किया जाता है. <Head> – Head Element द्वारा HTML Document के बारे में लिखा जाता है. यह एक Webpage का Header Section होता है. जिसमे अधिकतर Meta Information को लिखा जाता है. <Title> – Title Element का उपयोग HTML Document का Title Define करने के लिए किया जाता है. Document Title हमें browse Window में दिखाई देता है. Document Title को Head Element में लिखा जाता है. <Body> – Body Element से HTML Do