How do I add quotes into this sting for autocreation of weblinks from my form:

How do I add quotes into this sting for autocreation of weblinks from my form:

I am trying to add quotes " around my input.Webpage so that it is a html link so I can download the list and upload to my website without having to format. I cannot get the quotes to work... I have tried &quot but the creator script gives me an error. Any help would be appreciated!

NEED THIS: <a href="url">Link text</a>

website_new.URLhtml = "<a href=" + input.Webpage + ">" +
website_new.First_Name + " " + website_new.Last_Name + "</a>";