HTML Basic How can you open a link in a new browser window ?1. < a href="url" target="_blank">2. < a href="url" target="new">3. < a href="url" blank> None of these Option 1 Option 2 Option 3 None of these Option 1 Option 2 Option 3 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What is DOM in HTML? Convention for representing and interacting with objects in html documents Hierarchy of objects in ASP.NET None of the mentioned Application programming interface Convention for representing and interacting with objects in html documents Hierarchy of objects in ASP.NET None of the mentioned Application programming interface ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Adding a border to your image helps the visitor to recognize it as what ? A link None of these A picture A frame A link None of these A picture A frame ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms All of these Link Imagemap Anchor All of these Link Imagemap Anchor ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types? none of the mentioned element.itemProp document.getItems collection.namedItem none of the mentioned element.itemProp document.getItems collection.namedItem ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which property tells how many rows a cell should span ? rowspan=n Both A and B colspan=n None of these rowspan=n Both A and B colspan=n None of these ANSWER DOWNLOAD EXAMIANS APP