Dear All,
Hello..!
I have one problem with html links.
Suppose we want to set the link in our html document, we use <a href="filename.html"> Link </a>
Suppose we want to go to a particular section to other html document then we use <a href="filename.html#name> Link </a>. Here in this case, we have to set the "name" attribute to filename.html.
But suppose i want to go to the particular section on the other website (which is already on internet. Suppose wikipedia).
Then what is the procedure.?
I am using the following code.
<a href="http://en.wikipedia.org/wiki/HTML#Techniques"> Link <a>.
The above link send me to "http://en.wikipedia.org/wiki/HTML", but i can not reach to word "Techniques".
Anybody can help me for this.
Can anybody provide me the code for link, by using which we can go to the particular section of the existed website.
Thank you very much,
Nakul Pancholi