The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.
text-decoration:能实现的功能有取消已经存在的任何文本装饰(none)、下划线(underline)、穿过文本的线(line-through)。text-decoration是一个缩写形式,它由 text-decoration-line, text-decoration-style 和 text-decoration-color 构成。 text-shadow:至少有前2个值,最多4个值,空格隔开,依次是阴影水平偏移、阴影垂直...
::target-text target-text() :target-within text-align text-align-last text-anchor text-box text-box-edge text-box-trim text-combine-upright text-decoration text-decoration-color text-decoration-line text-decoration-skip text-decoration-skip-ink text-decoration-style text-decoration-thickness text-...
The text-underline-position CSS property specifies the position of the underline which is set using the text-decoration property's underline value.
Full support Full support No support No support See also Learn to style HTML using CSS Related CSS properties: text-justify text-orientation text-overflow text-rendering text-transform hanging-punctuation CSS Text DecorationCSS module CSS Text module...
text-decoration: Sets/unsets text decorations on fonts (you'll mainly use this to unset the default underline on links when styling them.) Available values are: none: Unsets any text decorations already present. underline: Underlines the text. overline: Gives the text an overline. line-through...
Toggle history 12 Toggle history 62 more Toggle history 9.5 Toggle history 1.1 Toggle history 18 Toggle history 62 more Toggle history 14 Toggle history No Toggle history 1.0 Toggle history 37 Toggle history No Toggle history Supports thetext-decorationproperty ...
<s>Today's Special: Salmon</s> SOLD OUT<br> <span style="text-decoration:line-through;">Today's Special: Salmon</span> SOLD OUT Result Today's Special: SalmonSOLD OUT Today's Special: SalmonSOLD OUT See Also The<strike>element, alter ego of the<s>element is obsolete and should not...
text-decoration-style text-decoration text-overflow text-rendering text-shadow text-transform time transform-function transform-origin transform-style transform transition-delay transition-timing-function transition translate type_selectors universal_selectors used_value using_css_custom_properties var vertical-al...
text-decoration: underline; } </style> </head> <body> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ultrices dolor ac dolor imperdiet ullamcorper. Suspendisse quam libero, luctus auctor mollis sed, malesuada condimentum magna. Quisque in ante tellus, in placerat est....