- 2
Can anyone tell me how to insert image address in HTML ?
4 odpowiedzi
+ 1
the syntax is <img src="_" alt="_ "> fill in the gaps with the images address and the alt text respectively e.g <img src="myself. jpg alt="myPic">
+ 1
<img src="tree.jpg" alt="tree" target="_blank">
That’s the processes you can insert img in Html.
+ 1
Ajoy Chowdhury there is no "target" attribute for images. target="_blank" is used in <a> tags.