.h.hta[x;y]
Where x is the element as a symbol atom, and y is a dictionary of attributes and values,
returns as a string an opening HTML tag for element x.
q).h.hta[`a;(`href`target)!("http://www.example.com";"_blank")]
"<a href=\"http://www.example.com\" target=\"_blank\">"