0
photo
does the code for a photo go under the section body?
3 Answers
+ 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>