Can i make a text large in html without header? if yes, show an example... TIA | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can i make a text large in html without header? if yes, show an example... TIA

1st Aug 2020, 5:53 PM
Mizanur Rahman Sogib
Mizanur Rahman Sogib - avatar
4 Answers
0
You can use font-size property in Css
1st Aug 2020, 5:58 PM
Gabriel Ilie
Gabriel Ilie - avatar
0
Example would be, font-size : 20px; (set the value as per your choice) Add this property to your css and see the difference.
1st Aug 2020, 6:03 PM
Shweta Mahajan
Shweta Mahajan - avatar
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
1st Aug 2020, 6:19 PM
Divya Mohan
Divya Mohan - avatar
0
Use font-size:large; Or give font-size:20px;
1st Aug 2020, 6:46 PM
Ananthu SV
Ananthu SV - avatar