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
Why to use method – lineto in canvas?
What is the difference between HTML elements and tags?
What is formatting in html?
What is the full form of html?
What is a navigation title?
What is head in HTML document?
How to create a new tab on a webpage in HTML5 ?
How do I let people download a file from my page?
What is the ?
Which browsers have a support to html 5?
How do you keep list elements straight in an HTML file?
How are your skills without the use of CodeIgniter, basic HTML/CSS skills?
What is bom in html?
What minimum things do you have to do in order to include bootstrap & boostrap js in a project/ html document.
Do all HTML tags come in a pair?