How Can we add pictures in html web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Can we add pictures in html web page?

Please share the code or message me personally.

6th Aug 2020, 1:37 PM
Rishi Rathod
Rishi Rathod - avatar
2 Answers
+ 5
Images can be added using <img> tag Eg : < img src = "image name.jpg" alt="description of img">
6th Aug 2020, 1:45 PM
SHAKTHI
+ 3
Using img tag
6th Aug 2020, 2:25 PM
Aman Saini
Aman Saini - avatar