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 are web workers and why do we need them ?
What is basic html?
What are the advantages of using html5?
What is hr and br in html?
Which is better html or html5?
What is a html5 tag?
Write a code to change the color of the background or text? Explain the elements involved in it.
Is there any way to keep list elements straight in an HTML file?
What is a label tag?
How we can insert copy right on browser page?
What is difference between b and br tag?
What is html in simple terms?
What is the use of tag?
How to create scrollable tables in HTML-DHTML? My doubt is "I want to create a table whose header will remain stationery when I scroll the table vertically, but at the same time when I scroll horizontally, the header should scorll sidewise along with the body."
How do I open a link into a new window?