Are
    s allowed inside H1?

前端 未结 5 1731
执笔经年
执笔经年 2021-01-18 09:23

I was wondering if there would be any problems if I added a list inside a H1 heading:

5条回答
  •  礼貌的吻别
    2021-01-18 10:08

    It's not valid to have a ul inside a h1, the best way of checking is to use http://validator.w3.org/ to check your structure, that way the doctype you are using will be considered. (but it's still not valid!)

提交回复
热议问题