+ 1
duplicated code
could sombody on pc help me to switch tabs when the links are pressed https://code.sololearn.com/WyPL2GVZgIee/#html
3 Respostas
+ 6
You haven't added an attribute which is target(that specifies a name or a keyword that indicates where to display the response that is received after submitting the form.)
And _blank will open it in a new window!
Hope helps ✌️
+ 1
Inside anchor tag you must add another attribute which is target.
<a href="https://xyz.com" target="_blank"> Portugal</a>