Home > Web Front-end > CSS Tutorial > CSS hint properties

CSS hint properties

PHPz
Release: 2023-09-12 10:25:02
forward
1179 people have browsed it

The

CSS 提示属性

cue attribute is shorthand for setting cue-before and cue-after. If two values ​​are given, the first value is cue-before and the second value 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>
Copy after login

The above is the detailed content of CSS hint properties. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template