
Difference between font and basefont tag in html:-
Font tag is a container tag. Basefont tag is empty tag.
We can apply font tag in a body tag where we want to do the formatting(for a particular text) but we can write basefont tag anywhere in the body tag and it will applied to the whole text of the body except the font tag style.(it will not applied to the text where we write font tag.)
Font tag is container tag so it will have opening as well as closing tag but basefont tag is a empty tag...