Align a word or words to the right - You can use <div align="right">. Also include the closing tag </div>.
An example is <div align="right">affiliate marketing</div> resulting in:
Align a word or words to the left - You can use <div align="left">. Also include the closing tag </div>.
An example is <div align="left">make money</div> resulting in:
make money
Create a line break - You can use <br>. Be sure to also include the closing tag </br>.
Add a dividing line - You can use <hr>. Be sure to also include the closing tag </hr>.
Change the size of a word or words - Example: <font size="16">money</font> results in
money
HTML coding basics - Basic HTML color codes
Add color to a word or words - Example: <font color="green">internet</font> results in internet
For common colors you can just use the name of the color. For various shades of colors you would need to replace the color name with a color code. Here are some basic HTML color codes:
White FFFFFF
Black 000000
Gray 808080
Light Gray D3D3D3
Blue 0000FF
Dark Blue 00008B
Light Blue ADD8E6
Navy 000080
Green 008000
Dark Green 006400
Light Green 90EE90
Red FF0000
Dark Red 8B0000
Pink FFC0CB
Dark Pink FF1493
Light Pink FFB6C1
Orange FF4500
Yellow FFFF00
Light Yellow FFFFE0
Purple 800080
Brown A52A2A
Olive 808000
Tan D2B48C
Turquoise 40E0D0
Teal 008080
More basic web HTML coding will be added in the future.
Back to Make Money Affiliate Marketing home page