I know about
,
and
tags. These tags strike out a text once, however I want to strike out a text 2 time
You can use the del
tag with text-decoration-style: double
for a double strikethrough.
Text with double strike through
Multiline text also works.
To apply a double strikethrough on normal text inside a span
or other tag, you can use text-decoration: line-through
and text-decoration-style: double
.
Text with double strikethrough
See also: text-decoration-style, text-decoration