method Element.prototype.getAttributeimport { Element } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/dom.ts"; getAttribute(name: string): string | nullParametersname: stringReturnsstring | null