Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { font-size: 16px; } span { font-size: 19px; } </style> </head> <body> <p> C'est un texte normal, <span> et ce texte est plus grand.</span></p> </body> </html>