Dynamic HTML Question:

Download Job Interview Questions and Answers PDF

How FontSize and Font Size is differ in DHTML?

DHTML Interview Question
DHTML Interview Question

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?