InterviewSolution
Saved Bookmarks
| 1. |
Categorise the following tags in HTML and write the criterian for the categorisation.<BR>,<P>,<BODY>,<B>,<HR>,<IMG> |
|
Answer» 1. Empty tag: <BR> <HR> <IMG> 2. Container tag <P> <BODY> <B> |
|