Computer Science, asked by duttaashrunita, 7 months ago

Aashish has made a webpage using Html5,he knows that, by default links open the current window. But he wants the link to open in another window. Help him to write an appropriate Html code so that he will get the desired results.​

Answers

Answered by jberry4
2

just add a target="_blank" attribute to your links (anchor tags). Now when your visitors click that link, it will open in a new window or tab (depending on which web browser they are using and how they configured that browser)

Similar questions