Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <p> <font size="2" color="#1c87c9">Blue text</font> </p> <p> <font size="3" color="red">Red text, font size increased.</font> </p> <p> <font face="arial" color="#8ebf42">Green text, typeface changed.</font> </p> </body> </html>