html help.

To skip a line
<br>

To make your text bold you do this:
<b>write somethin here!</b>

To italicize your text you do this:
<i>write somethin here!</i>

To slash your text you do this:
<s>write somethin here!</s>

To underline your text you do this:
<u>write somethin here!</u>

To change the font you do this
<font face=”font name”>write somethin here!
Text with a Color Background
<span style=background:color #>write somethin here!</span>

To change your font size
<font size=size number>write somethin here!

THIS IS FONT SIZE 1
THIS IS FONT SIZE 2
THIS IS FONT SIZE 3
THIS IS FONT SIZE 4
THIS IS FONT SIZE 5
THIS IS FONT SIZE 6

To change your font color
<font color=hex here>your text here

To make a link
<a href=URL>name of your link</a>

To add an image to your page
<img src=URL of your image>

To link an image
<a href=“URL you want the image to go to here”><img border=0 src=“URL of your image”></a>

To add a image
<img src=URL OF IMAGE>

To add a background image to your page
<body background=”image name.gif“>

If you want a background color
<body bgcolor=”#000000” (whatever color # you want)>

Make a email link
<a href=”mailto: youremail@email.com“>name of your link</a>

« Back

Comments are closed.

mukkamu