The SVG Document.documentElement property returns the root element of the document.
Syntax:
const element = document.documentElement
Return value: This property returns the root element of the document.
Example 1:
Output:
👁 Image
Example 2:
Output:
👁 Image