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

なんでdivつかうの

Posted at

昔から疑問だったけど、自作タグがダメな理由がよくわからない
ブラウザがうまいことやってくれないから?
具体的にどこをうまいことやってくれないの?

一般的なdivの使い方
<div id="foo"></div>
<div id="bar"></div>
こっちの方がすっきりする
<foo></foo>
<bar></bar>
(参考)facebookのログインボタン
<fb:login-button autologoutlink="true" scope="email"></fb:login-button>
3
3
4

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
3
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?