css font markthrough code example
Example 1: css strikethrough html text
style="text-decoration: line-through;"
Example 2: how to underline font in css
h3 {
text-decoration: underline;
}
style="text-decoration: line-through;"
h3 {
text-decoration: underline;
}