Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2番目のテーブルをdivの上部に垂直に揃えたい. 試してみstyle="vertical-align:top;"ましたが、うまくいかないようです。コード:
style="vertical-align:top;"
<div class="q"> <table> <tr> <td><table>
気にしないで、style="vertical-align: top;" を適用して修正しました。tdタグへ
プロパティvertical-alignをtd
vertical-align
td
td { vertical-align: top; }
デモ