There are different fonts that you can use, and some of the safest web fonts that are used are :
Arial
Times New Roman: (The default for all web-browsers - i.e, if you dont give a font face tag, the text will appear in this font)
Georgia
Impact
Verdana
Comic Sans ms
Apart from these above, you can give other fonts too, but remember that if the person who is viewing your page doesnt have that font, then he will only see your font in the default "Times New Roman".
Changing web fonts in myspace using tags :-
In HTML tags are used to start and stop a command. This is the opening tag - < >
And this is the closing tag - >
All the commands in html are given inside these tags.
To change the font type for your myspace profile, we need to use the - font face - command.
So, we first select a font from the above list of web-fonts, say, Impact, and then open the tag like this :
And here you type whatever you would like to see in the Impact font.
And this is how the output of the above code would have looked like in your myspace profile :
And here you type whatever you would like to see in the Impact font.
Notice that I have also closed the tag after entering the desired text in between the two tags. While closing you need to give only this much :
The double quotes inside the opening tag is not a necessity if the font you select has only one word, but dont forget that if the font has more than one word, like, Comis Sans MS, then you have to give the font in double quotes.
HTML is not case-sensitive and hence you can give all your commands in upper-case or lower-case letters.
i.e,
and is the same for HTML.