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