Hello, I have a question.
If I want to make target attribute position to after href, how to do that?
currently, anchorme make a tag like this,
<a target="_blank" href="http://www.google.com">http://www.google.com</a>
but I want like this
<a href="http://www.google.com" target="_blank">http://www.google.com</a>
Is it possible?
Hello, I have a question.
If I want to make target attribute position to after href, how to do that?
currently, anchorme make a tag like this,
<a target="_blank" href="http://www.google.com">http://www.google.com</a>but I want like this
<a href="http://www.google.com" target="_blank">http://www.google.com</a>Is it possible?