Computer Applications
Target attribute with <A>
tag is used to open a link in a new window. (T/F)
HTML Advanced Features
1 Like
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>
Answered By
1 Like