How to specify the link in HTML and explain the target attribute?
Vishalini.R Answered question June 23, 2023
When a link is clicked, the target attribute indicates where the linked page will open. The current window is the default. The linked document will open in a new tab or (on earlier browsers) a new window if target=”_blank” is used.
Vishalini.R Answered question June 23, 2023
