Computer Science, asked by abishek4643, 11 months ago

how to change the font size in html

Answers

Answered by vipuldubey706838
2
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.
Answered by TECHPRO
1
<font>the font size you want</font>
example
<font>32</font>
Similar questions