HTML TutorialHTML is HyperText Markup Language. Here you will learn some basic HTML codes that you could use to personalize your Myspace page even more!Show All Tutorials | Hide All Tutorials How do I make letters or words bold/thicker? How do I underline words? How do I italicize words? How do I cross out or strikethrough/strikeout words? FontsYou can change the type of fonts on your page by using this code:<font face="TYPE-FONTNAME-HERE">Text here Text here Text here</font> There are a bunch of cool font styles out there but only a short list of fonts are guaranteed to be seen correctly by everyone! Here is a list of "safe" fonts you could use: <font face="Arial">Arial</font> will give you Arial <font face="Arial Black">Arial Black</font> will give you Arial Black <font face="Comic Sans MS">Comic Sans MS</font> will give you Comic Sans MS <font face="Courier New">Courier New</font> will give you Courier New <font face="Georgia">Georgia</font> will give you Georgia <font face="Impact">Impact</font> will give you Impact <font face="Lucida Console, Monaco">Lucida Console, Monaco</font> will give you Lucida Console, Monaco <font face="Lucida Sans Unicode, Lucida Grande">Lucida Sans Unicode, Lucida Grande</font> will give you Lucida Sans Unicode, Lucida Grande <font face="Palatino Linotype, Book Antiqua, Palatino">Palatino Linotype, Book Antiqua, Palatino</font> will give you Palatino Linotype, Book Antiqua, Palatino <font face="Times New Roman">Times New Roman</font> will give you Times New Roman <font face="Trebuchet MS">Trebuchet MS</font> will give you Trebuchet MS <font face="Verdana">Verdana</font> will give you Verdana To change the font size you must type the following: <font size="FONT-SIZE">Text here Text here Text here</font> You must enter a numerical value for the font-size, for example... <font size="1">font size 1</font> will give you font size 1 <font size="2">font size 2</font> will give you font size 2 <font size="3">font size 3</font> will give you font size 3 <font size="4">font size 4</font> will give you font size 4 <font size="5">font size 5</font> will give you font size 5 <font size="6">font size 6</font> will give you font size 6 <font size="7">font size 7</font> will give you font size 7 To change the font color you type: <font size="FONT-COLOR">Text here Text here Text here</font> For example: <font color="red">This is red</font> will give you This is red <font color="blue">This is blue</font> will give you This is blue * To see the complete list of colors you could use CLICK HERE Copyright © 2008 LayoutCrazy.com. All rights reserved. |