HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ display: inline-block; } </style> </head> <body> <h1>CSS display: inline-block;</h1> <p>This is first paragraph</p> <p>This is Second paragraph</p> </body> </html>
OUTPUT
×

Save as Private