In DHTML what is the difference between FontSize and Font
Size ?
Answer Posted / 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 |
Post New Answer View All Answers
What does dom mean in html?
How many types of heading does an html contain?
What is in html?
Which tags do not need a separate tag for closing?
How many types of html tags are there?
What does b mean in code?
What is html6?
Which html tag is used to display the data in the tabular form?
What are attributes and how do you use them?
When should I use div tags?
How many ways to use colors apply on html elements?
How can we comment in html?
What is applet code?
Differentiate between Canvas and SVG?
What is style in html?