In DHTML what is the difference between FontSize and Font
Size ?
Answer Posted / 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 View All Answers
What is html tags used for?
How to redirect using HTML?
What are the new Form elements made available in HTML5?
What is full form of html and who is created this?
What is the difference between div id and class?
Where is the meta title?
What are the features of html5?
What are the various elements provided by HTML 5 for media content?
Can html5 replace javascript?
What is meta viewport?
Why do we need br?
What is purpose of watchPosition() method of geolocation object of HTML5?
How do you use a br tag?
What is a webpage title?
Why is innerhtml used?