CBSE Class 10 Computer Applications
Question 163 of 176
HTML I — Basic HTML Elements — Question 36
Back to all questions 36
Question Question 24
What is the difference between basefont and font tag ?
| basefont tag | font tag |
|---|---|
The <BASEFONT> tag sets a base font size for the entire document. | The <FONT> tag applies font and text styling to a specific section of text enclosed within its opening and closing tags. |
The closing tag </BASEFONT> is optional. | The closing tag </FONT> is must for the changes in appearance to take effect. |