- html-tag->string tag attrsprocedure
Format tag and attribute list as string. The tag must be a symbol, the attribute list is processed using html-attr->string. For example (html-tag->string 'a '((href "#"))) is turned into "<a href=\"#\">".
Format tag and attribute list as string. The tag must be a symbol, the attribute list is processed using html-attr->string. For example (html-tag->string 'a '((href "#"))) is turned into "<a href=\"#\">".