0
Can i make a text large in html without header? if yes, show an example... TIA
4 Answers
0
You can use font-size property in Css
0
Example would be,
font-size : 20px; (set the value as per your choice)
Add this property to your css and see the difference.
0
You can use css as suggested above .
But if you not completed css yet use <big> tag
It results a little bigger text than normal
0
Use font-size:large;
Or give font-size:20px;