Hi Vij,
You can use the below sample code to make a hyperlink for text,
lv_url type string.
lv_url = 'you can give url here'
<thtmlb:link
id = "test"
reference = " <%= lv_url %> "
tooltip = "Download template file"
text = "Please click on this link to download the Excel XML template" />