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 does meta mean in memes?

0 Answers  


What is a tag job?

0 Answers  


What is meta tag description?

0 Answers  


What is meta tag in html?

0 Answers  


What is the hierarchy that is being followed when it comes to style sheets?

0 Answers  






What are the disadvantages of html?

0 Answers  


What are two types of Web Storage in HTML5?

0 Answers  


What is a web worker in html5? Explain

0 Answers  


Write a code to change the color of the background or text?

0 Answers  


What is doctype & why it is important?

0 Answers  


What is meant by html5?

0 Answers  


CSS has a lot of special rules that only apply to HTML. Do these also apply to XHTML?

2 Answers  


Categories