InterviewSolution
Saved Bookmarks
| 1. |
The <a> tag is(a) a container tag(b) an empty tag(c) a closing tag(d) None of these |
|
Answer» (a) <a> is a container tag, which requires starting as well as matching ending tag. |
|