InterviewSolution
Saved Bookmarks
| 1. |
Difference between font and base font |
| Answer» Base font tag is used to specify the default setting of the text. It takes the same attributes as tag. The only difference is that the tag affects all the text that follows until a new tag affect that is encountered. tag affects the text that comes upto its closing font tag. | |