0
photo
does the code for a photo go under the section body?
3 odpowiedzi
+ 10
Daniel 【#ChildOfGod】
Img tag does not have href attribute.
You should use src attribute.
<body>
<img src="path" />
</body>
+ 5
VEDANG correct Bro 😂
Sorry my bad 🙁
Thanks for correcting me 😄✌️
+ 4
Correct
<body>
<img src="xxxxxx">
</body>