Iframe and _parent , _blank

why we are using iframe and what we are doing with _parent and _blank not getting it

Hi @sailishmakkar650,
Basically iframe tag specifies an inline frame…like for embedding a web page into another web page or any document on a web page. Something like embedding/displaying a web page on the current one similar to how we imbed videos or maps on a web page , it is used to embed a web page on the current web page.

In _parent tag it is used to open a current document is the parent frame-set. Opens data in the size of parent window. target="_parent" Will open the in the next level up of a frame if they were nested to inside one another.

target="_blank" will opens the anchor in a new window(which has been redirected to tabs by browser settings usually).It opens a new window and show the related data.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.