HTML Basic | Tips Basic HTML

html-basic-tips

Use HTML to add personality on your Multiply Welcome box or anywhere on Multiply that accepts HTML: like comments, posts and inyour Page title. (Of course, you can also use this in a non Multiply page)

HTML is very easy to learn. All you have to do is surround whatever text you want to modify with tags. So lets start:

BOLD your text:
<b>Sample text</b>
This will show up like this: Sample text

UNDERLINE a text:
<u>Sample text</u>
This will show up like this: Sample text

STRIKETHROUGH a text
<S>Sample texts</S>
This will show up like this: Sample text

to make text ITALIC:
<i>Sample text</i>
This will show up like this: Sample text

to CENTER a text:
<center>Sample text</center>
This will center your text

You can even combine tags:

bold, italic and strikethrough
<B><I><S>Sample text</S></I></B>
This will show up like this: Sample text

So that’s it guys, hope this post was a help :)

How to Link to This Page

To link to this page from your website, simply cut and paste the following code to your web page.

It will appear on your page as:

HTML Basic | Tips Basic HTML