Skip to content

Instantly share code, notes, and snippets.

@soiqualang
Created April 8, 2021 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soiqualang/9f2f7575d17ce1d95a07ad926a586086 to your computer and use it in GitHub Desktop.
Save soiqualang/9f2f7575d17ce1d95a07ad926a586086 to your computer and use it in GitHub Desktop.
HTML table

HTML table

Chỉnh width="200px" lại kích thước mong muốn Chỉnh path ảnh 1path ảnh 2 đến ảnh muốn chèn

<table >
	<tbody>
		<tr>
			<td> <img src="path ảnh 1" width="200px"> </td>
			<td> <img src="path ảnh 2" width="200px"> </td>
		</tr>
	</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment