Text Effect For Blog
Blog How to Tricks - Often we need some text effect to write on our blog. Giving the effect of this article have a particular purpose, for example, to give special attention to some of the words in sentences, or to write down the mathematical calculations on your blog.
There are some text effects that are easy and useful. Please try and hopefully useful!
Italic Text Effect
code:
<i>Italic Text Effect</i>
Bold Text Effect
Code:
<b>Bold Text Effect</b>
Streak through text Effect
Code:
<s>Streak through text Effect</s>
Highlight Text Effect
Code:
<span style="background:#f0ff00">Highlight Text Effect</span>
Underline Text Effect
Code:
<u>Underline Text Effect</u>
Text with Border
Code:
<span style="border: 1px solid #1e00ff">Text with Border</span>
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
Code:
Subscript <sub>Text</sub> Effect
With any posts subscript this effect, the note will be seen coming down a little.
Code:
<blink>Blink Text Effect</blink>
Read more »
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>