Run
FEEDBACK
Rating
Message
SUBMIT
<!DOCTYPE html> <html> <head> <title>Image Example</title> </head> <body> <h1>My Image</h1> <img src="https://www.bmreducation.com/images/Logo.ico" alt="BMR LOGO"> <p>Image tag will display the image of the url given in the src attribute.</p> </body> </html>