0
How could I make the red word bigger?
As the title. Thank you for your help.
12 Answers
0
Show us your code
0
<html>
<body>
<h2>Some
<span style="color:red; front-size: 200 pt">Important</span>
Message</h2>
</body>
</html>
0
Change pt to px and increase the number if you want bigger
0
Thank you for your answer. But, I still cannot make that word bigger even I have used 10000px.
Is there something wrong with the code?
0
Yes, replace by: font-size:200pt
0
You have done a space font-size: 200 pt when it should be font-size: 200px
0
also the code playground is a bit weird so just play around on visual studio or notepad ++ and see if there is a problem.
0
Also FYI, you wrote "fRont" and not "font", and as Chillz said, there's no space between 200 and pt (or px).
0
Thank you both guys!
It successed!
You're really helpful! Thanks again!
0
all English
0
use you desired heading :-D
0
It should be font:size not front:size, that's why it's not getting bigger.