how can we add an image in our tables pleasa i need your answer | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

how can we add an image in our tables pleasa i need your answer

19th Oct 2016, 9:20 PM
Alya Forlan
Alya Forlan - avatar
5 Antworten
+ 3
<td> img src="yourimage.jpg" alt""/></td>
19th Oct 2016, 10:37 PM
Aung Aung
Aung Aung - avatar
0
<td><a href ="exemple.img">exemple</a></td>
21st Oct 2016, 6:28 PM
houssam ghadiri
houssam ghadiri - avatar
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>)
17th Nov 2016, 5:24 PM
Taulant Qirjako
Taulant Qirjako - avatar
- 1
I am not sure but just add img src in table data
19th Oct 2016, 9:46 PM
Ledio Bojka
Ledio Bojka - avatar
- 1
<td ><img src="imagename. jpg"></img></td>
22nd Oct 2016, 5:42 AM
Rahul Saini
Rahul Saini - avatar