Sparkle Graphics HTML Basics

Basic Codes

Change What? Whats the Code? And...
Images <img src="IMAGE URL"> Find a picture off the internet or one that you have uploaded and replace "IMAGE URL" with YOUR URL.
Links <a href="URL HERE">URL NAME HERE</a> Replace "URL HERE" with a site's address and "URL NAME HERE" of the site's name.
Bold <b> End it with </b>.
Underline <u> End it with </u>.
Italics <i> End it with </i>.
New Paragraph <p> It's like pushing "Enter" or "Return" on your keyboard.
Line Break <br> 2 "<br>"s make 1 "<p>".

Changing the Background

Change What? What's the Code? And...
Color <body bgcolor="COLOR"> Change "COLOR" to the color you want.
Image <body background="BACKGROUND URL"> Change "BACKGROUND URL" to the background you want.

Changing the Font

Change What? What's the Code? And...
Size <font size="SIZE"> Change "SIZE" to the size font you want, type text, and end with "</font>".
Color <font color="COLOR"> Change "COLOR" to the color font you want, type text, and end with "</font>".
1