A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/href below:

SVGImageElement: href property - Web APIs

SVGImageElement: href property

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.

Value

An SVGAnimatedString object.

Examples Accessing the 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