Why is the
tag deprecated in HTML?

前端 未结 12 1676
攒了一身酷
攒了一身酷 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:11

    You can still use this with XHTML 1.0 Transitional and HTML 4.01 Transitional if you like. The only other way (best way, in my opinion) is with margins:

    Hello World

    Your HTML should define the element, not govern its presentation.

提交回复
热议问题