CBSE Class 10 Computer Applications Question 48 of 125

HTML II — Images, Links and Tables — Question 39

Back to all questions
39
Question

Question 39

Target attribute with <A> tag is used to open a link in a new window. (T/F)

Answer

True

Reason — By setting the target attribute to "_blank", the link will open in a new window or tab, depending on the user's browser settings. For example:
<a href="example.com" target="_blank">Open in New Window</a>