|
Changing font sizeYou can change the font size of the font by adding the size tag in the <font> tag. Below is an example code:
<font size="4">Font size is 4</font>
It would look like this: Font size is 4 As you can see, we have used a number in the double quotes of the size tag. The numbers or values for size is the numbers 1 to 7 (1, 2,3,4,5,6,7). 1 is the smallest and 7 is the largest. Below is how each size looks like:
Font size 1
|