< html > < head > < title > Font Tag </ title > </ head > < body > < h2 > Example of font tag </ h2 > < p > This is normal text without any font styling </ p > < p > < font color = "blue" > Text with normal size and default face </ font > </ p > < p > < font size = "5" color = "green" > Text with Increased size and default face </ font > </ p > < p > < font ...