Differences between FONT And BASEFONT.
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Om Yadav 4 years, 3 months ago
- 1 answers
Related Questions
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Niharika ,Garg 1 year, 1 month ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
Posted by Anshika Agrawal 1 year, 5 months ago
- 2 answers
Posted by Kishan Mishra 1 year, 5 months ago
- 0 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 4 years, 3 months ago
Basefont tag is used to define default font, size and color for the whole text in an html document. On the other hand font tag is used to define font, size, color etc for a text which enclosed with in this tag.
Now basefont is not supported by HTML 5 and you have to use CSS to declare a default font. Font tag is supported by HTML5.
basefont tag is declared at the top in head section of html document. On the other hand you have to enclose the text within the font tag to apply changes.
0Thank You