Dynamic HTML Question:
Download Questions PDF

How FontSize and Font Size is differ in DHTML?

Answer:

Font size is an attribute that we used in font tag.Where as font-size is an style property.

<font size="5"> use in font tag.
p{font-size:"5"} use in CSS.

Download DHTML Interview Questions And Answers PDF

Previous QuestionNext Question
What are the attributes that make up a DHTML?Tell me about technologies that we use in DHTML?