HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> li{ display: inline; } </style> </head> <body> <h1>CSS display: inline;</h1> <ul> <li>Apple</li> <li>Banana</li> <li>Grapes</li> </ul> </body> </html>
OUTPUT
×

Save as Private