Why is the
tag deprecated in HTML?

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

    According to W3Schools.com,

    The center element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.

    The HTML 4.01 spec gives this reason for deprecating the tag:

    The CENTER element is exactly equivalent to specifying the DIV element with the align attribute set to "center".

提交回复
热议问题