HTMLSpanElement

The HTMLSpanElement interface represents a <span> element and derives from the HTMLElement interface, but without implementing any additional properties or methods.

属性

无特定属性;从其父元素HTMLElement继承属性。

方法

无特定方法;从其父元素HTMLElement继承方法。

规范

Specification
HTML Standard
# htmlspanelement

浏览器兼容性

BCD tables only load in the browser

参见

  • The HTML element implementing this interface: <span>.