Retweeted
I just learned about the <base> element, I didn’t know about it so I thought I’d share:
You can do like:
<head>
<base target=”_blank”>
</head>
And use base to set properties for all links in the document. Here, every link will open in a new window: