Home
HTML
HTML Images
Example 1: HTML Images
Run ❯❯
<!DOCTYPE html> <html> <head> <title>Garden Image</title> </head> <body> <h1>Garden Image</h1> <img src="garden.jpg" alt="Garden Image"> <p>To embed this garden image we have used HTML's img tag.</p> </body> </html>