How to enlarge words in html just like in ms word? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to enlarge words in html just like in ms word?

3rd Aug 2016, 2:57 PM
Fashhan Hanif
Fashhan Hanif - avatar
18 Answers
+ 3
using head tags just to enlarge font size is a very bad way of coding.
4th Aug 2016, 5:50 PM
Mohammad Fahad Sayed
Mohammad Fahad Sayed - avatar
+ 3
u can use the tag <big> any times such as <BIG> <BIG> <BIG> <BIG> <BIG> <BIG> BIG WORD </Big> </Big> </Big> </Big> </Big> </Big>
19th Jan 2017, 11:38 AM
Thushan Chamika
Thushan Chamika - avatar
+ 3
Like this... <font size="20"> Text here </font>. U can type any size in font size, as i put 20.
27th Jan 2017, 4:04 PM
Mohit Bisht
Mohit Bisht - avatar
+ 2
in HTML there is <h1> to <h6> whereby h1 is the largest and keeps in decreasing up to h6
4th Aug 2016, 4:36 PM
Neema Roswe
+ 2
in css (for paragraph for example) p { font-size: 1-999;}. it gonna change font size for all paragraph elements.
21st Jan 2017, 1:58 AM
Maximilian “Zoo” Lukas
Maximilian “Zoo” Lukas - avatar
+ 1
By using font size
3rd Aug 2016, 3:25 PM
Nayana Mihiranga
Nayana Mihiranga - avatar
+ 1
by using different types of head tags. <h1> tag <h2> TAG <h3>, h4 h5 and h6. for eg. <h1> this is a heading.</h1>
3rd Aug 2016, 5:19 PM
Sweta Sarkar
Sweta Sarkar - avatar
+ 1
<font face=cooper color=orange size=15>TEXT HERE</font>
24th Aug 2016, 9:06 PM
Hussain Shimal
Hussain Shimal - avatar
+ 1
you could use header tags like H1,H2.....h6 or use big as many times as you want till size which you want
2nd Feb 2017, 7:50 AM
Jeswanth
Jeswanth - avatar
+ 1
Well you can use an attribute in font tag such as <font size="17"> Text </font>.
11th Feb 2017, 5:05 AM
Vikhyat Sharma
Vikhyat Sharma - avatar
0
by using <h1></h1>
5th Aug 2016, 10:11 AM
Moses Nadar
Moses Nadar - avatar
0
apart from that u can use size attribute in font tag 1 to 7 . and also u can use heading tags <h1> to <h6>
19th Jan 2017, 11:39 AM
Thushan Chamika
Thushan Chamika - avatar
0
U can use <big> and </big>
24th Jan 2017, 6:13 AM
Utkarsh Umang
0
use <big>
25th Jan 2017, 5:22 PM
Tails Ex Machina
Tails Ex Machina - avatar
0
Use the h1 and so on. Depends on the size u want
27th Jan 2017, 1:21 PM
George
0
by using font size tag
1st Feb 2017, 10:11 AM
Faiza Wasi
Faiza Wasi - avatar
0
use CSS font size and enter value in px
12th Feb 2017, 6:01 PM
Retik Singh
0
h1 to h6 attributes are for headings only. They can't be used for the whole content. For this you can use size attribute of font tag.
16th Feb 2017, 5:18 PM
Vikhyat Sharma
Vikhyat Sharma - avatar