.h.htc[x;y]

Where x is the HTML element as a symbol atom, and y is the content of the node as a string, returns as a string the HTML node.

q).h.htc[`tag;"value"]
"<tag>value</tag>"