Answers for "how to scale text size in html cs"

CSS
9

css change text size

p {
	font-size: 150% /*px, cm, in, etc.*/; 
}
Posted by: Guest on May-14-2020
1

how to increaase font size on html

<font size="+2">This is bigger text.</font>
Posted by: Guest on April-29-2020

Browse Popular Code Answers by Language