+ 1
In which element can i put the image tag
Is it after body tag or... And should it be in sequence
2 ответов
+ 9
Anywhere inside `body` element.
+ 4
You can put the img tag in the body by your choice any where
Is it after body tag or... And should it be in sequence