Why is the
tag deprecated in HTML?

前端 未结 12 1674
攒了一身酷
攒了一身酷 2020-11-22 01:36

I am just curious as to why the

tag in HTML was deprecated.

The

was a simple way of quickly center-aligning b
12条回答
  •  星月不相逢
    2020-11-22 02:35

    HTML is intended for structuring data, not controlling layout. CSS is intended to control layout. You'll also find that many designers frown on using

    for layouts for this very same reason.

    提交回复
    热议问题