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 are style sheets?
What is text tag in html?
What is relation present in between <header> and <h1> tags in html5?
What are the five elements of programming?
What is the difference between frame and div in html?
Explain some of the common lists to design a web page.
What are logical and physical tags in html?
What is the difference between nav and div?
What are the features of xhtml?
What is meant by markup language?
Can I just put the XML declaration on top of existing HTML documents? Can I intermix HTML 4.01 and XHTML documents?
What are the five html tags?