+ 1
How to add Image
<html> <head> <title>This is a Image</title> </head> <body> <p> Tree is our best best friend </br>they provide us oxygen</p> <img src:"Tree.jpg"> </body> </html>
3 Answers
+ 2
Everything is ok except for the : instead of a =.
Try <img src="Tree.jpg"> (case sensitive file name)
+ 3
<img src="Tree.jpg">
+ 1
Thank you