Dynamic HTML Question:

How FontSize and Font Size is differ in DHTML?

Tweet Share WhatsApp

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 PDF Read All 10 DHTML Questions
Previous QuestionNext Question
What are the attributes that make up a DHTML?Tell me about technologies that we use in DHTML?