InterviewSolution
Saved Bookmarks
| 1. |
Will Any text placed between the tags will be ignored by the browser. |
|
Answer» A browser simply ignores any tag it doesn't understand or that was incorrectly SPECIFIED. DEPENDING on the tag and the browser, this can have varied results. Either the browser will DISPLAY NOTHING at all, or it MAY display the contents of the tag as though it were normal text. |
|