HTML5 supports the tag, allowing to embed SVG into HTML.
Digging a little deeper, can I nest some HTML inside my fr
Copied from bl.ocks.org (thank you, Janu Verma)
HTML inside SVG
I'm a div inside the HTML
Interesting! But you a Foreign Object.
UPDATE
Note that there is a 'camel error' in the above - it's supposed to be foreignObject (capital O), not foreignobject. It doesn't matter if the misspelling is in 'straight' HTML/SVG. But if you use JavaScript (.createElementNS), then it won't work without proper camel case (April 2020)