How to change font size in Html?

Question

How to change font size in Html?

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}