InterviewSolution
Saved Bookmarks
| 1. |
Differentiate container tag and empty tag. |
|
Answer» Container tag : It has both opening tag and closing tag Ex:<html>,<head>,<body>, ......... Empty tag : It has only opening tag no closing tag Ex:<br>,<hr>, ....... |
|