0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【HTML】Tableタグ:HTML編

Last updated at Posted at 2023-09-25

🌻【Tableタグ】HTML編

💡上から1行ずつ、
💡左から右に表を埋めていくイメージ

・1つ目の「tr」の中は
  「項目名、見出し」=「th」を使う

・2つ目以降の「tr」の中は
  「内容、情報」=「td」を使う

スタイリングはまた明日!

👇Codepen
https://codepen.io/tomok7/pen/abPYdLQ

image.png
image.png

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?