FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which attribute is used to specify the location where linked document is opened?
A
Value
B
Type
C
Target
D
Start
Explanation: 

Detailed explanation-1: -The target attribute specifies where to open the linked document.

Detailed explanation-2: -A target attribute with the value of “ blank” opens the linked document in a new window or tab. A target attribute with the value of “ self” opens the linked document in the same frame as it was clicked (this is the default and usually does not need to be specified).

Detailed explanation-3: -The <a> HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Content within each <a> should indicate the link’s destination.

Detailed explanation-4: -Explanation: The “target” attribute specifies where to open the linked document.

Detailed explanation-5: -Answer: The href attribute is used to specify the address of the file which needs to be opened.

There is 1 question to complete.