More link attributes

.7 More link attributes

I keep getting the error message “special characters must be escaped” and “tag must be paired, no start tag” I have redone this several times and keep getting the same message. I can’t understand what I’m doing wrong.


<a
href="https://en.wikipedia.org/wiki/Brown_bear"target="_blank">This Is A Link To Wikipedia</a>

Be sure to separate attributes with a single space.

<a href="#" target="_blank">

SMH! Got it! Thank you so much.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.