-
Step 1
Go to a portion of your website code where you want to add text.
-
Step 2
Before you add text, choose a font and use the font tag, for example: < font = "Courier" >
-
Step 3
Add a font size, for example: < font size = 24 >
-
Step 4
Add the color you want your text to be, for example: < font color = "red" >. Keep in mind the color of your background: black text on black or white on white will not show up at all to the reader.
-
Step 5
Add text styles: < b > for bold, < i > for italic and so on.
-
Step 6
Go back to page preview to check that the text loaded properly. If it is not right, get back into the code and change it.
-
Step 7
When finished with the text that you want styled, close your style commands with an HTML tag containing a backslash, for example < /b > to end bold text.








