![]() |
|
| Backgrounds / Fonts & Text / Accents / Lists/ Images / Links / Tables / Frames / Forms / | |
The look and feel of your Web Pages with fonts & text. Now let's add some contrast to "MyPage.html". Open up your text editor again and open your web page in the editor. |
|
<HTML> <HEAD> <TITLE>My first web page</TITLE> </HEAD> <BODY BACKGROUND="Images/blue.gif"> <FONT SIZE=5 COLOR=#FF0000 FACE="Arial">This is my first web page</FONT> </BODY> </HTML> Simple as that! *NOTE* Your visitors to your web page may have limited or completely different font sets than what you have programmed and may not be able to "read" your fonts, but you can give them multiple choices. They are in a prioritized order. Their browser will look for the first one in the order and display the content in that font if they have it. If not the browser will look for the second, the third choice, etc. Give multiple fonts choices like so:
|
|