1
1

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 3 years have passed since last update.

Webの勉強はじめてみた その2 ~HTML基礎と気になったこと~

Last updated at Posted at 2021-11-24

2つやろうと思ったんですが、疲れたので1つだけ。

今日やったこと

h/ p/ a/ img/ ul/ ol/ table タグ

気付いたこと

:::note h1~h6:余白の大きさも変わる。 p:前後に適当な余白ができる。 ::: 余白の考え方というか、たとえばpを二つ並べたときに真ん中にできる余白はどう考えるのか。和になるのか相殺されるのか。

大きいほうが優先?

a:target="_blank"の脆弱性とは。

動画では本筋とあまり関係ない話として軽く触れられただけだったので調べてみた。

こちら具体例があって理解しやすかったです。
https://lpeg.info/security/target_blank.html

tableタグは現在あまり推奨されていないらしい。

flexboxというのがあるらしい。
floatもないの?
このあたりは多分少し先の講義でわかるのかな?

まとめ

VS CodeのEmmet機能がちょっとした呪文。 `table>(tr>th*2)+(tr>td*2)*6`
1
1
2

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?