Computer Science, asked by yusra29, 6 months ago

A
7. Consider the HTML code
A HREF = #intro Introduction </A>.
In the above code,
(1) What is the purpose of = ?
(ii) What will happen when the user clicks "Introduction​

Answers

Answered by raj1990600
13
A href in HTML is used to give link to a page in HTML . After equal sign you can provide with the name of particular HTML page where you want to redirect when link clicked .. as soon as the user clicks the link he will be redirected to that page
Answered by madeducators2
2

Anchor tag

Explanation:

  • Here A HREF is an anchor tag which is used to add hyperlinks to the text .
  • These hyperlinks are blue in color and have a underline under it and these page direct us to the the next page which opens in a new window.
  • When the user clicks on the Introduction the link will change its color from blue to purple and the page which contains the section of introduction will be displayed on the screen .
  • These anchor tags have opening as well as closing tag in it .
Similar questions