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
Should I close br tag?
What is the Application Cache in HTML5 and why it is used?
Is there a site that shows which tags work on which browsers?
What is head in HTML document?
Write an HTML table tag sequence that outputs the following:
What is an alt tag for an image?
What does a href means and how it works?
Which tag contains the cell tags?
Why is html not a programming language?
Is local storage have a lifetime to clear the stored data?
What is a meta description?
Why nav is used in html?
What are meta tags in html?
How do you use html tags?
how do we create a worker thread in JavaScript?