Table of Contents
Tag
Webpage में कुछ भी add करना है तो वह हम tag की मदद से करते है, angle bracket <> के अंदर लिखा गया text tag कहलाता है HTML में, हर के tag का एक specific meaning होता है, जैसे <p> ये tag paragraph के लिए use होता है, <img> webpage में image insert करने के लिए.
हर एक tag का एक closing tag होता है , और वह कुछ इस प्रकार से है </tagname>
Syntax
<opening_tag> content </closing_tag>

Element
Tag तथा Content को एक साथ हम element कहते है।
Attributes
Attributes tag की properties की तरह होती है जो tag के extra फीचर्स को बड़ा देती है।

Content
Tag के अंदर लिखी गयी information/data को content कहते है।