The target drop down has only effect on the resulting Code when the Href is set. Users may not notice that and falsly think the link will open in a new window for example, but the target="_blank" is not really applied in the code because it was set before the Href was set.
The
target
drop down has only effect on the resultingCode
when theHref
is set. Users may not notice that and falsly think the link will open in a new window for example, but thetarget="_blank"
is not really applied in the code because it was set before theHref
was set.