Three important thing in HTML

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

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine