|
Code
|
Outcome
|
|
<font color="red">Hello World</font>
|
Hello World
|
|
You may use different colours such as green, blue or yellow.
|
|
<font face="Impact">Hello World</font>
|
Hello World
|
|
To use different fonts use microsoft word to find out the font name and what they look like.
|
|
<font size="5">Hello World</font>
|
Hello World
|
|
<font color="red" face="impact" size="5">Hello World</font>
|
Hello World
|
|
To use different fonts use microsoft word to find out the font name and what they look like.
|