HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

controls

Description

The controls attribute for HTML specifies whether to show the user agent controls.

Syntax

controls="value"

Values

false

Do not show the controls. Default.

true

Show the controls.

Examples

1 · HTML · false

2 · HTML · true

3 · JS · false

4 · JS · true