Asp links in asp pages. Which option is the best?

Hi, can anyone tell me which is the best when dealing with links in asp pages.

normally i would do the following:

a href=“http://www.url.com/home.asp”</a>

but think this is the right option.

a href=<%(“http://www.url/home.asp”)%></a>

both work, I just want ot know which is the correct option, as I want to do the best I can.

Thx

Trev