Pink means error; yellow means warning.
You may find that leaving target attributes in your <a> tags won't cause any issues, but if you're looking to publish somewhere where compliance is a prerequisite, you'll need to remove all "target='blahblahblah'" attributes/values from your links.
ex:
<a href="../Text/myhtml.html" target="_top" />
|