- Change the -
![]() This can be done by including FACE= in the <FONT> tag. (The only thing you need to be careful about with changing the font 'style' is that, in order for the effect to appear on your viewers screen, they must also have that particular font installed on their computer).
First you must know the style of the font that you wish to display, and then include it into the tag.
<FONT FACE="fontname">Your text here</FONT> Example (using the 'comic sans ms' font):
![]()
Want to make your text BIGGER? Hey, why not make it different size!
The size can range from 1 (the smallest) to 7 (the largest). The tag source would look like this: <FONT SIZE=number>TEXT</FONT> Example (using 1 and 7):
![]() Changing the 'Font Colour' (note: Where I come from we spell it 'colour' but I am starting to confuse myself so remember, if you see it spelt different ways throughout this site, the tag labels will always be spelt 'COLOR')
Jazz up the boring 'black' text with a new colour. This is particularly useful for if you are trying to emphasize text. The tag source would look like this: <FONT COLOR=#hexadecimal number>TEXT</FONT>
You can sometimes get away with 'naming' a particular color (eg: 'red') but I would suggest you use the hexadecimal number code instead. This must also include the # sign before the number.
Example (using green - '#008000'):
![]() Putting them all together
Now that you know how to change the FONT style, size and colour - why not see what they look like all put together.
Let's try it!
Let's have the words 'Create a Webpage', and make them big, say size 7, 'purple' and 'courier' style. The source: <FONT FACE="courier" SIZE=7 COLOR="#800080">Create a Webpage</FONT> Will look like:
(note: I have also centered it with the <CENTER> and </CENTER> tags)
![]() This is also a great way to change the size of your text.
The <Hnumber>...</Hsame number> Header tags are usually used for titles. Below I have used the Header tags with the numbers 1-6 to give you an idea of what they will look like. The source would be:
<Hnumber>.....your text here...</Hsame number>
These are Titles with the Header tags from 1 - 6:
TEXTTEXTTEXTTEXTTEXTTEXTYou can also add the ALIGN attribute to the Header tag and this will align in the direction you want it: EXAMPLE: <H2 ALIGN="right">TEXT</H2> LOOKS LIKE:
TEXT
|