+ 5
How to add an image from the web in html
5 Answers
+ 11
1) You didn't close the <img> tag
2) The "src" attribute is not pointing to any image, it's pointing to a google search link.
3) There is no <width> tag... i hope.
4) <font> is deprecated, don't use it.
5) The "bgcolor" attribute is deprecated, don't use it.
The first two points are related to the problem, the other ones are just advices to improve the quality of your code, here the working demo: https://code.sololearn.com/W39J65xJTRMW/?ref=app
+ 8
@MISAmisa you can, but you have to use deprecated and old stuff, i recommend to take the CSS course later on.
+ 4
maz can we change the color or border using html only?
+ 3
ok maz thanks...i hav completed my code check it out
0
Make sure that your image is save with PNG or jpg format before you upload