In DHTML what is the difference between FontSize and Font
Size ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is strong tag in html?
What are the new features provided in HTML5?
How to terminate a web worker?
How do you create tabs or indents in web pages?
What is colspan in html?
Does html5 work on internet explorer?
What are web workers and why do we need them ?
Why do we need br?
Is li an empty tag?
Why is xml:space set to 'preserve' on all elements of XHTML? I don't want to see extra space in my output.
How is HTML5 different from HTML4?
What is difference between sgml and html?