How to add image in html table by sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add image in html table by sololearn

How to add image in html table by sololearn

22nd Mar 2023, 2:16 PM
Foyej tutorial bangla
Foyej tutorial bangla - avatar
5 Answers
+ 3
Add image in table:- https://linuxhint.com/adding-image-inside-table-cell-in-html/#:~:text=To%20add%20an%20image%20inside%20the%20%E2%80%9C%E2%80%9D%20cell,%E2%80%9C%E2%80%9D%20tag. Link in js file in html, like this:- <script src ="myscript.js"> </script>
22nd Mar 2023, 2:27 PM
Sakshi
Sakshi - avatar
+ 3
the example is given in this link i mention already but again I send you add image in table:- https://linuxhint.com/adding-image-inside-table-cell-in-html/#:~:text=To%20add%20an%20image%20inside%20the%20%E2%80%9C%E2%80%9D%20cell,%E2%80%9C%E2%80%9D%20tag. link js file in html:- https://www.w3schools.com/tags/att_script_src.asp
22nd Mar 2023, 2:33 PM
Sakshi
Sakshi - avatar
+ 3
We can use theĀ imgĀ tag inside theĀ tdĀ element,(the table data) to add an image inside the table cell. We can specify the image source in theĀ imgĀ tag. <td> <img src="image.jpg"> </td> https://code.sololearn.com/WH256PLduh9j/?ref=app
22nd Mar 2023, 11:00 PM
Chris Coder
Chris Coder - avatar
0
How to link js by sololearn
22nd Mar 2023, 2:17 PM
Foyej tutorial bangla
Foyej tutorial bangla - avatar
0
I don't know..please do you examples..
22nd Mar 2023, 2:29 PM
Foyej tutorial bangla
Foyej tutorial bangla - avatar