Is it right to add tag inside tag?

前端 未结 8 1911
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 08:48

I was wondering if we could add a span tag inside a tag....

相关标签:
8条回答
  • 2020-12-09 09:13

    It is legal and safe. You can always check your markup at free validation service of w3 organisation: http://validator.w3.org/check

    0 讨论(0)
  • 2020-12-09 09:17

    I would perfer to use CSS rather then using inside . It reduce the complexity of HTML code, it reduce the stress to the browser, by not rendering complex structure. Easy to grab using JavaScript.

    0 讨论(0)
提交回复
热议问题