Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> span { vertical-align: super; } </style> </head> <body> <h2>Vertical-align property example</h2> <p>This is some paragraph with <span>vertical-align</span> property. </p> </body> </html>