What target="_parent | _top" does in anchor tag?
<a href="somepage.html" target="_parent">link</a>
I didn't find any example for it. It would be great if someone could give real example of this attribute. I've checked various resources including stackoverflow
Are these attribute values deprecated, if not how could we use them now? I'm confused because articles regarding these attribute value only say what it does. but don't give example.