Answers for "WIDTH TEXT AREA"

2

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
0

how to increase the area of a text are

textarea {
  width: 500px;
  height: 200px;
}
Posted by: Guest on July-15-2020

Browse Popular Code Answers by Language