I am having trouble with the anchor tag of HTML. I have something like this:
- Topic1
- Topic2
- Topic3
where Topic1, Topic2 and Topic3 are the link texts. On clicking any of these, it will take me to the content.html page but the content of this page differs only on the text which is clicked (ie.) how do I get the link text in the content.html page?
On an update to the database I will have more topics generated. So I want this link to function dynamically.