InterviewSolution
Saved Bookmarks
| 1. |
Difrence between mt tag and conttaner tag |
|
Answer» er tag have OPENING and closing tags and EMPTY tag has only ONE tag that is opening. There is no need to closing tag in empty tag. The DIFFERENCE between a container tag and an empty tag is QUITE simple. A container tag is the one which has to be closed and an empty tag doesn't need to be closed. |
|