+ 2
Can anyone tell me and explain answer to this code(to open this link in parent frame )
< a href ="https://www.google.com target= " " > google< >
3 Answers
+ 10
<a href="https://www.google.com"
target="_parent"
Google</a>
+ 2
thank you
+ 2
target options are:
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked (this is default)
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
framename Opens the linked document in a named frame