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 |
Can I use any html in the box?
Why is XHTML needed? Isn't HTML good enough?
What are the different types of entities in html?
What is dhtml and its advantages?
What is the difference between <div> and <span> in html?
What is isxhtml?
What is a href tag?
What is the relation between xhtml and css?
What is formatting in html? Explain some formatting tags?
How do I disable navigation tab?
Please give me a solution, How to add 10 days to current date in HTML CODING, it should display date of <TODAY+10 DAYS> means 11th day date, i want to write code in note pad for creating html file, help me( only HTML CODE, NO JAVA, PHP SCRIPTS)
What is style in html?