Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

cue-before

Definition

The cue-before property is used play a sound before an element, in order to delimit it.

Example

  1. h1 {cue-before: url('bell.wav')}

Characteristics

Possible values

uri
A URL to a sound file.
none
No sound is specified.
inherit
Use the same computed value as the parent element for this property.

Default value

none

Applies to

All elements

Inherited

No

See also