+ 2
Ummmm I don’t get tables and images
2 odpowiedzi
+ 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.
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