how we change the location of an img in table..??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how we change the location of an img in table..???

plz solve this...

12th Jul 2018, 9:21 AM
Ahmad Mughal
Ahmad Mughal - avatar
2 Answers
+ 2
Saksham Saxena <html> <head> <title>first page</title> </head> <body> <div id="Border"> <center><h3>Bord Of Intermediat & Secondary Education, Lahore</h3></center> <table><tr> <th>Roll No.</th> <td><ins>239340</ins></td> <td rowspan="3" ><img src="images-1.jpg" height="100" width="90"></td> </tr> </table> </div> </body> </html>
12th Jul 2018, 9:49 AM
Ahmad Mughal
Ahmad Mughal - avatar
+ 1
That's obvious. Change to image file name path eg. image2.js
12th Jul 2018, 9:56 AM
Calviղ
Calviղ - avatar