+ 8
Can someone explain me, why do we put link inside? Example there is a picture in my html file, and I need to put url of page whe
5 Respuestas
+ 22
because it is the syntax of HTML
+ 1
Ok,thanks. Another question, for images is it enough to put <img src=...jpg., or i also have to put <a href...
+ 1
@Majdak84 There's no need to add <a> tag just specify the src in img tag
If u want to connect your image to a website or link, then u may add the anchor tag (<a>).
Hope it helps...
+ 1
yes this is great,thank you very much
0
output of the page must looks good.
so the we add images and etc..