<!DOCTYPE HTML> <head> <title>block and inline elements</title> </head> <style> h2 { font-size: 48px; color: white; }; </style> <body> <div style="position:relative"> <h2 style="writing-mode:horizontal-tb; position:absolute; color:red">LambdaTest lets you Perform Automated and Live Interactive Cross Browser Testing on 2000+ Real Browsers and Operating Systems Online </h2> </div> </body> </html>