+ 2
how can we add an image in our tables pleasa i need your answer
5 Respuestas
+ 3
<td> img src="yourimage.jpg" alt""/></td>
0
<td><a href ="exemple.img">exemple</a></td>
0
the correct answer is James. <td>< img src="yourimage.jpg" alt""/></td> that means: open table data (<td>) and insert image from source and close this table data (</td>)
- 1
I am not sure but just add img src in table data
- 1
<td ><img src="imagename. jpg"></img></td>