Ummmm I don’t get tables and images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Ummmm I don’t get tables and images

2nd Oct 2019, 5:55 AM
Viggo
2 Answers
+ 4
Tables: #Requires closing tag. <table>, <th>: Header cell <tr> Caption <td>: Cells Image: #Inline element #Doesnot require ending tag #Use <img> Then src="your link" Note: Donot forget to mention .gif/.mp4/ HTML supported video type.
2nd Oct 2019, 7:07 AM
NightFox
NightFox - avatar
0
Here is some code that builds and displays a table. Feel free to copy and mess around with it. Hope it helps. https://code.sololearn.com/W1yjBFuw3r6t/?ref=app
1st Nov 2019, 10:44 PM
Paul K Sadler
Paul K Sadler - avatar