Category Archive: html

Jul
05

Text HTML Codes

How to make text Bold: Code: <b>Your Text Here</b> Result: Your Text Here How to make text Underlined: Code: <u>Your Text Here</u> Result: Your Text Here How to make text in Italics: Code: <i>Your Text Here</i> Result: Your Text Here How to make text red: Code: <font color=”red”>Your Text Here</font> Result: Your Text Here How …

Continue reading »

Jul
03

Hex and RGB Codes

Below you will find Hex and RGB color codes. These numbers can be useful when you are designing your website or profile. Hex is on the top and corresponding RGB is on the bottom #000000 0,0,0 #000033 0,0,51 #000066 0,0,102 #000099 0,0,153 #0000cc 0,0,204 #0000ff 0,0,255 #330000 51,0,0 #330033 51,0,51 #330066 51,0,102 #330099 51,0,153 #3300cc …

Continue reading »