A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/HTMLEmbedElement/width below:

HTMLEmbedElement: width property - Web APIs

HTMLEmbedElement: width property

Baseline Widely available

The width property of the HTMLEmbedElement interface returns a string that reflects the width attribute of the <embed> element, indicating the displayed width of the resource in CSS pixels.

Value

A string indicating the displayed width of the resource in CSS pixels.

Examples
<embed id="el" width="800" height="600" />
const el = document.getElementById("el");
console.log(el.width); // Output: '800'
Specifications Browser compatibility See also

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