Nice! now that you know how to add text (i assume that you read the other tutorial) now lets learn how to decorate our text!
BOLDING
i think you already know that you need a </[Insert tag here]> at the end of your line and to put your text in the middle so i'll not explain that here.
to bold words and stuff put a <b>
it should look like this:
Bolded text
STRONG TEXT
add a <strong> to your code
it should look like this:
Strong text
yeah... it's basically the same as bolded text but whatever
ITALIC TEXT
add a <i> to your code
it should look like this:
Italicized text
EMPHASIZED TEXT
add a <em> to your code
it should look like this:
Emphasized text
also the same as italic text
MARKED TEXT
add a <mark> to your code
it should look like this:
Marked text
SMALL TEXT
add a <small> to your code
it should look like this:
smol
STRIKETHROUGH TEXT
add a <del> to your code
it should look like this:
Strikethrough text
SUBSCRIPT TEXT
add a <sub> to your code
it should look like this:
my script is sub
SUPERSCRIPT TEXT
add a <sup> to your code
it should look like this:
my script is super
BONUS: CODE
if you're wondering why some of my text looks like this is because i used the <code> tag