If we use target=_new, the first link will open in a new window and all others will open that same window. If there are many links with target=_new, all the links will open in same window.
e.g.: Link1 with target=_new
Link2 with target=_new
If we use target=_blank, the link will open in a new window. If there are many links with target=_blank, all the links will open in different windows.
e.g.: Link1 with target=_blank
Link2 with target=_blank
....