<html> <style> h1{ display:inline; } </style> <body> <h1>1</h1> <h1>2</h1> <h1>3</h1> </body> </html>