0
Help me tell my mistake and how to fix it btw I'm new in coding
2 odpowiedzi
+ 6
This line:
<img src mmapps.mirror.free>
is incorrect.
An image tag looks like:
<img src="www.myimage.com/insertimg.jpg" alt="not a real image">
Make sure your source link is a file that a Web browser can display, like jpg, png, gif and so on.
0
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">