The SIZE of text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The SIZE of text

How can I adjust the size of the text accurately?

20th Oct 2016, 6:36 AM
余企菲
余企菲 - avatar
2 Answers
+ 3
use font tag.... for example <font size="5">your text</font>
20th Oct 2016, 9:08 AM
Aung Aung
Aung Aung - avatar
0
Choose the tag that contains the text you want to make bigger in your css document, and then use the code below. Example: index.html <p> this is a test</p> Example:style.css P{ Font-size:50px; }
20th Oct 2016, 8:51 PM
Brian