0
How to make html code to my images?
2 Respostas
+ 6
what do you mean? are you try to add a image into your html? if so you can do this.
<img src="example.jpg" alt="example image" style="width:304px;height:228px;">
if not please give more details to what you are try to do.
hope this helps!
0
Yes