Dart API Referencedart:htmlEmbedElement

EmbedElement Interface

Note: This topic describes the HTMLEmbedElement interface as defined in the HTML5 standard. It does not address earlier, non-standardized version of the interface.

Extends

Element

Constructors

Code new EmbedElement() #

EmbedElement();

Fields

Code String align #

String align;

Code String height #

Reflects the height HTML attribute, containing the displayed height of the resource.
String height;

Code String name #

String name;

Code String src #

Reflects the src HTML attribute, containing the address of the resource.
String src;

Code String type #

Reflects the type HTML attribute, containing the type of the resource.
String type;

Code String width #

Reflects the width HTML attribute, containing the displayed width of the resource.
String width;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.