CSS cue property


The cue property is a shorthand for setting cue-before and cue-after. If two values are given, the first value is cue-before and the second is cue-after. If only one value is given, it applies to both properties.

Example

For example, the following two rules are equivalent −

<style>
   <!--
      h1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
      h1 {cue: url("pop.au") }
   -->
</style>

karthikeya Boyini
karthikeya Boyini

I love programming (: That's all I know

Updated on: 16-Mar-2020

102 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements