How to Change Font Size in HTML Using the Font Tag The tag in HTML can be used to change the size of text on a web page. The font size is specified using the size attribute, which takes a value from 1 (smallest) to 7 (largest). For example, the following code will display text with a font size of 5: How to Use CSS to Change Font Size in HTML CSS can be used... Read More »