Đặng Trần Hiếu
(lt2hieu2004)
Thành viên danh dự
Cái nì chỉ cần dùng table với cellpadding="0", cellspacing="0" là xong.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div>
<div id="div1">
DIV 1
</div>
<div id="div2">
<div>DIV21</div>
<div>DIV22</div>
<div>DIV23</div>
</div>
</div>
<table>
<tr>
<td style="vertical-align:top">
TD1
</td>
<td>
TD21<br>
TD22<br>
TD23
</td>
</tr>
</table>