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

What is the meaning of Casacading in Casacading style sheet (CSS).

0 Answers  


What is <form> tag and why it is used?

0 Answers  


What is session storage?

0 Answers  


Can I have two or more submit buttons in the same form?

0 Answers  


What is web sql database in html 5? Explain

0 Answers  






What is the correct html5 element for playing video files?

0 Answers  


Is there a site that shows which tags work on which browsers?

0 Answers  


Where do we use html?

0 Answers  


How to make text vertical allign center in div.

0 Answers  


How do I make a thumbnail for my image(s)?

0 Answers  


Can we use multiple <header> and <footer> elements in html5?

0 Answers  


What if we dont use doctype in html?

0 Answers  


Categories