This is only simple stuff, just changing the font color & size, and things like
...and how to make a clickable button!
When trying out for yourself the codes I've written below just remember to copy exactly what's there, except AND THIS IS VERY IMPORTANT wherever I've written something in brackets e.g (URL HERE) just erase that part, brackets included, and replace it with the web site address or if I've written (TEXT HERE) replace that with your chosen words. Apart from that everything must stay the same. If there is a < .> ? / " = or whatever then leave it where it is.
HOW TO UNDERLINE TEXT
Simple isn't it?
HOW TO ITALICIZE YOUR TEXT
Again this one is easy. All you have to do is swap the u in the first code above to an i
HOW TO CHANGE THE FONT SIZE
The numbers range from 1-7 So in the code where I have put (1-7) you choose the number. 7 is the largest.
At the start of the text you want to make bigger or smaller copy this:
HOW TO CHANGE THE COLOR OF YOUR TEXT
All you do here is
Where I've written (Enter Color Here) you obviously put in the name of the color you want your text to be. The colors to choose from are:
Here's how to make some text that you write CLICKABLE.
This means that if you write something like:
CLICK HERE TO VISIT MY HOMEPAGE then when you click on the text you will jump straight to wherever you decide.
All you have to do here is:
Where I have written (URL HERE) put in the address of where you want people to be taken and where I've put (TEXT HERE) that's where you can write whatever you like.
HOW TO MAKE A BUTTON
Where I've written (URL HERE) put in the web address and where I've put (BUTTON TEXT HERE) write whatever you want people to see on the button.