Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> </head> <body> <p style="text-transform:uppercase">Paragraphe avec uppercase.</p> <p style="text-transform:lowercase">Paragraphe avec lowercase.</p> <p style="text-transform:capitalize">Paragraphe avec capitalize.</p> </body> </html>