(adsbygoogle = window.adsbygoogle || []).push({});
Just before you flame me; I don't think this has been posted before, or whatever, & I'm sorry if I make some mistakes as I am still currently learning it too.
Okay, so lets get started with the extremely basic things...
To underline your wordings, you need to put:
<u>Example text</u>
That would turn into this in a webpage:
Example text
As you can see from the example, the PHP/HTML isn't too different from BBcode.
To make your wordings in italics, you will need to put:
<i>Example text</i>
That would turn into this in a webpage:
Example text
To make your wordings bold, it is a bit trickier, but is still extremely easy. You will need to put:
<strong>Example text</strong>
That would turn into this in a webpage:
Example text
To size you wordings in a certain place, you would need to put:
<font size = 3>Example text</font>
That would turn into this as a webpage:
Example text
To make your wordings move in a certain place, you would need to put:
<marquee>Example text</marquee>
That would turn into this as a webpage:
To make your wordings have a URL in them, you would need to put:
<a href="https://www.examplesite.com/>Example text</a>
That would turn into this as a webpage:
You must login or register to view this content.
To make your wordings have different colours in places, you would need to put:
<font color = red>Example text</font>
This would turn into this as a webpage:
Example text
To have a line break in your webpage, you would need to add:
<br>
At a line-break.
Well, that's about it... It took me about an hour or so to make :p
Hope this helped the people struggling, and I'll add more to this thread when I can.
Enjoy!