Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML font tag</title> </head> <body> <font face="verdana">First line text</font> <br /> <font size="4">Second line text</font> <br /> <font color="yellow">Third line text</font> <br /> <font face="verdana" size="1" color="red">Forth line text</font> <br /> <font face="Comic sans MS" size="4" color="#88c53a">Fifth line text</font> <br /> <font face="Times New Roman" size="7" color="blue">Six line text</font> <br /> </body> </html>
  Preview Arrow