<!DOCTYPE html> <html> <body> <h1>The img element</h1> <img src="workingcode.jpg" alt="Welcome to workingcode.in" width="400" height="400"> </body> </html>
Output:
The img element
How to add image in HTML page
Expert Asked question July 18, 2023