Computer Science, asked by tripathink1970, 2 months ago

6. To jump to new web page, we use
(a) <IMG> tag
(c) <JUMP> tag
(6) <A> tag
(d) none of the above​

Answers

Answered by anindyaadhikari13
1

Answer:

  • To jump to a new web page, we use <a> tag.

Explanation:

  • The <a> tag stands for anchor tag. It is used to create links in a web page.

  • We can jump to a new web page by using the target attribute.

  • To jump to a new page, we use the given syntax - <a href="abc.html" target="_blank">Text<a>

  • The _blank value of target attribute opens the link on a new page.
Similar questions