0
How to add image in html table by sololearn
How to add image in html table by sololearn
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>
+ 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
+ 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
0
How to link js by sololearn
0
I don't know..please do you examples..