“<!DOCTYPE html>” What does it mean?

前端 未结 5 1168
别那么骄傲
别那么骄傲 2020-12-23 18:09

I use a fantastic javascript organization tree generator named \"ECOTree\" but the drawing does not work when I put . Labels in the boxes a

5条回答
  •  失恋的感觉
    2020-12-23 18:42

    “” What does it mean?

    It means that your webpage will be rendered as per html5 standards, obviously you if you have something that browser doesn't support then you need to use a polyfill for that.

提交回复
热议问题