InterviewSolution
Saved Bookmarks
| 1. |
What is tag? And how many types explain it? |
|
Answer» Empty tag example- Tag is a keyword written inside smaller and greater than symbol. It\'s of 2 types - 1) Container tag - The tag which requires both ending as well as starting tag. Ex- ..... 2) Empty tag-The tag which requires only starting tag. For example- |
|