xxxxxxxxxx
//Remove the escapes for your double quotes in
"<a href =\"www.example.com\">www.example.com</a>"
^ ^
// Remove the escapes for your double quotes in
"<a href ="http://www.example.com">www.example.com</a>"
//or
<a href ="http://www.example.com">www.example.com</a>