InterviewSolution
Saved Bookmarks
| 1. |
A 7. Consider the HTML codeA HREF = #intro Introduction .In the above code,(1) What is the purpose of = ?(ii) What will happen when the user clicks "Introduction |
|
Answer» 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 |
|