Image command in my coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Image command in my coding

The image is displayed on web in the following code. What is wrong in the following program <html> <head> <title>Images</title> </head> <body> <img src = "a1.jpg" /> <img src = "a2.jpg" /> </body> </html>

6th Sep 2018, 6:58 PM
MAJID RAZZAK
MAJID RAZZAK - avatar
2 Answers
+ 1
if you use the <img> tag then it definitely display the Image if you don't want Image, remove the <img> tag from your code
7th Sep 2018, 4:54 AM
Shruti
Shruti - avatar
0
What's your problem if the image is displayed?
6th Sep 2018, 7:39 PM
ReimarPB
ReimarPB - avatar