Does the target matters on "telephone anchor" HTML -


if have code this:

<a href="tel:+17027613327" target="_blank">     <font color="blue">        <strong>702-761-3327</strong>     </font> </a> 

the question is... target matters? can put target='_blank' ?

because tel: not browser protocol, target attribute doesn't have meaning. can safely rid of it.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -