Computer Science, asked by bhavnad9650, 1 year ago

How to change font size in HTML?

Answers

Answered by mudit11
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 Anonymous
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