Input
Output
<!DOCTYPE html> <html> <head> <title>Image Example</title> </head> <body> <h3>My Favorite Picture</h3> <img src="https://www.onlinetpoint.com/frontend/otp/logo.png" alt="A beautiful scene" width="400"> </body> </html>