Is it right to add tag inside tag?

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

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

8条回答
  •  失恋的感觉
    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.

提交回复
热议问题