Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_dom/src/api.ts>Document#createElementNS

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
method Document.prototype.createElementNS
Re-export
import { Document } from "https://deno.land/x/deno_dom@v0.1.36-alpha/src/api.ts";

Parameters

namespace: NamespaceURI
qualifiedName: string
optional
options: ElementCreationOptions

Returns

Element