Submitted by prashant_agr on Wed, 2007-05-16 08:25.
The font-size rule sets the size of the fonts in the element. You can express the size using an absolute measurement or a relative measurement. For example, the following rule (in a STYLE tag or in a style sheet file) sets the font size of elements to an absolute size of 80 points:
H2 {font-size:80pt}
Re: How to change font size in Html?
The font-size rule sets the size of the fonts in the element. You can express the size using an absolute measurement or a relative measurement. For example, the following rule (in a STYLE tag or in a style sheet file) sets the font size of elements to an absolute size of 80 points:
H2 {font-size:80pt}