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.
次のようなテーブルを取得するにはどうすればよいですか。
+=========+=========+ + Header1 + Header2 + +=========+=========+ + Row1a + Row1b + +---------+---------+
==よりも太い線(幅が広い)はどこですか--
==
--
ギバーヘッダーのボーダーの太さなどは薄くなります
th { border: 4px solid black; } td { border: 1px solid black; }
デモ