Click Here to view Result after edited
Return to html tutorial by example
<html> <head> <title> Font size font size </ title> </ head> <body> <p> <font size="1" /> this text font size = 1. </ Font> </ p> <p> <font size="2" /> this text font size = 2. </ Font> </ p> <p> <font size="3" /> this text font size of 3. </ Font> </ p> <p> <font size="4" /> this text font size = 4. </ Font> </ p> <p> <font size="5" /> this text font size = 5. </ Font> </ p> <p> <font size="6" /> this text font size is 6. </ Font> </ p> <p> <font size="7" /> this text font size = 7. </ Font> </ p> </ body> </ html>