<base> tag in HTML will serve base path(when set through href attribute <base href="http://www.w3schools.com/images/"> ) for all relative URL's in the page( and this can be overwritten through http:) , and also defines global target property(when set through <head>
Make sure to specify
<base target="_blank">
</head>
target property and anyways this property can be over ridden through inline settings of attributes.Make sure to specify
http://
(not just www.) in the links or they will open relative to the extension
No comments:
Post a Comment