How can we increase the font size in html?
<font face="Garamond" size="7">
up to this size only it is working. Is there any way to increase the size of the font?
|
|
|
You can use the
There is also |
|||
|
|
|
The largest size the font tag supports is 7. If you need it to be larger, you will have to use CSS, which you should probably be using anyway because the font element is deprecated. The CSS |
|||
|
|
|
Adding onto the answers that exist. Inline styling is usually frowned upon, because:
|
|||
|
|