Text Effect For Blog
There are some text effects that are easy and useful. Please try and hopefully useful!
Italic Text Effect
Italic Text Effect
code:
<i>Italic Text Effect</i>
Bold Text Effect
Bold Text Effect
Code:
<b>Bold Text Effect</b>
Streak Through Text Effect
Code:
<s>Streak through text Effect</s>
Highlight Text Effect
Highlight Text Effect
Code:
<span style="background:#f0ff00">Highlight Text Effect</span>
Underline Text Effect
Underline Text Effect
Code:
<u>Underline Text Effect</u>
Text with Border
Text with Border
Code:
<span style="border: 1px solid #1e00ff">Text with Border</span>
Superscript Text Effect
Superscript Text Effect
Code:
Superscript <sup>Text</sup> Effect
With any posts superscript this effect, the note will be visible to rise slightly.
Subscript Text Effect
Subscript Text Effect
Code:
Subscript <sub>Text</sub> Effect
With any posts subscript this effect, the note will be seen coming down a little.
Blink Text Effect
Code:
<blink>Blink Text Effect</blink>