<!DOCTYPE html> <html> <head> <style> img { display: inline-block; } </style> </head> <body> <p>An img element is displayed like this:</p> <p>Some text <img src="https://horje.com/avatar.png" alt="Smiley face" width="42" height="42"> some text.</p> <p>Change the default CSS settings to see the effect.</p> </body> </html>