,

,

… tags, inline within paragraphs (

)

前端 未结 6 524
遥遥无期
遥遥无期 2020-12-03 11:04

I\'m trying to have tags inside paragraphs, like:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pulvinar

6条回答
  •  时光取名叫无心
    2020-12-03 11:30

    You're misusing the header tags.

    You should use tags with CSS classes.

    I tried it out, and what's happening is that when Firefox sees an invalid

    tag inside the

    , it automatically closes the

    tag. You can clearly see this in Firebug.

提交回复
热议问题