The url tag doesn't allow any other tag (other than images). But the anchor tag, which still generates the same html element <a>, allows all tags. Either the url should allow all tags or anchor should be equally restricted (not sure which one is better).