Which is more correct:

OR

前端 未结 7 1163
甜味超标
甜味超标 2020-11-28 05:21

Are both

...

and

...

valid HTML, or is only one correct
7条回答
  •  隐瞒了意图╮
    2020-11-28 05:43

    In pre HTML 5 this one

    ..

    will not validate. You can use it in HTML 5. However, i would use this:

    ..

    unless you need to add more than < h1 > inside the < a >

提交回复
热议问题