InterviewSolution
Saved Bookmarks
| 1. |
How are empty elements different from container elements? Give example. |
|
Answer» Answer: EMPTY TAGS are different from container elements because empty element does'n have a wrapped around text and the don't REQUIRE any CLOSING but whereas container tags are required to fill each and every thing in a container and it also NEED to be closed otherwise it will not be implement in the webpage EXAMPLE of container tag EXAMPLE of Empty Tag |
|