0

How to add images in html?

How to add borders in html?

2nd Oct 2020, 2:45 PM
Swayamshree Mishra
Swayamshree Mishra - avatar
4 Answers
+ 1
<img src="filename.extention"> make sure that the image is in the same directory as the HTML file. if the image is in a different directory then src="directory_name/filename.extention"
2nd Oct 2020, 2:49 PM
Ragib Al Asad
Ragib Al Asad - avatar
0
<html> <head> <title>first page</title> </head> <body> <img src="http://www.sololearn.com/images/tree.jpg "(any image address link) alt="" /> </body> </html>
8th Oct 2020, 3:08 PM
Jubaet Hossain
Jubaet Hossain - avatar
- 1
🙏
2nd Oct 2020, 3:11 PM
cricket batting and visualisation Ac
cricket batting and visualisation Ac - avatar