Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> span { vertical-align: sub; } </style> </head> <body> <h2>Exemple de la propriété vertical-align</h2> <p>C'est quelque paragraphe avec la propriété <span>vertical-align</span>.</p> </body> </html>