InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between container tags and empty tags |
|
Answer» Eg: container tag Container tags are those tags who needs both opening and closing tags whila empty tags are those tags who needs only opening tag not closing tag. |
|