Answers for "increase inoyt size in html"

4

change text width html

<!-- relative font size -->
<font size="+2">This is bigger text.</font>
<font size="-1">This is smaller text.</font>

<!-- absolute font size -->
<font size="1">This is really tiny text.</font>
Posted by: Guest on May-24-2020
5

how to increase font size in html

font-size: 25px;
Posted by: Guest on November-20-2019

Browse Popular Code Answers by Language