html

object html

HTML Tags, Attributes, and Styles specification

HTML Tags, Attributes, and Styles specification

class Object
trait Matchable
class Any

Value members

Concrete fields

val Html: TagDef

The HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.

The HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.

See also

Often used with CSS to style elements with common properties.

Often used with CSS to style elements with common properties.

Describes elements which belongs to this one. Applicable to

Describes elements which belongs to this one. Applicable to

Defines a pragma directive. Applicable to

Defines a pragma directive. Applicable to

The HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

The HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

See also

Defines the type of the element. Applicable to