Diaries Magazine

Basic HTML Codes

By Synzmemoir @synzmemoir
I know, I'm not an HTML code pro, if there is such thing as that. But I just wanted to share my little knowledge with HTML with you. I just learned this while I'm creating my Fan page in Facebook and editing my blog layout. The links I post here are the links that I mostly use.  Just copy and paste. Be warned though, use it at your own risk. :)


***Note: Text in RED = can be change or edit to your preference.
FONT CODES
<font face="Times New Roman" size=" 3" color="#000000">WRITE YOUR TEXT HERE</font> 

OR
<font face="Times New Roman">TEXT HERE</font>

OR
<font face="Times New Roman" size="4">TEXT HERE</font>

OR
<font face="Times New Roman" size=" 3" color="#ff0000">TEXT HERE</font>

Face : this is for the text style. Just change Times New Roman with the text style that you want.
Size : the size of the text that you want. The bigger the number, the bigger the font.
Color : this is for the color of your font. If you wonder would you can find an HTML code for color, visit Computer Hope. They have variety of HTML color codes.
LINK IMAGE
<a href="URL LINK" target="_blank"><img src="IMAGE LINK" border="0" /></a>

URL LINK: change it with the link that you want your viewers to be redirected. May it be your blog URL or anything else you would like them to be when they click the image.
IMAGE LINK: the link of your image. To get this link, you have to upload your picture/image to a photo hosting site like Photobucket, Imageshack, etc.
CENTER CONTENT
<center>THIS WILL CENTER YOUR CONTENT</center>

BOLD FONT
<b>TEXT HERE</b>

BACKGROUND IMAGE
<bodybackground="IMAGE LINK">

For more HTML codes Visit Web Source and Quackit. :)

Back to Featured Articles on Logo Paperblog