How to change font size in HTML?
Answers
Answered by
9
Before the text that appears on the screen use the following code:
<font size= "X" > where X will be a number of font size that you want to adjust.
Answered by
5
Hey Mate..
In HTML, you can change the size of text with the <font> tag using the size attribute. The size attribute specifies how large a font will be displayed in either relative or absolute terms. Close the <font> tag with </font> to return to a normal text size.
Mark as brainlist
#Nisha
Similar questions