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


Please Help Members By Posting Answers For Below Questions

What are web workers and why do we need them ?

701


What is basic html?

603


What are the advantages of using html5?

653


What is hr and br in html?

582


Which is better html or html5?

603


What is a html5 tag?

562


Write a code to change the color of the background or text? Explain the elements involved in it.

588


Is there any way to keep list elements straight in an HTML file?

917


What is a label tag?

608


How we can insert copy right on browser page?

679


What is difference between b and br tag?

586


What is html in simple terms?

589


What is the use of tag?

605


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."

1949


How do I open a link into a new window?

662