![]()
Basic Formatting The Less Popular Ways to Format Change the Size The Font Tag Subscript/Superscript
Example 1
HTML codes: |
<p align="center">I'll
be your <b>dream</b><br> I'll be your<i> wish</i><br> I'll be your<u>fantasy</u><br> I'll be your <tt>hope</tt><br> I'll be your <b><i>love</i></b><br> Be <b><i><u>everything</i></u></b> that you <strike>want</strike> need. |
When you have a series of tags (in the last line), it doesn't matter which one you close first. |
What it looks like: |
I'll be your dream |
Example 2:
HTML codes: |
<b><u>I'll</b></u> love<u><i>you</i></u> more with <tt><b><i>every</i></b></tt>breath <tt><i>truly</i> <u>madly</u> <b>deeply</b> </tt>do | |
What it looks like: |
I'll love you more with every breath truly madly deeply do |
Still having problems?? E-mail us!
The Less Popular Way to
Do the Same Thing![]()
Example 1:
HTML codes: |
<p align="center">I
will be <strong>strong</strong><br> I will be <em>faithful</em> cuz you're counting on a <code>new beginning</code><br> A <samp>reason for living</samp>< A <kbd>deeper meaning</kbd> <strong><em>yeah</em></strong> |
|
What it looks like: |
I will be strong |
Example 2:
HTML codes: |
<p align="center">
I <em>wanna</em> stand with you on a <strong>mountain</strong><br> I <kbd><em>wanna</em></kbd> bathe with you in the <strong><code>sea</code></strong><br> I <samp><em>wanna</em></samp> lay like this <strong><em><code>forever</code></strong></em><br> <samp><em>Until</em> the <strong>sky</strong> falls down on me</samp> |
If you have a tag at the beginning of the line (like the last line), don't forget to end it! |
What it looks like: |
I wanna stand with you on a mountain |
Still having problems?? E-mail us!
Example 1:
HTML codes: |
<p align="center"><small><small>And</small> when</small> the <big>stars're</big>
<big><big>shining</big></big>
<big>brightly</big> in <small>the</small>
<small><small>velvet sky</small></small><br> <big>I'll make a <big>wish</big>, send it to <big>heaven</big>, then <small>make</small> you want to cry</big><br> <small>The tears <small>of</small> joy <small>for all the </small>pleasure <small>and the </small>certainty</small><br> |
|
What it looks like: |
And when
the stars're shining brightly in the
velvet sky |
Still having problems?? E-mail us!
Example 1:
HTML codes: |
<p align="center"> <font color="#622CE0" size="6" face=" Girls Are Weird, KissMeKissMeKissMe, Maraca">Oh, can you see it baby</font><br> <font color"#5F21D1" face="Rebucked,Mistral">Don't have to close your eyes</font><br> <font color"#3E1797" face="Lucida Blackletter, Curlz" size="4">Just standing right before you</font><br> <font color"#000000" face="Gothic Hijinx, Frog, ShelleyVolante BT" size="5">All that you need will surely come</font><br> |
|
What it looks like: |
Oh, can you see it baby |
Example 2:
HTML codes: |
<p align="center"> <font color="#622CE0" size="6" face=" Girls Are Weird, KissMeKissMeKissMe, Maraca">I'll be your dream<br> <font color="#5F21D1" face="Mistral" size=" 5" >I'll be your wish</font><br> <font color="#3E1797" size="4" >I'll be your fantasy</font><br> I'll be your love<br> <font color="#5F21D1" face="Mistral" size=" 5" >I'll be your hope</font><br> <font color="#3E1797" size="4" >Be everything that you need</font><br> <font size="8" >I'll love you more with <b>everything</b> breath <i>madly truly deeply</i> do</font> |
Notice that the first font tag set the color size and font. However, the initial setting is overridden by the font that wrap the individual lines. |
What it looks : |
I'll be your dream |
Still having problems?? E-mail us!
Example 1:
HTML codes: |
<p align="center"> <sub>I</sub> wanna <sup>stand</sup> with <sub>you</sub> in <sup>the</sup> mountain<br> <sub>I</sub> wanna <sup>bathe</sup> with <sub>you</sub> in <sup>the</sup> sea<br> <sub>I</sub> wanna <sup>stay</sup> like <sub>this</sub>forever<br> <sub>Until</sub> the <sup>sky</sup> falls <sub>down</sub> on <sup>me</sup> |
|
What it looks : |
I wanna stand with you
in the mountain |
Still having problems?? E-mail us!
The lyrics in the example
and the music is "Truly, Madly Deeply" by Savage Garden![]()