HTML 5: Is it
,
, or
?

后端 未结 29 3337
滥情空心
滥情空心 2020-11-22 00:26

I\'ve tried checking other answers, but I\'m still confused — especially after seeing W3schools HTML 5 reference.

I thought HTML 4.01 was supposed to \"allow\" singl

29条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 00:46


    doesn't need an end tag. As per W3S:

    The
    tag is an empty tag which means that it has no end tag.

    It's also supported by all major browsers.

    For more information, visit here.

提交回复
热议问题