static S html_firstLinkURL(S html) { ret getHtmlTagParameter(findTag(htmlTok(html), "a"), "href"); }