Computer Science, asked by ruchitha09, 2 months ago

When the user clicks on a sign up image, the login page should be displayed in the same window. Which of the following options will
do this?
Select one
a)<a href="newpage.html" target="_self"><img src="signup.png'></img></a>
b) <a href= hewpage.html" target="_parent"><img src="signup png'></img></a>
c)<img src="signup.png'><a href="newpage html" target="_parent"></a></img
d)<a href="newpage html" target="_blank"><img src="signup png'></img></a>
e)<img src="signup.png'><a href="newpage.html" target="_blank"></a></img>
f)<img src="signup.png'><a href="newpage html" target="_self"></a></img​

Answers

Answered by sanjubmyh
3

Answer:

a

Explanation:

a tag with target self so im same page it displaya

Similar questions