Home
HTML
HTML Images
Example 2: HTML Images
Run ❯❯
<!DOCTYPE html> <html> <head> <title>An Aloe Vera Plant</title> </head> <body> <h1>An Aloe Vera Plant</h1> <img src="aloevera.jpg" alt="An Aloe Vera Plant"> <p>To embed this Aloe Vera image we have used HTML's img tag.</p> </body> </html>