HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> span{ display: run-in; font-size: 30px; font-weight: bold; } </style> </head> <body> <h1>CSS display: run-in;</h1> <p><span>Lion</span> is a species in the family Felidae; it is a muscular, deep-chested cat with a short, rounded head, a reduced neck and round ears, and a hairy tuft at the end of its tail.</p> <p><strong>Note</strong>: 'run-in' works only in IE8+.</p> </body> </html>
OUTPUT
×

Save as Private