+ 2
How to enlarge words in html just like in ms word?
18 Respuestas
+ 3
using head tags just to enlarge font size is a very bad way of coding.
+ 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>
+ 3
Like this... <font size="20"> Text here </font>. U can type any size in font size, as i put 20.
+ 2
in HTML there is <h1> to <h6> whereby h1 is the largest and keeps in decreasing up to h6
+ 2
in css (for paragraph for example) p { font-size: 1-999;}. it gonna change font size for all paragraph elements.
+ 1
By using font size
+ 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>
+ 1
<font face=cooper color=orange size=15>TEXT HERE</font>
+ 1
you could use header tags like H1,H2.....h6
or use big as many times as you want till size which you want
+ 1
Well you can use an attribute in font tag such as <font size="17"> Text </font>.
0
by using <h1></h1>
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>
0
U can use <big> and </big>
0
use <big>
0
Use the h1 and so on. Depends on the size u want
0
by using font size tag
0
use CSS font size and enter value in px
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.