1. Tag
2. Element
3. Attribute
Tag is a specific thing.
Element is a complete thing.
Attribute define in the opening tag and modify the elements till the closing tag which in it.
Example : <p align="center">This is Element Content</p>
Attribute Visual Example :
Element Visual Example :
Comments
Post a Comment