In DHTML what is the difference between FontSize and Font
Size ?

Answers were Sorted based on User's Feedback



In DHTML what is the difference between FontSize and Font Size ? ..

Answer / karuna

font-size is the style property...font size is the attribute
used in the font tag.....

that is:
in font tag
<font size="3">..but font tag is deprecated...

but in CSS
p{font-size:"3"}

please corrrect me if i am wrong

Is This Answer Correct ?    20 Yes 3 No

In DHTML what is the difference between FontSize and Font Size ? ..

Answer / p

FontSize is a property, Font Size is a style

Is This Answer Correct ?    16 Yes 6 No

In DHTML what is the difference between FontSize and Font Size ? ..

Answer / html gem

If you know proper answer only you should post your
answer.Because hundreds of people go through this.

Is This Answer Correct ?    9 Yes 3 No

In DHTML what is the difference between FontSize and Font Size ? ..

Answer / sanjay sharma

font size is a stylesheet property like

.A{ font-size:12px}
but if you want to change the font size dynomicaly the the
property FontSize will will use for java script

like
document.getElemetnById("link").style.FontSize="15px"

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

Is html is a scripting language?

0 Answers  


What is the use of Canvas element?

0 Answers  


What does id mean in html?

0 Answers  


You want only a vertical scrollbar and no horizontal scrollbar on your page. How would you do it?

0 Answers  


What is style in html?

0 Answers  






Define application cache fallback?

0 Answers  


Why td is used in html?

0 Answers  


What are the various elements provided by HTML 5 for media content?

0 Answers  


What is difference between coding and programming?

0 Answers  


How are your skills without the use of CodeIgniter, basic HTML/CSS skills?

0 Answers  


What is html labelfor?

0 Answers  


What is the difference between div and section?

0 Answers  


Categories