A RetroSearch Logo

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

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLEmbedElement/height below:

HTMLEmbedElement: height property - Web APIs

HTMLEmbedElement: height property

Baseline Widely available

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

Value

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

Examples
<embed id="el" width="800" height="600" />
const el = document.getElementById("el");
console.log(el.height); // Output: '600'
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.3