Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> </head> <body> <p> <font size="2" color="#1c87c9">Texte bleu</font> </p> <p> <font size="3" color="red">Texte rouge, la taille de police augmentée.</font> </p> <p> <font face="arial" color="#8ebf42">Texte vert, typeface changé.</font> </p> </body> </html>