Baseline Widely available
The href
read-only property of the SVGImageElement
interface reflects the href
or xlink:href
Deprecated attribute of the given <image>
element.
An SVGAnimatedString
object.
href
property
// Get the SVG image element
const imageElement = document.querySelector("image");
// Access the href property
const href = imageElement.href.baseVal;
console.log(href); // Output: The href value
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4