什么';这个img src和a href代码有问题


What's wrong with this img src and a href code?

这个有什么问题:

echo '<a href="https://www.facebook.com/pages/Haddad-Guest-House/193701947328195" target="_blank">'<img src="http://imgit.me/i/6G0R4D9.png"></a>';

<a><img>节点之间有一个应该删除的引号。尝试如下:

echo '<a href="https://www.facebook.com/pages/Haddad-Guest-House/193701947328195" target="_blank"><img src="http://imgit.me/i/6G0R4D9.png"></a>';